.section-title {
    color: rgb(33, 44, 104);
    font-size: 18px;
    font-family: NexaHeavy;
}
.trending .icon-trending {
    background: url("../img/berita-promosi/icon-trending.svg") no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 8px;
}
.trending > div:first-child {
    margin-bottom: 30px;
}
.trending .trending-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}
.trending .trending-wrap {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}
.trending .trending-list li {
    font-size: 15px;
    font-family: NexaReg;
    font-weight: normal;
    counter-increment: section;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.trending .trending-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.trending .trending-list li:before {
    content: counter(section);
    position: absolute;
    left: 0px;
    border-radius: 50%;
    padding-top: 3px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    background-color: #212c68;
    text-align: center;
    color: white;
    font-family: NexaXBold;
    font-size: 10px;
}
.trending .trending-list li a {
    color: rgb(33, 44, 104);
}
.news .icon-news {
    background: url("../img/berita-promosi/icon-news.svg") no-repeat;
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 8px;
}
.news .news-list {
    margin-top: 30px;
    padding: 0;
    background-color: transparent;
}
.news .news-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.news .news-item .img-wrapper {
    position: relative;
    border-radius: 5px;
    margin-right: 30px;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
}
.news .news-item .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    height: 100%;
}
.news .news-item .date-time {
    margin-top: 16px;
    color: rgb(157, 155, 155);
    font-size: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: NexaBold;
}
.news .news-item .date-time .date .material-icons + span,
.news .news-item .date-time .time .material-icons + span {
    margin-top: 4px;
    margin-left: 8px;
}
.news .news-item .date-time .date,
.news .news-item .date-time .time {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.news .news-item .title {
    font-size: 15px;
    font-family: NexaXBold;
    margin: 8px 0;
}
.news .news-item .title a {
    color: rgb(33, 44, 104);
}
.news .news-item .news-info {
    padding: 10px;
}
.news-detail .img-wrapper {
    position: relative;
    border-radius: 5px;
    margin-right: 30px;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
}
.news-detail .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    height: 100%;
}
.news-detail .date-time {
    margin-top: 16px;
    color: rgb(157, 155, 155);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    font-family: NexaBold;
}
.news-detail .date-time .date .material-icons + span,
.news-detail .date-time .time .material-icons + span {
    margin-top: 8px;
    margin-left: 8px;
}
.news-detail .date-time .date,
.news-detail .date-time .time {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.news-detail .title {
    color: rgb(33, 44, 104);
    font-size: 22px;
    font-family: NexaXBold;
    margin: 16px 0;
}
.news-detail .short-description p {
    color: rgb(38, 39, 40);
    font-size: 12px;
    font-family: NexaReg;
}
.short-description img {
    max-width: 100%;
    height: auto;
}
.social-share .title {
    margin-top: 45px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-family: NexaXBold;
}
.social-share .icon-fb {
    margin-right: 8px;
    background: url("../img/icon-fb.svg") no-repeat;
    background: cover;
    width: 40px;
    height: 40px;
}
.social-share .icon-wa {
    margin-right: 8px;
    background: url("../img/icon-wa.svg") no-repeat;
    background: cover;
    width: 40px;
    height: 40px;
}
.social-share .icon-tw {
    margin-right: 8px;
    background: url("../img/icon-tw.svg") no-repeat;
    background: cover;
    width: 40px;
    height: 40px;
}
.social-share .icon-in {
    margin-right: 8px;
    background: url("../img/icon-in.svg") no-repeat;
    background: cover;
    width: 40px;
    height: 40px;
}
.social-share .icon-cp {
    background: url("../img/icon-cp.svg") no-repeat;
    background: cover;
    width: 40px;
    height: 40px;
}
.social-share .icon-ig {
    background: url("../img/icon-ig.svg") no-repeat;
    background: cover;
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.author-box-content {
    background: #212c68;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: 24px;
}
.author-box-content div.author-box-img {
    width: 100px;
}
.author-box-content div.author-box-text {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.author-box-content div.author-box-text p {
    color: white;
}
.author-box-content div.author-box-text .title {
    color: white;
}
.author-box-img > .img-container {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}
.author-box-img > .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .author-box-content {
        padding: 20px;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .author-box-content div.author-box-text {
        width: 100%;
    }
}
.table-of-content {
    width: 100%;
    border-radius: 8px;
    background: #E6E8F1;
    padding: 16px;
}
.table-of-content h2 {
    width: 100%;
    color: rgb(33, 44, 104);
    font-size: 20px;
    font-family: NexaHeavy;
    margin: 0 0 16px;
}
.table-of-content ul {
    padding: 0 8px 0 8px;
    margin: 0;
    list-style: none;
}
.table-of-content ul li:first-of-type a {
    font-weight: bold;
}
.table-of-content ul li:first-of-type {
    border-top: none;
}
.table-of-content ul li {
    list-style-type: decimal;
    list-style-position: inside;
    padding-bottom: 14px;
    padding-top: 8px;
    border-bottom: 1px solid #B0B7D3;
}
.table-of-content ul li::marker {
    color: #1976D2;
}
.table-of-content ul li a {
    font-size: 16px;
    color: #1976D2;
}
.table-of-content ul li a:hover {
    color: rgb(33, 44, 104);
}
.news-detail .news-content p span,
.news-detail .news-content p {
    font-family: NexaReg;
    font-size: 16px !important;
    font-style: normal;
    line-height: 150%;
}
.news-detail .news-content h1 span,
.news-detail .news-content h1 {
    font-family: NexaReg;
    font-size: 32px !important;
    font-style: normal;
    line-height: 150%;
}
.news-detail .news-content h2 span,
.news-detail .news-content h2 {
    font-family: NexaReg;
    font-size: 28px !important;
    font-style: normal;
    line-height: 150%;
}
.news-detail .news-content h3 span,
.news-detail .news-content h3 {
    font-family: NexaReg;
    font-size: 24px !important;
    font-style: normal;
    line-height: 150%;
}
.news-detail .news-content h4 span,
.news-detail .news-content h4 {
    font-family: NexaReg;
    font-size: 22px !important;
    font-style: normal;
    line-height: 150%;
}
.news-detail .news-content h5 span,
.news-detail .news-content h5 {
    font-family: NexaReg;
    font-size: 20px !important;
    font-style: normal;
    line-height: 150%;
}
.news-detail .news-content h6 span,
.news-detail .news-content h6 {
    font-family: NexaReg;
    font-size: 18px !important;
    font-style: normal;
    line-height: 150%;
}
section.top-section {
    padding-top: 24px;
    padding-bottom: 0;
}
.top-section .breadcrumb-section {
    margin-bottom: 24px;
}
section.news-detail-section {
    padding-top: 0;
}
.date-time-section {
    display: flex;
    gap: 24px;
    color: #666;
    font-size: 11px;
    font-family: NexaBold;
}

.date-time-section .date,
.date-time-section .time {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-time-section .date span:last-child,
.date-time-section .time span:last-child {
    line-height: normal;
    padding-top: 3px;
}

.date-time-section .material-icons {
    font-size: 18px;
}

/* Related Articles */
.related-articles-section {
    padding-top: 0;
}

.related-articles-title {
    margin-bottom: 24px;
}

.related-articles-title h2 {
    font-family: NexaHeavy;
    font-size: 18px;
    color: var(--secondary-500);
    margin: 0;
}

.related-article-card:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    color: inherit;
}

.related-article-image-wrapper {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.related-article-image-inner {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 310/230;
    background-color: #d8d8d8;
    position: relative;
}

.related-article-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-article-content {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-article-type {
    color: #ef3340;
    font-size: 12px;
    text-transform: uppercase;
    font-family: NexaHeavy;
    margin: 0 0 6px 0;
}

.related-article-title {
    color: #001871;
    font-size: 16px;
    font-family: NexaHeavy;
    line-height: 1.5;
    margin: 0 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
    box-orient: vertical;
}

.related-article-desc {
    color: #000;
    font-size: 16px;
    font-family: NexaRegular;
    line-height: 1.5;
    margin: 0 0 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    box-orient: vertical;
    flex: 1;
}

.related-article-meta {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: auto;
    margin-bottom: 16px;
}

.related-article-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.related-article-meta-item .material-icons {
    color: #b2b2b2;
    font-size: 16px;
}

.related-article-meta-item span:not(.material-icons) {
    color: #b2b2b2;
    font-size: 11px;
    font-family: NexaBold;
}
.sidebar-articles {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 8px;
    background-color: white;
    border-radius: 8px;
}

.article-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
}

.article-item:hover {
    text-decoration: none;
    color: inherit;
}

.article-image {
    flex-shrink: 0;
    width: 130px;
    height: 98px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 4px;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.article-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.article-type {
    color: #ef3340;
    font-size: 12px;
    text-transform: uppercase;
    font-family: NexaHeavy;
    margin: 0;
}

.article-title {
    color: #001871;
    font-size: 16px;
    font-family: NexaHeavy;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.wrap-card-article {
    padding: 30px 15px;
    background: white;
}

.related-article-content .short-description {
    color: #2e2e2f;
    font-size: 16px;
    font-family: NexaRegular;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
    box-orient: vertical;
    flex: 1;
}

.jssocials-share.jssocials-share-new .jssocials-share-link{
    border-radius: 5px;
    border: 1px solid #001871;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 11px;
    line-height: normal;
    width: 40px;
    height: 40px;
    color: #001871;
}
