.thumbs-main-post .thumbs img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    display: block;
}

.news-detail-body h1,
.news-detail-body h2,
.news-detail-body h3,
.news-detail-body h4,
.news-detail-body h5,
.news-detail-body h6 {
    margin-bottom: 12px;
    color: var(--Text-primary);
}

.news-detail-body > *:not(:last-child) {
    margin-bottom: 20px;
}

.news-detail-body p,
.news-detail-body li {
    font-size: 1.8rem;
    line-height: 1.8;
    color: var(--Text-secondary);
}

.news-detail-body ul,
.news-detail-body ol {
    padding-left: 22px;
}

.news-detail-body ul {
    list-style: disc;
}

.news-detail-body ol {
    list-style: decimal;
}

.news-detail-body img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.news-detail-body blockquote {
    margin: 28px 0;
}

.news-detail-body a {
    color: var(--Text-primary);
    text-decoration: underline;
}

.news-post-sidebar .meta-post .item::after {
    display: none;
}

.details-post h1{ font-size:2.2rem; line-height:3rem }
.meta-post .item{ font-size:1.5rem }
.meta-post .icon-CalendarBlank{ font-size:1.5rem }
.news-detail-body h2{ font-size:2.1rem; line-height:2.2rem }
.details-post p{ font-size:1.8rem !important; text-align:justify; margin-bottom:2rem }

@media (min-width: 992px) {
    .news-post-sidebar.sticky-top {
        top: 105px !important;
    }
}





@media (max-width: 767px) {
    .thumbs-main-post .thumbs img {
        min-height: 240px;
    }

    .news-detail-body p,
    .news-detail-body li {
        font-size: 1.7rem;
    }
}
