body.page-template-template-articles-news-home {visibility: hidden;}
body.page-template-template-articles-news-home.loaded {visibility: visible;}
body.page-template-template-articles-news-all {overflow: visible;}

.articles-news-home {line-height: 1; font-family: "Inter";}
.articles-news-home h1 {color: #D32E36; font-size: 36px; font-family: "Inter";}
.articles-news-home h1+p {color: #737373; font-size: 16px; font-family: "Open Sans";}
.articles-news-home .wp-block-columns {margin-top: 33px; margin-bottom: 18px;}
.articles-news-home .wp-block-columns>div:first-child>p {
    color: #2B2B2B;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
}
.articles-news-home .wp-block-columns>div:first-child>p:after {
    content: "";
    display: block;
    border-radius: 4px;
    background-color: #D32E36;
    width: 90%;
    height: 4px;
    position: relative;
    top: 10px;
}
.articles-news-home .wp-block-columns>div:last-child {flex-basis: auto; flex-grow: 0;}
.articles-news-home .wp-block-columns>div:last-child a {
    color: #CC0100;
    padding: 10px 16px;
    border: 1.2px solid #CC0100;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.articles-news-home .wp-block-columns>div:last-child a:after {
    content: '';
    background: url(../images/arrow-right.svg);
    display: inline-block;
    width:18px;
    height:18px;
    margin-left: 10px;
    background-size: 100% 100%;
}
.articles-news-home .news-div {display: grid; grid-template-columns: 1fr 2fr 1fr; column-gap: 20px;}
.articles-news-home .news-div>div:nth-child(1) {grid-column: 2; grid-row: 1;}
.articles-news-home .news-div>div:nth-child(2) {grid-column: 1; grid-row: 1;}
.articles-news-home .news-div>div:nth-child(3) {grid-column: 3; grid-row: 1;}
.articles-news-home .news-latest-item>div {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    aspect-ratio: 21/9;
}
.articles-news-home .news-latest-item .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    max-height: 64px;
    overflow: hidden;
}
.articles-news-home .news-latest-item .meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #fff;
    flex-wrap: wrap;
}
.articles-news-home .news-highlight-item img {
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
.articles-news-home .news-highlight-item .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 12px;
    color: #000000;
    max-height: 36px;
    overflow: hidden;
}
.articles-news-home .news-div .news-highlight-item .source-image,
.articles-news-home .news-div .news-latest-item .source-image {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    object-fit: cover;
}
.articles-news-home .news-div .meta {
    font-size: 14px;
    display: grid;
    row-gap: 12px;
    color: #000000
}
.articles-news-home .news-latest-item .meta {
    font-size: 12px;
    color: #fff;
}
.articles-news-home .news-highlight-item .source-desc {
    font-weight: 500;
}
.articles-news-home .news-highlight-item .date {
    color: #737373;
}
.articles-news-home .news-div .meta>div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 4px;
}
.articles-news-home .news-div>div:nth-child(1) {display: flex; flex-direction: column; gap: 12px;}
.articles-news-home .news-div>div:nth-child(2),
.articles-news-home .news-div>div:nth-child(3) {display: flex; flex-direction: column; gap: 28px;}
.articles-news-home .news-latest-item:first-child>div {position: relative;}
.articles-news-home .news-latest-item:first-child>div:before {
    content: "Latest Update";
    display: inline-block;
    position: absolute;
    top: 19px;
    left: -12.75px;
    font-size: 14px;
    color: #fff;
    background-color: #D32E36;
    border-radius: 4px;
    padding: 6px 12px;
}
html[lang="id-ID"] .articles-news-home .news-latest-item:first-child>div:before,
html[lang="id-ID"] .all-articles-news .latest .latest-item-first:before {
    content: "Berita Terbaru";
}
.all-articles-news .latest .latest-item-first.articles:before {
    content: "Latest Article";
}
html[lang="id-ID"] .all-articles-news .latest .latest-item-first.articles:before {
    content: "Artikel Terbaru";
}
.articles-news-home .article-div {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 20px;
}
.articles-news-home .article-div>div:first-child {
    display: block;
}

.articles-news-home .article-div>div:first-child>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.articles-news-home .article-latest-item>div {
    border-radius: 12px;
    padding: 41px 34px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    aspect-ratio: 16/9;
    position: relative;
}
.articles-news-home .article-latest-item .title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
    max-height: 72px;
    overflow: hidden;
}
.articles-news-home .article-latest-item .meta {
    display: flex;
    align-items: center;
    gap: 8.5px;
    flex-wrap: wrap;
}
.articles-news-home .article-latest-item .meta>div {
    background-color: #FFFFFF40;
    border-radius: 27px;
    padding: 8.5px 17px;
    font-size: 16px;
    color: #fff;
}
.articles-news-home .article-highlight-item {
    border: 1px solid #E6E5E5;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.articles-news-home .article-highlight-item img {
    aspect-ratio: 16/9;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
}
.articles-news-home .article-highlight-item .title {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}
.articles-news-home .article-highlight-item .date {
    color: #737373;
    font-size: 10px;
}
.articles-news-home .article-latest-item>div:before {
    content: "Latest Update";
    display: inline-block;
    position: absolute;
    top: 19px;
    left: -12.75px;
    font-size: 14px;
    color: #fff;
    background-color: #D32E36;
    border-radius: 4px;
    padding: 6px 12px;
}
html[lang="id-ID"] .articles-news-home .article-latest-item>div:before {
    content: "Artikel Terbaru";
}
.articles-news-home .most-read-articles {
    background-color: #FAFAFA;
    border-radius: 6px;
    padding: 16px;
}
.articles-news-home .most-read-articles h3 {
    font-size: 20px;
    display: inline-block;
}
.articles-news-home .most-read-articles h3:after {
    content: "";
    display: block;
    border-radius: 4px;
    background-color: #D32E36;
    width: 100%;
    height: 4px;
    position: relative;
    top: 10px;
}
.articles-news-home .most-read-articles .items {display: flex; flex-direction: column;}
.articles-news-home .most-read-articles .item {
    padding: 16px;
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 12px;
}
.articles-news-home .most-read-articles .item > .title {
    grid-column: 2;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    max-height: 36px;
    overflow: hidden;
}
.articles-news-home .most-read-articles .item > .date {grid-column: 2; color: #000; font-size: 10px;}
.articles-news-home .most-read-articles .item img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    grid-row: 1/3;
    width: 100%;
}

.all-articles-news {
    line-height: 1;
    margin: 0;
    font-family: "Inter";
}
.all-articles-news .meta .source-image {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    object-fit: cover;
}
.all-articles-news > div {
    display: grid;
    grid-template-columns: 7.75fr 3.65fr;
    column-gap: 28px;
}
.all-articles-news .latest {
    display: block;
    margin-bottom: 30px;
}
.all-articles-news .latest .latest-item-first {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 26px;
    position: relative;
    margin-bottom: 16px;
}

.all-articles-news .latest .latest-item-first:before {
    content: "Latest News";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -13px;
    font-size: 14px;
    color: #fff;
    background-color: #D32E36;
    border-radius: 4px;
    padding: 6px 12px;
    z-index: 1; 
}
.all-articles-news .latest .latest-item-first .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #2B2B2B;
    margin-bottom: 6px;
    max-height: 72px;
    overflow: hidden;
}
.all-articles-news .latest .latest-item-first .excerpt {
    line-height: 2;
    font-size: 12px;
    color: #737373;
    margin-bottom: 6px;
    max-height: 72px;
    overflow: hidden;
}
.all-articles-news .latest>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.all-articles-news .latest .latest-item {
    border: 1px solid #E6E5E5;
    border-radius: 10px;
    padding: 14px;
    display: grid;
}
.all-articles-news .latest .latest-item .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 4px;
    max-height: 36px;
    overflow: hidden;
}
.all-articles-news .latest .latest-item .source-desc {
    font-size: 10px;
    color: #000;
    font-weight: 500;
}
.all-articles-news .latest .latest-item .date {
    font-size: 10px;
    color: #737373;
    margin-top: 6px;
}
.all-articles-news .meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #000;
    flex-wrap: wrap;
}
.all-articles-news .featured {
    margin-bottom: 32px;
    display: none;
}
.all-articles-news .featured>div:not(.pagination) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.all-articles-news .featured .item {
    display: grid;
    grid-template-columns: 74px 1fr;
    column-gap: 14px;
    border-radius: 10px;
    padding: 14px;
    border: 1px solid #E6E5E5;
}
.all-articles-news .featured .item>div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.all-articles-news .featured .item img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.all-articles-news .featured .item .title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}
.all-articles-news .featured .item .meta {
    font-size: 10px;
    font-weight: 500;
}
.all-articles-news .featured .item .date {
    font-size: 10px;
    color: #737373;
}
.all-articles-news .all .all-item-first .date {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}
.all-articles-news .all .all-item-other .date {
    color: #737373;
    font-size: 12px;
    margin-top: 8px;
}
.all-articles-news .all .all-item-other {
    display: grid;
    grid-template-columns: 150px 1fr;
    column-gap: 14px;
    margin-bottom: 16px;
    border: 1px solid #E6E5E5;
    border-radius: 10px;
    padding: 14px;
}
.all-articles-news .all .all-item-other>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.all-articles-news .all .all-item-other>img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.all-articles-news .all .all-item-other .title {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    max-height: 40px;
    overflow: hidden;
}
.all-articles-news .all .all-item-other .excerpt {
    line-height: 1.33;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    margin-bottom: 12px;
    max-height: 32px;
    overflow: hidden;
}
.all-articles-news .all .all-item-first {
    margin-bottom: 16px;
    display: block;
}
.all-articles-news .all .all-item-first>div {
    aspect-ratio: 16/9;
    border-radius: 14px;
    padding: 27px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.all-articles-news .all .all-item-first .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    max-height: 64px;
    overflow: hidden;
}
.all-articles-news .all .all-item-first .meta {
    font-size: 12px;
    color: #fff;
}
.all-articles-news .all .all-item-first .source-image {border-radius: 50%; width: 18px; height: 18px; object-fit: cover;}
.all-articles-news .latest-other {
    background-color: #FAFAFA;
    border-radius: 6px;
    padding: 16px;
    position: sticky;
    top: 0;
}
body.admin-bar .all-articles-news .latest-other {
    top: 32px;
}
.all-articles-news .latest-other>div {
    display: grid;
}
.all-articles-news .latest-other h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 22px;
    display: inline-block;
}
.all-articles-news .latest-other h3:after {
    content: "";
    display: block;
    border-radius: 4px;
    background-color: #D32E36;
    width: 100%;
    height: 4px;
    position: relative;
    top: 10px;
}
.all-articles-news .latest-other-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 12px;
    padding: 18px 16px;
}
.all-articles-news .latest-other-item>div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.all-articles-news .latest-other-item img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 14px;
    width: 100%;
}
.all-articles-news .latest-other-item .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    max-height: 36px;
    overflow: hidden;
}
.all-articles-news .latest-other-item .date {
    color: #737373;
    font-size: 10px;
}
.all-articles-news .latest-other .see-more {
    margin-top: 24px;
    width: 100%;
    padding: 9px 16px;
    position: relative;
    border: 1.2px solid #CC0100;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #CC0100;
}

.all-articles-news .all .load-more {
    margin: auto;
    padding: 9px 16px;
    position: relative;
    border: 1.2px solid #CC0100;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #CC0100;
}

.all-articles-news .latest-other .see-more:after {
    content: '';
    background: url(../images/arrow-right.svg);
    display: inline-block;
    width:14px;
    height:14px;
    margin-left: 6px;
    background-size: 100% 100%;
}

.all-articles-news .all .load-more:after {
    content: '';
    background: url(../images/arrow-down.svg);
    display: inline-block;
    width:14px;
    height:14px;
    margin-left: 6px;
    background-size: 100% 100%;
}

.all-articles-news h1 {
    color: #D32E36;
    font-size: 36px;
    margin-bottom: 32px;
    font-family: "Inter";
}
.all-articles-news .latest-item img,
.all-articles-news .latest-item-first img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.all-articles-news .latest-item-first img {border-radius: 14px;}
.all-articles-news h2 {
    color: #2B2B2B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
    font-family: "Inter";
    display: inline-block;
}
.all-articles-news h2:after {
    content: "";
    display: block;
    border-radius: 4px;
    background-color: #D32E36;
    width: 90%;
    height: 4px;
    position: relative;
    top: 10px;
}

.single-post .type-post {
    font-family: "Inter";
}

.single-post .type-post .main-content {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
}

.single-post .type-post .post-thumb {
    position: relative;
    margin-bottom: 24px;
}

.single-post .type-post .post-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}
.single-post .type-post .post-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-position: 0px -30.074px;
    background-size: 100% 224.087%;
    background-repeat: no-repeat;
    border-radius: 14px;
    z-index: 1;
}
.single-post .type-post .entry-title {
    font-size: 24px;
    line-height: 1.33;
    font-family: "Inter";
}
.single-post .type-post .meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 0;
    font-size: 10px;
    color: #000;
    align-items: center;
}
.single-post .type-post .meta .source-image {
    width: 14px;
    height: 14px;
}
.single-post .type-post .post-content .meta {
    font-size: 12px;
}
.single-post .type-post .post-content .meta .source-image {
    width: 16px;
    height: 16px;
}
.single-post .type-post .post-content .meta .date {
    font-size: 12px;
    color: #000;
    margin-top: 0;
}
.single-post .type-post .date {
    font-size: 10px;
    margin-top: 4px;
    color: #737373;
}
.single-post .type-post .post-content {
    padding-right: 24px;
    border-right: 1px solid #E6E5E5;
}
.single-post .type-post .entry-content p {
    text-align: justify;
    color: #475569;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}
.single-post .type-post:not(.category-digitech-article) .entry-content img {
    border-radius: 16px;
    margin-bottom: 18px;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}
.single-post .type-post .post-related-latest {
    padding-left: 16px;
}
.single-post .type-post .related-posts-div,
.single-post .type-post .latest-other-div {
    padding: 18px 16px;
    border-radius: 6px;
    background-color: #fafafa;
    margin-bottom: 24px;
}
.single-post .type-post .post-related-latest h4 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 1;
    display: inline-block;
}
.single-post .type-post .post-related-latest h4:after {
    content: "";
    display: block;
    border-radius: 4px;
    background-color: #D32E36;
    width: 100%;
    height: 3px;
    position: relative;
    top: 8px;
}
.single-post .type-post .related-post {
    padding: 12px;
}
.single-post .type-post .related-post a {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 24px;
}
.single-post .type-post .related-post img {
    aspect-ratio: 1;
    border-radius: 14px;
    object-fit: cover;
    width: 100%;
}
.single-post .type-post .related-post .title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 18px;
    margin-bottom: 8px;
    max-height: 36px;
    overflow: hidden;
}
.single-post .type-post .related-post .source-desc {
    font-weight: 500;
}
.single-post .type-post .related-post>a>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-post .type-post .see-more {
    margin-top: 14px;
    width: 100%;
    padding: 6px 16px;
    position: relative;
    border: 1.2px solid #CC0100;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #CC0100;
}
.single-post .type-post .see-more:after {
    content: '';
    background: url(../images/arrow-right.svg);
    display: inline-block;
    width:14px;
    height:14px;
    margin-left: 6px;
    background-size: 100% 100%;
}
.single-post .post-views {
    display: none;
}
.single-post .share-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}
.single-post .share-buttons .text {
    color: #000;
    font-size: 10px;
}
.single-post .share-buttons .button {
    background-color: #D3D3D333;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.single-post .share-buttons .button>img {
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    border-radius: 0;
    aspect-ratio: unset;
    object-fit: unset;
}
.single-post h2 {font-size: 20px;}
.single-post h3 {font-size: 18px;}
.single-post h4 {font-size: 16px;}
.single-post h5 {font-size: 13px;}
.single-post h6 {font-size: 10px;}

@media only screen and (max-width: 768px) {
    .articles-news-home {
        margin: 0;
    }

    .articles-news-home h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .articles-news-home h1+p {
        font-size: 14px;
        line-height: 18px;
    }

    .articles-news-home .wp-block-columns>div:last-child a {
        font-size: 12px;
        padding: 7px;
    }

    /* News Highlight */
    .articles-news-home .wp-block-columns {
        margin-top: 23px;
        margin-bottom: 23px;
        justify-content: space-between;
        align-items: center !important;
        gap: 8px;
    }
    .articles-news-home .news-div+.wp-block-columns {
        margin-top: 40px;
    }
    .articles-news-home .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
        flex-grow: 0;
    }

    .articles-news-home .wp-block-columns>div:last-child {
        justify-items: right;
    }
    .articles-news-home .wp-block-columns>div:first-child>p:after {
        top: 8px;
    }

    .articles-news-home .news-div {
        display: block;
    }

    .articles-news-home .news-latest-item:first-child>div:before {
        font-size: 12px;
        padding: 4.5px 12px;
        top: 11px;
        left: -6px;
    }

    .articles-news-home .news-latest-item>div {
        padding: 22px 20px;
    }
    .articles-news-home .news-latest-item .title,
    .articles-news-home .news-latest-item:first-child .title {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 0;
        max-height: 32px;
    }
    .articles-news-home .news-div .meta {
        row-gap: 6px;
    }

    .articles-news-home .news-div>div:nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }

    .articles-news-home .news-div>div:nth-child(2), .articles-news-home .news-div>div:nth-child(3) {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 32px;
    }

    .articles-news-home .news-highlight-item .title {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .articles-news-home .news-highlight-item .source-desc {
        font-size: 12px;
    }

    .articles-news-home .news-highlight-item .date {
        font-size: 10px;
    }

    .articles-news-home .wp-block-columns>div:first-child>p {
        font-size: 18px;
        padding-bottom: 6px;
        margin-bottom: 0;
    }

    /* Explore Our Article */
    .articles-news-home .article-div {
        display: block;
    }

    .articles-news-home .article-latest-item>div {
        padding: 20px 18.5px;
    }

    .articles-news-home .article-latest-item>div:before {
        font-size: 12px;
        padding: 4.5px 12px;
        top: 11px;
        left: -6px;
    }

    .articles-news-home .article-latest-item .title {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 6px;
        max-height: 32px;
    }

    .articles-news-home .article-latest-item .meta>div {
        border-radius: 12px;
        font-size: 12px;
        padding: 6px 12px;
    }

    .articles-news-home .article-div>div:first-child>div {
        grid-template-columns: repeat(2, 1fr);
    }

    .articles-news-home .most-read-articles {
        margin-top: 16px;
    }

    .articles-news-home .most-read-articles h3 {
        font-size: 14px;
    }

    .articles-news-home .most-read-articles h3:after {
        height: 2px;
        top: 8px;
    }

    .articles-news-home .most-read-articles .item {
        padding: 12px;
        column-gap: 12px;
        row-gap: 8px;
    }

    .articles-news-home .most-read-articles .item > .title {
        font-size: 12px;
        margin-bottom: 0;
        place-content: flex-end;
    }

    /* All Articles & News Page */
    .all-articles-news h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .all-articles-news .latest .latest-item-first:before {
        top: 12px;
        left: -9px;
    }

    .all-articles-news .latest-other {
        padding: 16px 20px;
        width: 107.53%; /* 100/93 */
        transform: translateX(-3.76%);
    }

    .all-articles-news .latest-other h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .all-articles-news .latest-other h3:after {
        height: 2px;
        top: 8px;
    }

    .all-articles-news > div {
        display: grid;
        grid-template-columns: auto;
        gap: 12px;
    }
    .all-articles-news .latest {
        margin-bottom: 24px;
    }
    .all-articles-news .latest .latest-item-first {
        display: block;
        margin-bottom: 20px;
    }
    .all-articles-news .latest .latest-item-first .title {
        font-size: 20px;
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 12px;
        max-height: 40px;
    }

    .all-articles-news .latest .latest-item-first .excerpt {
        line-height: 1;
        max-height: 36px;
        margin-bottom: 12px;
        text-align: justify;
    }

    .all-articles-news .latest-other-item {
        padding: 12px;
        grid-template-columns: 70px 1fr;
    }

    .all-articles-news .latest-other-item .title {
        font-size: 12px;
    }

    .all-articles-news .latest>div {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .all-articles-news .featured>div a {
        grid-column: 1/3;
    }

    .all-articles-news .all .load-more {
        width: 100%;
    }

    .all-articles-news h2 {
        font-size: 16px;
    }

    .all-articles-news h2:after {
        height: 2px;
        top: 6px;
    }

    .all-articles-news .featured {
        margin-bottom: 24px;
    }

    .all-articles-news .featured .item {
        padding: 14px 12px;
        column-gap: 12px;
    }

    .all-articles-news .featured .item .title {
        font-size: 12px;
    }

    .all-articles-news .all .all-item-first>div {
        padding: 22px 20px;
    }

    .all-articles-news .all .all-item-first .title {
        font-size: 16px;
        margin-bottom: 2px;
        line-height: 24px;
        max-height: 48px;
    }

    .all-articles-news .all .all-item-other {
        grid-template-columns: 70px 1fr;
    }

    .all-articles-news .all .all-item-other img {
        aspect-ratio: 1;
    }

    .all-articles-news .all .all-item-other .excerpt {
        display: none;
    }

    .all-articles-news .all .all-item-other .title {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
        max-height: 36px;
    }

    .all-articles-news .all .all-item-other .meta,
    .all-articles-news .all .all-item-other .date {
        font-size: 10px;
        margin-top: 6px;
    }

    /* Detail News & Article */
    .single-post .type-post .main-content {
        display: block;
    }

    .single-post .type-post .post-content {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 24px;
    }

    .single-post .type-post .post-thumb img {
        height: unset;
        aspect-ratio: 16/9;
        border-radius: 8px;
    }

    .single-post .type-post .entry-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .single-post .type-post .entry-content p {
        font-size: 13px;
        line-height: 19.5px;
        margin-bottom: 12px;
    }

    .single-post .type-post .post-related-latest {
        padding-left: 0;
        width: 107.53%; /* 100/93 */
        transform: translateX(-3.76%);
    }

    .single-post .type-post .related-posts-div,
    .single-post .type-post .latest-other-div {
        border-radius: 0;
    }

    .single-post .type-post .latest-other-div {
        margin-bottom: 0;
    }

    .single-post .type-post .post-related-latest h4 {
        font-size: 14px;
    }

    .single-post .type-post .post-related-latest h4:after {
        height: 2px;
    }

    .single-post .type-post .related-post a {
        grid-template-columns: 70px 1fr;
        column-gap: 12px;
    }

    .single-post .type-post .related-post .title {
        font-size: 12px;
        line-height: 18px;
    }

    .single-post .site-content {
        padding-top: 0;
        margin-bottom: 0;
    }
    .single-post .site-main {
        margin: 0;
    }
    .single .site-main article.post {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.page-template-template-articles-news-all .pagination {
    display: flex;
    width: fit-content;
    column-gap: 20px;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
}
.page-template-template-articles-news-all .pagination .pages {display: flex; column-gap: 6px;}
.page-template-template-articles-news-all .pagination .prev,
.page-template-template-articles-news-all .pagination .next {
    font-size: 0;
    padding: 4px;
    border-radius: 6px;
    background-color: #F2F2F2;
    color: #CCCCCC;
    cursor: pointer;
}
.page-template-template-articles-news-all .pagination .prev.active,
.page-template-template-articles-news-all .pagination .next.active {background-color: #CC0100; color: #fff;}
.page-template-template-articles-news-all .pagination .page-item {
    color: #737373;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
}
.page-template-template-articles-news-all .pagination .page-item.active {color: #CC0100; background-color: #FFE0DF;}
.page-template-template-articles-news-all .inactive-page {display: none;}