:root {
    --brand-900: #101820;
    --brand-500: #0057b8;
    --surface-100: #f4f7fb;
    --font-size-base: 1rem;
    --bg-color: #ffffff;
    --text-color: #0f172a;
    --header-bg: #182434;
    --header-text: #ffffff;
    --border-color: rgba(255, 255, 255, 0.15);
}

html {
    font-size: 100%;
}

body {
    background: linear-gradient(180deg, var(--bg-color) 0%, var(--surface-100) 100%);
    font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    font-size: var(--font-size-base);
    transition: background-color 0.3s ease, color 0.3s ease;
}

body.dark-mode {
    --bg-color: #0f1419;
    --text-color: #f1f5f9;
    --surface-100: #111827;
    background: linear-gradient(180deg, var(--bg-color) 0%, var(--surface-100) 100%);
}

body.dark-mode,
body.dark-mode main,
body.dark-mode section,
body.dark-mode article,
body.dark-mode aside,
body.dark-mode footer {
    color: #f1f5f9;
}

body.dark-mode .hero,
body.dark-mode .home-horizontal-ad-inner,
body.dark-mode .home-category-card,
body.dark-mode .home-special-section,
body.dark-mode .home-special-main,
body.dark-mode .home-special-side-item,
body.dark-mode .main-news-hero-card,
body.dark-mode .main-news-small-card,
body.dark-mode .main-news-medium-card,
body.dark-mode .main-news-horizontal-item,
body.dark-mode .post-article,
body.dark-mode .listing-header,
body.dark-mode .listing-card,
body.dark-mode .site-header-search,
body.dark-mode .site-footer,
body.dark-mode .dropdown-menu,
body.dark-mode .bg-white,
body.dark-mode .bg-light {
    background-color: #111827 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f1f5f9 !important;
}

body.dark-mode .main-news-section {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.dark-mode .text-muted,
body.dark-mode small,
body.dark-mode .post-meta,
body.dark-mode .listing-subtitle,
body.dark-mode .listing-card .home-category-body p,
body.dark-mode .listing-card .home-category-body small,
body.dark-mode .post-subtitle {
    color: #cbd5e1 !important;
}

body.dark-mode .site-header {
    background: #0f1419;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .site-header-search .form-control {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #e4e4e4;
}

body.dark-mode .site-header-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

body.dark-mode a {
    color: #ffffff;
}

body.dark-mode a:hover {
    color: #e2e8f0;
}

body.dark-mode .btn,
body.dark-mode .btn-outline-dark,
body.dark-mode .btn-outline-secondary,
body.dark-mode .btn-light {
    background: #1f2937;
    border-color: rgba(255, 255, 255, 0.2);
    color: #f8fafc;
}

body.dark-mode .btn:hover,
body.dark-mode .btn-outline-dark:hover,
body.dark-mode .btn-outline-secondary:hover,
body.dark-mode .btn-light:hover {
    background: #273449;
    color: #ffffff;
}

body.dark-mode .table {
    color: #e4e4e4;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .table-light {
    background-color: #252525;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .alert {
    background-color: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.1);
    color: #e4e4e4;
}

body.dark-mode .card {
    background-color: #252525;
    border-color: rgba(255, 255, 255, 0.1);
    color: #e4e4e4;
}

body.dark-mode .card-header {
    background-color: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .form-control,
body.dark-mode .form-select {
    background-color: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.1);
    color: #e4e4e4;
}

body.dark-mode .main-news-category {
    background: #0f1419;
}

.site-header {
    background: #182434;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.site-header a,
.site-header a:link,
.site-header a:visited,
.site-header a:hover,
.site-header a:focus,
.site-header a:active {
    color: #ffffff !important;
    text-decoration: none;
}

.site-header-top {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}

.site-header-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 1rem;
}

.site-mobile-menu-toggle,
.site-mobile-search-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.2rem;
}

.site-header-search {
    max-width: 360px;
}

.site-header-search .form-control {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.site-header-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.site-logo-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1;
}

.site-logo-image {
    height: 36px;
    max-width: 220px;
    object-fit: contain;
}

.site-logo-link:hover {
    color: #ffffff;
}

.site-header-social {
    display: flex;
    justify-content: flex-end;
    gap: 0.45rem;
    align-items: center;
}

.social-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    opacity: 0.92;
    transition: opacity 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 1;
}

.social-link:hover {
    color: #ffffff;
    opacity: 1;
}

.site-notify-toggle {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    opacity: 0.92;
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-notify-toggle:hover {
    opacity: 1;
}

.site-notify-toggle.is-active {
    color: #b5d4ff;
}

.site-header-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.28);
    margin: 0 0.1rem;
}

.site-header-social-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.site-mobile-social-links {
    display: none;
}

.site-header-bottom {
    padding: 0.55rem 0;
}

.site-footer {
    background: #182434;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer-logo {
    height: 36px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
}

.site-footer-title {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.site-footer-copy {
    color: rgba(255, 255, 255, 0.88);
}

.site-categories-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.2rem;
}

.site-category-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
    opacity: 0.95;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.1rem;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.site-category-link:hover {
    color: #ffffff;
    opacity: 1;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {
    .home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .site-header-grid {
        grid-template-columns: auto 1fr auto auto;
        grid-template-areas:
            'menu logo social search';
        row-gap: 0.6rem;
        column-gap: 0.75rem;
    }

    .site-mobile-menu-toggle {
        display: inline-flex;
        grid-area: menu;
        align-items: center;
        justify-self: start;
    }

    .site-header-logo {
        grid-area: logo;
        justify-self: start;
        text-align: left !important;
    }

    .site-header-social {
        grid-area: social;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
    }

    .site-mobile-search-toggle {
        display: inline-flex;
        grid-area: search;
        align-items: center;
        justify-content: center;
        justify-self: end;
    }

    .site-header-search {
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 0.75rem;
        right: 0.75rem;
        z-index: 30;
        max-width: none;
        display: none;
        background: #182434;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0.6rem;
        padding: 0.55rem;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
    }

    .site-header-search.is-open {
        display: block;
    }

    .site-header-bottom {
        display: none;
        padding-top: 0;
    }

    .site-header-bottom.is-open {
        display: block;
    }

    .site-header-bottom .container {
        padding-bottom: 0.7rem;
    }

    .site-categories-nav {
        flex-direction: column;
        gap: 0.5rem;
        padding-bottom: 0.7rem;
    }

    .site-category-link {
        display: block;
        width: 100%;
        padding: 0.3rem 0;
    }

    .site-header-social-links,
    .site-header-divider-social {
        display: none;
    }

    .site-mobile-social-links {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        padding-top: 0.65rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .site-footer .row > [class*="col-"] {
        text-align: left !important;
    }

    .home-category-grid {
        grid-template-columns: 1fr;
    }

    .home-special-grid {
        grid-template-columns: 1fr;
    }

    .home-special-main-thumb {
        height: 220px;
    }

    .home-special-side-item {
        flex-direction: column;
        padding: 0;
        overflow: hidden;
    }

    .home-special-side-thumb {
        width: 100%;
        min-width: 0;
        height: 180px;
        border-radius: 0;
    }

    .home-special-side-item .home-special-body {
        padding: 0.75rem;
    }
}

.hero {
    background: radial-gradient(circle at top right, rgba(0, 87, 184, 0.2), rgba(16, 24, 32, 0.06));
    border: 1px solid rgba(16, 24, 32, 0.08);
}

.home-horizontal-ad {
    margin-bottom: 1rem;
}

.home-horizontal-ad-inner {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    overflow: hidden;
}

.home-horizontal-ad-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}

.ad-slot-horizontal {
    min-height: 120px;
    border-radius: 0.8rem;
}

.home-section-title {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    display: flex;
    align-items: stretch;
    gap: 0.6rem;
}

.home-section-title::before {
    content: '';
    width: 4px;
    border-radius: 999px;
    background: var(--brand-500);
}

.home-section-title a {
    color: #0f172a;
    text-decoration: none;
}

.home-section-title a:hover {
    text-decoration: underline;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-category-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    overflow: hidden;
}

.home-category-thumb {
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.home-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-category-body {
    padding: 0.8rem;
}

.home-category-body h3,
.home-special-body h3,
.home-special-body h4 {
    margin: 0;
    line-height: 1.35;
}

.home-category-body h3 a,
.home-special-body h3 a,
.home-special-body h4 a {
    color: #0f172a;
    text-decoration: none;
}

.home-category-body h3 a:hover,
.home-special-body h3 a:hover,
.home-special-body h4 a:hover {
    text-decoration: underline;
}

.home-category-card-lg h3 {
    font-size: 1.1rem;
}

.home-category-card-sm h3 {
    font-size: 0.97rem;
}

.home-special-section {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.home-special-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

.home-special-main,
.home-special-side-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    overflow: hidden;
}

.home-special-main-thumb {
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.home-special-main-thumb img,
.home-special-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-special-side-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-special-side-item {
    display: flex;
    gap: 0.7rem;
    padding: 0.6rem;
}

.home-special-side-thumb {
    width: 92px;
    min-width: 92px;
    height: 92px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.home-special-body {
    padding: 0.8rem;
}

.home-special-side-item .home-special-body {
    padding: 0;
}

.home-special-body h3 {
    font-size: 1.25rem;
}

.home-special-body h4 {
    font-size: 0.95rem;
}

.main-news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.25rem;
}

.main-news-section {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
}

.main-news-left,
.main-news-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-news-hero-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    padding: 1rem 1.1rem;
}

.main-news-hero-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2.6rem);
    font-weight: 800;
    line-height: 1.08;
}

.main-news-hero-title a,
.main-news-small-body h3 a,
.main-news-horizontal-item h4 a,
.main-news-inline-link {
    color: #0f172a;
    text-decoration: none;
}

.main-news-hero-title a:hover,
.main-news-small-body h3 a:hover,
.main-news-horizontal-item h4 a:hover,
.main-news-inline-link:hover {
    text-decoration: underline;
}

.main-news-links-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.main-news-inline-link {
    display: block;
    border-left: 3px solid #d1d5db;
    padding-left: 0.6rem;
    font-size: 1rem;
}

.main-news-small-card,
.main-news-medium-card,
.main-news-horizontal-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    overflow: hidden;
}

.main-news-thumb,
.main-news-thumb.medium {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.main-news-thumb.medium {
    height: 190px;
}

.main-news-thumb img,
.main-news-horizontal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-news-small-body {
    padding: 0.8rem;
}

.main-news-small-body h3 {
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.35;
}

.main-news-category {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #182434;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

.main-news-category:hover {
    color: #29394e;
}

.main-news-horizontal-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.main-news-bottom-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.main-news-horizontal-item {
    display: flex;
    gap: 0.65rem;
    padding: 0.6rem;
}

.main-news-horizontal-thumb {
    width: 92px;
    min-width: 92px;
    height: 92px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.main-news-horizontal-thumb.compact {
    width: 74px;
    min-width: 74px;
    height: 74px;
}

.main-news-horizontal-item.compact {
    padding: 0.5rem;
    gap: 0.55rem;
}

.main-news-horizontal-item.compact h4 {
    font-size: 0.9rem;
    line-height: 1.3;
}

.main-news-horizontal-item h4 {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .main-news-bottom-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .main-news-grid {
        grid-template-columns: 1fr;
    }

    .main-news-bottom-list {
        grid-template-columns: 1fr;
    }
}

.ad-slot {
    min-height: 120px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(16, 24, 32, 0.05),
        rgba(16, 24, 32, 0.05) 10px,
        rgba(16, 24, 32, 0.08) 10px,
        rgba(16, 24, 32, 0.08) 20px
    );
    display: grid;
    place-content: center;
    border-radius: 0.75rem;
    color: var(--brand-900);
    font-weight: 600;
}

.post-container {
    max-width: 1140px;
}

.post-article {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    padding: 1.25rem 1.25rem 1rem;
    margin-bottom: 1rem;
}

.post-title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 800;
    line-height: 1.08;
}

.post-subtitle {
    margin-bottom: 0.8rem;
    color: #475569;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.35;
}

.post-meta {
    color: #64748b;
    font-size: 0.92rem;
    margin-bottom: 0.9rem;
}

.listing-header {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
}

.listing-title {
    margin: 0;
    font-size: clamp(1.35rem, 2.6vw, 2.1rem);
    font-weight: 800;
    line-height: 1.12;
}

.listing-subtitle {
    margin: 0.5rem 0 0;
    color: #475569;
}

.listing-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.8rem;
    overflow: hidden;
    height: 100%;
}

.listing-card .home-category-thumb {
    height: 210px;
}

.listing-card .home-category-body p {
    margin: 0.4rem 0 0;
    color: #475569;
    font-size: 0.95rem;
}

.listing-card .home-category-body small {
    display: block;
    margin-top: 0.55rem;
    color: #64748b;
    font-size: 0.82rem;
}

.listing-pagination .page-link {
    color: #182434;
}

.listing-pagination .page-item.active .page-link {
    background-color: #182434;
    border-color: #182434;
}

.post-cover {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
}

.content-body {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #1e293b;
}

.content-body p {
    margin-bottom: 1rem;
}

.content-body h2,
.content-body h3,
.content-body h4 {
    margin-top: 1.45rem;
    margin-bottom: 0.65rem;
    line-height: 1.25;
}

.content-body img,
.content-body iframe,
.content-body table {
    max-width: 100%;
}

@media (max-width: 991px) {
    .post-article {
        padding: 1rem 0.9rem 0.9rem;
    }

    .content-body {
        font-size: 1rem;
        line-height: 1.65;
    }
}

/* Responsive overrides (placed at the end to avoid being overridden by base rules). */
@media (max-width: 991px) {
    .home-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .home-special-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .home-special-side-item {
        flex-direction: column;
        padding: 0;
    }

    .home-special-side-thumb {
        width: 100%;
        min-width: 0;
        height: 190px;
        border-radius: 0;
    }

    .home-special-side-item .home-special-body {
        padding: 0.75rem;
    }
}

@media (max-width: 575px) {
    .home-category-grid {
        grid-template-columns: 1fr;
    }
}

/* Accessibility Controls */
.site-accessibility-controls {
    display: flex;
    gap: 0.35rem;
    align-items: center;
}

.accessibility-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    white-space: nowrap;
}

.accessibility-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.accessibility-btn.active {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
}

body.dark-mode .accessibility-btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: #e4e4e4;
}

body.dark-mode .accessibility-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

body.dark-mode .accessibility-btn.active {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.font-size-group {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.font-size-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.font-size-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.font-size-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body.dark-mode .font-size-btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: #e4e4e4;
}

body.dark-mode .font-size-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
    .site-accessibility-controls {
        gap: 0.3rem;
    }

    .accessibility-btn,
    .font-size-btn,
    .site-notify-toggle,
    .social-link {
        width: 28px;
        height: 28px;
    }

    .site-header-divider {
        height: 18px;
        margin: 0 0.05rem;
    }

    .site-header-social {
        gap: 0.3rem;
    }
}

/* Dark mode text overrides for home/news content with fixed light-theme colors. */
body.dark-mode .home-section-title a,
body.dark-mode .home-category-body h3 a,
body.dark-mode .home-special-body h3 a,
body.dark-mode .home-special-body h4 a,
body.dark-mode .main-news-hero-title a,
body.dark-mode .main-news-small-body h3 a,
body.dark-mode .main-news-horizontal-item h4 a,
body.dark-mode .main-news-inline-link,
body.dark-mode .listing-title,
body.dark-mode .post-title,
body.dark-mode .content-body,
body.dark-mode .content-body p,
body.dark-mode .content-body li,
body.dark-mode .content-body h2,
body.dark-mode .content-body h3,
body.dark-mode .content-body h4 {
    color: #f8fafc !important;
}

body.dark-mode .main-news-category,
body.dark-mode .home-category-body p,
body.dark-mode .home-special-body p,
body.dark-mode .main-news-small-body p,
body.dark-mode .main-news-horizontal-item p,
body.dark-mode .post-subtitle,
body.dark-mode .post-meta,
body.dark-mode .listing-subtitle,
body.dark-mode .listing-card .home-category-body p,
body.dark-mode .listing-card .home-category-body small {
    color: #cbd5e1 !important;
}

body.dark-mode .home-section-title a:hover,
body.dark-mode .home-category-body h3 a:hover,
body.dark-mode .home-special-body h3 a:hover,
body.dark-mode .home-special-body h4 a:hover,
body.dark-mode .main-news-hero-title a:hover,
body.dark-mode .main-news-small-body h3 a:hover,
body.dark-mode .main-news-horizontal-item h4 a:hover,
body.dark-mode .main-news-inline-link:hover {
    color: #ffffff !important;
}
