.artikel h2 {
	color: #000;
	font-size: 20px;
}

.artikel p {
	color: #000;
}
.artikel .mb2 {
	margin-bottom:2em;
}

.new-article {
    background-color: #f5f8fb;
    border-radius: 8px;
    padding: 12px;
}

.new-article-title {
    font-size: 1em;
    margin-bottom: 24px;
    font-weight: bold;
    color: #000;
}

.article-thumb-container {
    margin-bottom: 32px;
    cursor: pointer;
    display: flex;
}

.article-thumb-img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}
.article-thumb-content {
    margin-left: 12px;
}
.article-thumb-date {
    font-size: 12px;
    color: #039be5;
    margin-bottom: 8px;
}
.article-thumb-title {
    font-size: 12px;
    font-weight: bold;
    color: rgb(107 107 107);
}

.article-image {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.article-container {
	background-color: #fff;
    box-shadow: 0 9px 25px 0 rgba(0,0,0,.07);
    width: 100%;
    padding: 40px 24px 32px;
    position: relative;
    border-radius: 0 0 12px 12px;
}
.article-date {
    position: absolute;
    top: -20px;
    border-radius: 6px;
    padding: 8px 20px;
    background-color: #039be5;
    color: white;
}
.article-title {
	color: #000;
    font-size: 2em;
    font-weight: 500;
}
.article-breadcrumb {
    font-size: 14px !important;
    margin-left: -12px;
    margin-top: 4px;
}
.article-divider {
    border-top: 1px solid rgb(194, 194, 194);
    margin: 24px 0;
}
.article-text {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #8e8e8e;
}
.share-text {
	color: #000;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 500;
}
.share-container {
    margin: 12px 0 32px;
    display: flex;
}