.znb-block-container {
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background: #fff;
            padding: 2.5rem;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.03);
        }

        /* 1. STYLISH TITLE WITH VIEW ALL */
        .znb-section-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }
        .znb-section-header h2 {
            font-size: 1.3rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            display: flex;
            align-items: center;
            color: #111;
            white-space: nowrap;
        }
        /* Pipe before title */
        .znb-section-header h2::before {
            content: "";
            display: inline-block;
            width: 5px;
            height: 1.1em;
            background-color: #0d6efd;
            margin-right: 12px;
            border-radius: 4px;
        }
        /* Fading gradient line in the middle */
        .znb-header-line {
            flex-grow: 1;
            height: 2px;
            background: linear-gradient(to right, #dee2e6, rgba(255,255,255,0));
            margin: 0 20px;
        }
        /* View All Link */
        .znb-view-all {
            white-space: nowrap;
            font-size: 0.85rem;
            font-weight: 700;
            color: #6c757d;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: color 0.2s ease;
        }
        .znb-view-all:hover {
            color: #0d6efd;
        }

        /* Hover Effects */
        .znb-hover-title { transition: color 0.2s ease; }
        a:hover .znb-hover-title { color: #0d6efd !important; }

        /* Left Sidebar: Event Card */
        .znb-event-card { transition: transform 0.2s ease; }
        .znb-event-card:hover { transform: translateX(3px); }
        
        .znb-event-date-badge {
            position: absolute;
            bottom: -12px;
            left: 15px;
            background: #dc3545;
            color: white;
            padding: 5px 12px;
            border-radius: 6px;
            text-align: center;
            box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
            z-index: 2;
        }

        /* Right Sidebar: Biography Cards */
        .znb-bio-card {
            border: 1px solid transparent;
            border-radius: 8px;
            transition: all 0.2s ease;
        }
        .znb-bio-card:hover {
            background-color: #f8f9fa;
            border-color: #eaeaea;
        }

        /* Carousel Caption Gradient Overlay */
        .znb-carousel-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
            padding: 2rem 1.5rem 1rem 1.5rem;
            color: white;
            border-bottom-left-radius: var(--bs-border-radius);
            border-bottom-right-radius: var(--bs-border-radius);
        }

        .znb-line-clamp-2 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }


/* =========================================
   BLOCK 2: GADGETS & FACT CHECK SPECIFIC
   ========================================= */

/* GADGET REVIEW SPECIFICS */
.znb-score-badge {
    background-color: #111;
    color: #fff;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
}
.znb-gadget-specs {
    font-size: 0.72rem;
    color: #555;
    margin-top: 8px;
}
.znb-gadget-specs span {
    display: inline-block;
    background: #f1f3f5;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}

/* FACT CHECK SPECIFICS */
.znb-fact-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.znb-fact-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-left: 4px solid #dee2e6; /* Dynamic Left Border */
    border-radius: 6px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}
.znb-fact-link:hover .znb-fact-card {
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    transform: translateY(-2px);
    background-color: #fcfcfc;
}

/* Dynamic Verdict Borders */
.znb-fact-false { border-left-color: #dc3545; }
.znb-fact-misleading { border-left-color: #fd7e14; }
.znb-fact-verified { border-left-color: #198754; }

/* Verdict Badges */
.znb-verdict-badge {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 6px;
    border-radius: 4px;
}
.znb-badge-false { background: #fee2e2; color: #dc2626; }
.znb-badge-misleading { background: #ffebd3; color: #d9730f; }
.znb-badge-verified { background: #dcfce7; color: #16a34a; }

/* CENTER CARD SPECIFICS */
.znb-center-card {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.znb-center-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* =========================================
           BLOCK 3 SPECIFIC STYLES
           ========================================= */

        /* BABY NAMES SPECIFICS */
        .znb-baby-item {
            padding: 10px;
            border-radius: 8px;
            background: #fff;
            border: 1px solid #f1f3f5;
            transition: all 0.2s ease;
        }
        .znb-baby-item:hover {
            box-shadow: 0 4px 15px rgba(0,0,0,0.04);
            border-color: #dee2e6;
        }
        .znb-name-initial {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            font-weight: 800;
            font-family: Georgia, serif;
            border-radius: 8px;
            flex-shrink: 0;
        }
        .znb-initial-girl { background: #fff0f6; color: #d81b60; }
        .znb-initial-boy { background: #f0f4ff; color: #1d4ed8; }

        /* CULTURE SLIDER & TOP DOTS & FLOATING CARD */
        .znb-culture-slide-wrap {
            position: relative;
            padding-bottom: 75px;
        }
        .znb-top-indicators {
            position: absolute;
            top: 15px;
            right: 15px;
            display: flex;
            gap: 6px;
            z-index: 10;
            margin: 0;
        }
        .znb-top-indicators button {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: none;
            background-color: rgba(255, 255, 255, 0.6);
            box-shadow: 0 2px 4px rgba(0,0,0,0.3);
            transition: all 0.2s ease;
        }
        .znb-top-indicators button.active {
            background-color: #fff;
            width: 22px;
            border-radius: 4px;
        }
        .znb-culture-floating-card {
            position: absolute;
            bottom: 0;
            left: 20px;
            right: 20px;
            background: #fff;
            border: 1px solid #eaeaea;
            padding: 1rem 1.25rem;
            border-radius: 10px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            z-index: 5;
        }

        /* POETRY COMPACT CARD */
        .znb-poetry-compact {
            background: #fff;
            border: 1px solid #eaeaea;
            border-radius: 8px;
            padding: 12px;
            transition: all 0.2s ease;
            position: relative;
            overflow: hidden;
        }
        .znb-poetry-compact:hover {
            border-color: #cbd5e1;
            box-shadow: 0 4px 12px rgba(0,0,0,0.04);
            transform: translateY(-2px);
        }
        .znb-poetry-top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.65rem;
            color: #666;
            margin-bottom: 4px;
        }
        .znb-poetry-tags-inline {
            display: flex;
            gap: 6px;
            font-size: 0.62rem;
            color: #555;
            background: #f8f9fa;
            padding: 2px 6px;
            border-radius: 4px;
            border: 1px solid #eee;
        }


/* =========================================
   BLOCK 4: CATEGORY SLIDER SPECIFIC
   ========================================= */

.znb-slider-nav {
    display: flex;
    gap: 8px;
    margin-right: 15px;
}
.znb-nav-btn {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
    transition: all 0.2s ease;
    cursor: pointer;
}
.znb-nav-btn:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.znb-slider-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 15px;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.znb-slider-track::-webkit-scrollbar {
    display: none; 
}

.znb-slide-card {
    flex: 0 0 calc(25% - 1.125rem); 
    scroll-snap-align: start;
    border: none;
    background: transparent;
}

@media (max-width: 991px) {
    .znb-slide-card { flex: 0 0 calc(50% - 0.75rem); }
}

@media (max-width: 575px) {
    /* Mobile par 100% full width */
    .znb-slide-card { flex: 0 0 100%; scroll-snap-align: center; }
}

.znb-img-zoom-wrap { overflow: hidden; border-radius: 8px; }
.znb-img-zoom-wrap img { transition: transform 0.4s ease; }
.znb-slide-card:hover .znb-img-zoom-wrap img { transform: scale(1.05); }


/* =========================================
   BLOCK 5: MAIN LEAD + FEED LAYOUT
   ========================================= */

/* Main Lead Post (Left) */
.znb-lead-post .znb-img-wrap {
    overflow: hidden;
    border-radius: 8px;
}
.znb-lead-post .znb-img-wrap img {
    transition: transform 0.4s ease;
}
.znb-lead-post:hover .znb-img-wrap img {
    transform: scale(1.03);
}

/* Feed Posts (Right Desktop / Bottom Mobile) */
.znb-feed-card {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1.15rem;
    margin-bottom: 1.15rem;
    transition: transform 0.2s ease;
}
.znb-feed-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.znb-feed-card:hover {
    transform: translateX(4px); /* Slight slide right on hover */
}
.znb-feed-img-wrap {
    width: 140px; /* Fixed width for thumbnails */
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}
.znb-feed-img-wrap img {
    transition: transform 0.3s ease;
}
.znb-feed-card:hover .znb-feed-img-wrap img {
    transform: scale(1.05);
}

/* Mobile Specific Adjustments */
@media (max-width: 575px) {
    .znb-feed-img-wrap {
        width: 100px; /* Smaller, stylish thumbnails for mobile */
    }
    .znb-feed-card h4 {
        font-size: 0.9rem !important; /* Adjusted title size for mobile */
    }
}



/* =========================================
   BLOCK 6: CINEMATIC VIDEO NEWS (FINAL)
   ========================================= */

.znb-video-block {
    background-color: #0f1115;
    color: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.znb-video-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.znb-video-header h2 {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

/* Callout Video Icon (Arrow at Bottom-Right) */
.znb-video-callout {
    position: relative;
    background-color: #e50914; 
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 4px;
    box-shadow: 0 4px 10px rgba(229, 9, 20, 0.4);
}
.znb-video-callout::after {
    content: '';
    position: absolute;
    bottom: -6px; /* Pushes arrow below */
    right: 8px;   /* Shifted to the RIGHT corner */
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #e50914 transparent transparent transparent;
    display: block;
    width: 0;
}

.znb-video-view-all {
    font-size: 0.85rem;
    font-weight: 700;
    color: #a1a1aa;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}
.znb-video-view-all:hover { color: #fff; }

.znb-video-thumbnail {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.znb-video-thumbnail .ratio img {
    transition: transform 0.4s ease;
}

.znb-video-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.1); 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 2;
}
.znb-play-icon {
    width: 60px;
    height: 60px;
    fill: #fff; 
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.8);
    padding: 16px; 
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.znb-video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 3;
}

/* Hover Effects with New Glow */
.znb-video-card:hover .znb-video-thumbnail .ratio img { transform: scale(1.08); }
.znb-video-card:hover .znb-video-overlay { background: rgba(0,0,0,0.4); }
.znb-video-card:hover .znb-play-icon {
    background: #e50914; 
    border-color: #e50914;
    transform: scale(1.15);
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.6); /* Awesome Red Glow */
}
.znb-video-title-hover { transition: color 0.2s ease; }
.znb-video-card:hover .znb-video-title-hover { color: #3b82f6 !important; }


/* =========================================
   BLOCK 7: LATEST POSTS & SIDEBAR (COMPACT)
   ========================================= */

.znb-block-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    margin-bottom: 3rem;
}

/* Compact Horizontal List */
.znb-latest-list-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    border-bottom: 1px solid #f1f3f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
}
.znb-latest-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.znb-latest-list-item:hover {
    transform: translateX(4px);
}
.znb-latest-img {
    width: 160px; /* Smaller, compact width for desktop */
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}
.znb-latest-img img {
    transition: transform 0.4s ease;
}
.znb-latest-list-item:hover .znb-latest-img img {
    transform: scale(1.05);
}

/* Sidebar: Popular Posts (Numbered List) */
.znb-popular-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
    transition: transform 0.2s ease;
}
.znb-popular-item:hover {
    transform: translateX(3px);
}
.znb-popular-number {
    font-size: 3.2rem;
    font-weight: 900;
    color: #f1f3f5; 
    line-height: 0.8;
    width: 50px;
    flex-shrink: 0;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: color 0.2s ease;
}
.znb-popular-item:hover .znb-popular-number {
    color: #e9ecef;
}

/* Sidebar: Popular Tags */
.znb-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.znb-tag-cloud a {
    background: #f8f9fa;
    color: #495057;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #dee2e6;
    text-decoration: none;
    transition: all 0.2s ease;
}
.znb-tag-cloud a:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* Newsletter Widget */
.znb-newsletter-box {
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

/* Mobile Adjustments (Kept Horizontal but smaller) */
@media (max-width: 767.98px) {
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden;
    }
    .znb-block-container {
        padding-left: 1rem !important; /* Minimal inner padding so content isn't touching screen */
        padding-right: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important; /* Edge to edge */
        border-left: none !important;
        border-right: none !important;
    }
    .znb-latest-list-item {
        gap: 0.85rem;
    }
    .znb-latest-img {
        width: 100px; /* Very compact thumbnail for mobile */
    }
    .znb-latest-list-item h4 {
        font-size: 0.95rem !important; /* Smaller title for mobile */
    }
}

/* Edge to Edge specifically for Mobile */
@media (max-width: 767.98px) {
    section.znb-mobile-edge {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .znb-mobile-edge .znb-video-block,
    .znb-mobile-edge .znb-block-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }
}

/* =========================================
   SIDEBAR WEATHER CARD STYLING
   ========================================= */
.znb-weather-card {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.znb-weather-temp {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}


/* =========================================
   UNIVERSAL SIDEBAR WIDGETS (STYLES)
   ========================================= */

/* Base Widget Container */
.znb-widget {
    background: #fff;
    border: 1px solid #f1f3f5;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

/* Universal Widget Title */
.znb-widget-title {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #f1f3f5;
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    color: #111;
}
.znb-widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #0d6efd; /* Theme primary color */
}

/* 1. Popular Posts (Numbered) */
.znb-pop-item { display: flex; align-items: center; margin-bottom: 1rem; transition: transform 0.2s; }
.znb-pop-item:hover { transform: translateX(4px); }
.znb-pop-num { font-size: 3rem; font-weight: 900; color: #f1f3f5; line-height: 0.8; width: 45px; flex-shrink: 0; transition: color 0.2s; }
.znb-pop-item:hover .znb-pop-num { color: #e9ecef; }

/* 2. Recommended Posts (Thumbnails) */
.znb-rec-item { display: flex; gap: 12px; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px dashed #f1f3f5; }
.znb-rec-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.znb-rec-img { width: 75px; height: 75px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
.znb-rec-img img { transition: transform 0.3s ease; }
.znb-rec-item:hover .znb-rec-img img { transform: scale(1.1); }

/* 3. Social Follow Us */
.znb-social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.znb-social-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; border-radius: 6px; color: #fff; font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: opacity 0.2s; }
.znb-social-btn:hover { opacity: 0.85; color: #fff; }
.znb-fb { background: #1877F2; } .znb-tw { background: #000000; }
.znb-ig { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.znb-yt { background: #FF0000; }

/* 4. Weather Card */
.znb-weather-box { background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); color: #fff; border-radius: 8px; padding: 1.25rem; }

/* 5. Popular Tags */
.znb-widget-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.znb-tag { font-size: 0.75rem; color: #495057; background: #f8f9fa; padding: 6px 12px; border-radius: 4px; border: 1px solid #e9ecef; transition: all 0.2s; text-decoration: none; }
.znb-tag:hover { background: #0d6efd; color: #fff; border-color: #0d6efd; }

/* 6. Archives */
.znb-archive-list { list-style: none; padding: 0; margin: 0; }
.znb-archive-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #f1f3f5; font-size: 0.9rem; color: #495057; text-decoration: none; transition: color 0.2s; }
.znb-archive-item:last-child { border-bottom: none; }
.znb-archive-item:hover { color: #0d6efd; }
.znb-archive-count { background: #f8f9fa; font-size: 0.75rem; padding: 3px 10px; border-radius: 20px; font-weight: 600; border: 1px solid #e9ecef; }

/* 7. Voting Poll */
.znb-poll-option { display: block; background: #f8f9fa; padding: 10px 15px; border-radius: 6px; margin-bottom: 8px; border: 1px solid #e9ecef; cursor: pointer; transition: all 0.2s; font-size: 0.85rem; font-weight: 500; }
.znb-poll-option:hover { border-color: #0d6efd; background: #f0f6ff; }
.znb-poll-option input { margin-right: 10px; }

/* =========================================
   DARK MODE OVERRIDES
   ========================================= */

[data-bs-theme="dark"] {
    --ink: #f8f9fa;
    --ink-soft: #adb5bd;
    --paper: #1a1d21;
    --paper-2: #212529;
    --line: #343a40;
    --white: #1a1d21;
}

[data-bs-theme="dark"] .znb-block-container,
[data-bs-theme="dark"] .znb-widget {
    background: #1a1d21;
    border-color: #2c3035;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

[data-bs-theme="dark"] .znb-section-header h2,
[data-bs-theme="dark"] .znb-widget-title,
[data-bs-theme="dark"] .znb-archive-item,
[data-bs-theme="dark"] .znb-pop-item,
[data-bs-theme="dark"] .znb-pop-item .text-dark,
[data-bs-theme="dark"] .znb-rec-item h4 {
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .znb-widget-title {
    border-bottom-color: #2c3035;
}

[data-bs-theme="dark"] .znb-header-line {
    background: linear-gradient(to right, #495057, rgba(255,255,255,0));
}

[data-bs-theme="dark"] .znb-view-all {
    color: #adb5bd;
}
[data-bs-theme="dark"] .znb-view-all:hover {
    color: #0d6efd;
}

[data-bs-theme="dark"] .znb-bio-card:hover,
[data-bs-theme="dark"] .znb-archive-item:hover {
    background-color: #212529;
    border-color: #343a40;
}

[data-bs-theme="dark"] .znb-pop-num {
    color: #343a40;
}
[data-bs-theme="dark"] .znb-pop-item:hover .znb-pop-num {
    color: #495057;
}

[data-bs-theme="dark"] .znb-rec-item,
[data-bs-theme="dark"] .znb-archive-item {
    border-bottom-color: #343a40;
}

[data-bs-theme="dark"] .znb-tag {
    background: #212529;
    color: #adb5bd;
    border-color: #343a40;
}
[data-bs-theme="dark"] .znb-tag:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

[data-bs-theme="dark"] .znb-archive-count {
    background: #212529;
    color: #adb5bd;
    border-color: #343a40;
}

[data-bs-theme="dark"] .znb-poll-option {
    background: #212529;
    border-color: #343a40;
    color: #f8f9fa;
}
[data-bs-theme="dark"] .znb-poll-option:hover {
    background: #2c3035;
    border-color: #495057;
}

/* Fix generic utility classes inside containers */
[data-bs-theme="dark"] .znb-block-container .bg-light,
[data-bs-theme="dark"] .znb-widget .bg-light {
    background-color: #212529 !important;
}
[data-bs-theme="dark"] .znb-block-container .border-bottom,
[data-bs-theme="dark"] .znb-widget .border-bottom {
    border-bottom-color: #343a40 !important;
}
[data-bs-theme="dark"] .znb-block-container .text-dark,
[data-bs-theme="dark"] .znb-widget .text-dark,
[data-bs-theme="dark"] .znb-block-container a.text-dark {
    color: #f8f9fa !important;
}
[data-bs-theme="dark"] .znb-block-container .text-muted,
[data-bs-theme="dark"] .znb-widget .text-muted {
    color: #adb5bd !important;
}



/* Dark Mode additions for Fact Check, Poetry, Baby Names, Reviews */
[data-bs-theme="dark"] .znb-fact-card,
[data-bs-theme="dark"] .znb-baby-item,
[data-bs-theme="dark"] .znb-poetry-compact,
[data-bs-theme="dark"] .znb-culture-floating-card {
    background: #212529;
    border-color: #343a40;
}

[data-bs-theme="dark"] .znb-fact-link:hover .znb-fact-card,
[data-bs-theme="dark"] .znb-baby-item:hover,
[data-bs-theme="dark"] .znb-poetry-compact:hover {
    background: #2c3035;
    border-color: #495057;
}

[data-bs-theme="dark"] .znb-center-card {
    border-bottom-color: #343a40;
}

[data-bs-theme="dark"] .znb-poetry-tags-inline {
    background: #2c3035;
    border-color: #495057;
    color: #adb5bd;
}

[data-bs-theme="dark"] .znb-poetry-top-bar,
[data-bs-theme="dark"] .znb-poetry-compact p {
    color: #adb5bd;
}

[data-bs-theme="dark"] .bg-white {
    background-color: #212529 !important;
}

[data-bs-theme="dark"] .bg-light-subtle {
    background-color: #1a1d21 !important;
}

[data-bs-theme="dark"] .bg-secondary-subtle,
[data-bs-theme="dark"] .bg-dark-subtle {
    background-color: #343a40 !important;
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .znb-culture-floating-card h3,
[data-bs-theme="dark"] .znb-poetry-compact h4,
[data-bs-theme="dark"] .znb-baby-item h4 {
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .znb-culture-floating-card .bg-warning.text-dark {
    background-color: #d9730f !important;
    color: #fff !important;
}

