:root {
    --news-brand: #0b4f6c;
    --news-footer: #092f40;
    --news-ink: #151515;
    --news-muted: #6d6d6d;
    --news-line: #dedede;
    --news-soft: #f4f4f4;
    --news-white: #fff;
    --news-gutter: 24px;
    --news-container: 1304px;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html,
body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

.news-container {
    width: min(calc(100% - 32px), var(--news-container));
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.news-site-shell {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.news-site-shell,
.news-home,
.news-footer,
.news-notice-bar {
    font-family: SolaimanLipiNormal, "Noto Sans Bengali", Arial, sans-serif;
}

.news-site-shell *,
.news-home *,
.news-footer * {
    box-sizing: border-box;
}

.news-site-shell a,
.news-home a,
.news-footer a {
    color: inherit;
    text-decoration: none;
}

.news-site-shell button,
.news-home button {
    font-family: inherit;
}

.news-top-ad {
    padding: 10px 0 6px;
    text-align: center;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
}

.news-top-ad img,
.news-top-ad iframe,
.news-top-ad a,
.news-top-ad > div,
.news-inline-ad,
.news-inline-ad img,
.news-inline-ad iframe,
.news-inline-ad a,
.news-sidebar-ad,
.news-sidebar-ad img,
.news-sidebar-ad iframe,
.news-sidebar-ad a,
.news-ad,
.news-ad img,
.news-ad iframe,
.news-ad a,
[aria-label="Advertisement"] img,
[aria-label="Advertisement"] iframe,
[aria-label="Advertisement"] a,
[aria-label="Advertisement"] > div {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.news-top-ad a,
.news-inline-ad a,
.news-sidebar-ad a,
.news-ad a,
[aria-label="Advertisement"] a {
    display: inline-block;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.news-header {
    position: relative;
    z-index: 1000;
    background: #fff;
}

.news-masthead {
    min-height: 98px;
    display: grid;
    grid-template-columns: minmax(270px, 1fr) auto minmax(270px, 1fr);
    align-items: center;
    gap: 20px;
    padding: 16px 0 14px;
    border-bottom: 1px solid #e2e8f0;
}

.news-masthead-left,
.news-masthead-right {
    min-width: 0;
}

.news-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.news-icon-button,
.news-nav-menu,
.news-nav-search {
    appearance: none;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    color: #1e293b;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-icon-button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.news-icon-button.js-news-menu {
    flex-direction: column;
    gap: 4.5px;
    padding: 0;
}

.news-icon-button:hover,
.news-icon-button:focus-visible,
.news-nav-menu:hover,
.news-nav-search:hover {
    border-color: var(--news-brand);
    color: var(--news-brand);
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 79, 108, 0.12);
}

.news-icon-button:active,
.news-nav-menu:active,
.news-nav-search:active {
    transform: scale(0.94);
}

.news-icon-button span,
.news-nav-menu span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: currentColor;
    transition: all 0.2s ease;
}

.news-search-button {
    display: inline-flex;
    font-size: 19px;
}

.news-date-line {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

.news-date-line .date-icon {
    font-size: 15px;
    color: var(--news-brand);
}

.news-date-separator {
    color: #94a3b8;
    margin: 0 2px;
}

.news-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.news-brand:hover {
    transform: scale(1.015);
}

.news-brand img {
    display: block;
    width: auto;
    max-width: 250px;
    max-height: 60px;
    object-fit: contain;
}

.news-masthead-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.news-utility-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.news-utility-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.18s ease;
}

.news-utility-links a i {
    font-size: 14px;
    color: #64748b;
    transition: color 0.18s ease;
}

.news-utility-links a:hover {
    color: var(--news-brand);
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.news-utility-links a:hover i {
    color: var(--news-brand);
}

.news-social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
}

.news-social-links a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #64748b;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease;
}

.news-social-links a:hover {
    color: #0f172a;
    background: #f1f5f9;
}

/* Primary Navigation */
.news-nav-wrap {
    width: 100%;
    border-top: 1px solid #e2e8f0;
    border-bottom: 2px solid #0f172a;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.news-nav-wrap.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 2px solid var(--news-brand);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
    animation: newsNavDrop .22s ease both;
}

body.news-nav-fixed {
    padding-top: 50px;
}

.news-nav-inner {
    min-height: 48px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-primary-nav {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.news-primary-nav ul {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    justify-content: center;
}

.news-primary-nav li {
    display: block;
}

.news-primary-nav a {
    position: relative;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0 14px;
    color: #1e293b;
    background: transparent;
    border: none;
    font-size: 17.5px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -0.01em;
    border-radius: 999px;
    transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-primary-nav a .home-nav-icon {
    font-size: 18px;
    color: inherit;
    transition: transform 0.2s ease;
}

.news-primary-nav a:hover {
    color: var(--news-brand);
    background: #f1f5f9;
    transform: translateY(-1px);
}

.news-primary-nav a:hover .home-nav-icon {
    transform: scale(1.1);
}

.news-primary-nav a.active {
    color: #ffffff;
    font-weight: 800;
    background: var(--news-brand);
    box-shadow: 0 2px 6px rgba(11, 79, 108, 0.22);
}

.news-primary-nav a.active .home-nav-icon {
    color: #ffffff;
}

/* ==========================================================================
   EDITORIAL SEARCH MODAL & OVERLAY
   ========================================================================== */

.news-search-panel {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.news-search-panel[hidden] {
    display: none !important;
}

.news-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: newsBackdropFadeIn 0.22s ease-out;
}

.news-search-box-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 20px 0 16px;
    border-bottom: 3px solid var(--news-brand);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
    animation: newsDrawerSlideDown 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}

.news-search-form-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-search-pill {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 999px;
    padding: 4px 6px 4px 18px;
    transition: all 0.2s ease;
}

.news-search-pill:focus-within {
    background: #ffffff;
    border-color: var(--news-brand);
    box-shadow: 0 0 0 4px rgba(11, 79, 108, 0.12);
}

.news-search-pill .search-lens-icon {
    font-size: 20px;
    color: #94a3b8;
    margin-right: 10px;
    flex-shrink: 0;
}

.news-search-pill input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    font-family: inherit;
}

.news-search-pill input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.news-search-submit-btn {
    border: none;
    background: var(--news-brand);
    color: #ffffff;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.news-search-submit-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(11, 79, 108, 0.25);
}

.news-search-close {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.news-search-close:hover {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fecaca;
    transform: rotate(90deg);
}

/* Quick Search Topic Suggestions */
.news-search-suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
    text-align: center;
}

.suggestions-label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.suggestions-label i {
    color: #f59e0b;
    font-size: 15px;
}

.search-suggestion-chip {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.18s ease;
}

.search-suggestion-chip:hover {
    background: rgba(11, 79, 108, 0.12);
    color: var(--news-brand);
}

/* ==========================================================================
   EDITORIAL MEGA DRAWER & SECTIONS OVERLAY
   ========================================================================== */

.news-mega-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.news-mega-menu[hidden] {
    display: none !important;
}

.news-mega-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: newsBackdropFadeIn 0.25s ease-out;
}

@keyframes newsBackdropFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.news-mega-panel {
    position: relative;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-bottom: 4px solid var(--news-brand);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: newsDrawerSlideDown 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}

@keyframes newsDrawerSlideDown {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mega Topbar */
.news-mega-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0 14px;
    border-bottom: 2px solid #0f172a;
    flex-wrap: wrap;
}

.news-mega-brand-area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news-mega-brand-link {
    display: inline-flex;
    align-items: center;
}

.news-mega-logo {
    max-height: 38px;
    width: auto;
    object-fit: contain;
}

.news-mega-brand-divider {
    width: 1px;
    height: 32px;
    background: #e2e8f0;
}

.news-mega-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.news-mega-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.news-mega-badge i {
    color: var(--news-brand);
    font-size: 18px;
}

.news-mega-tagline {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    display: block;
}

.news-mega-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.news-mega-search-form {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 999px;
    height: 48px;
    min-height: 48px;
    padding: 4px 5px 4px 18px;
    width: min(100%, 380px);
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.news-mega-search-form:focus-within {
    background: #ffffff;
    border-color: var(--news-brand);
    box-shadow: 0 0 0 3px rgba(11, 79, 108, 0.12);
}

.news-mega-search-form i {
    color: #94a3b8;
    font-size: 18px;
    margin-right: 8px;
    flex-shrink: 0;
}

.news-mega-search-form input {
    flex: 1;
    height: 100%;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: 15px;
    color: #0f172a;
}

.news-mega-search-form button {
    border: 0;
    background: var(--news-brand);
    color: #ffffff;
    border-radius: 999px;
    height: 38px;
    padding: 0 20px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.news-mega-search-form button:hover {
    opacity: 0.9;
}

.news-mega-close-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s ease;
}

.news-mega-close-btn:hover {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fecaca;
    transform: rotate(90deg);
}

/* Quick Action Chips Bar */
.news-mega-quick-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.news-mega-quick-chips::-webkit-scrollbar {
    display: none;
}

.news-quick-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.news-quick-chip i {
    font-size: 16px;
    color: var(--news-brand);
}

.news-quick-chip:hover {
    background: var(--news-brand);
    color: #ffffff;
    border-color: var(--news-brand);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(11, 79, 108, 0.2);
}

.news-quick-chip:hover i {
    color: #ffffff;
}

.news-quick-chip.active {
    background: rgba(11, 79, 108, 0.08);
    color: var(--news-brand);
    border-color: rgba(11, 79, 108, 0.2);
}

/* Sections Multi-Column Layout */
.news-mega-sections-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr 1fr;
    gap: 28px;
    padding: 24px 0 28px;
    min-height: 360px;
}

.news-mega-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: start;
    height: auto !important;
}

.news-mega-col:not(:last-child) {
    border-right: 1px solid #f1f5f9;
    padding-right: 20px;
}

.news-mega-col-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.news-mega-col-heading i {
    color: var(--news-brand);
    font-size: 19px;
}

.news-mega-col-heading h3 {
    margin: 0;
    font-size: 16.5px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
}

/* Mega Link Lists */
.news-mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.news-mega-cat-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.news-mega-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 6px;
    transition: background 0.18s ease;
}

.news-mega-cat-row:hover {
    background: #f8fafc;
}

.news-mega-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 6px;
    color: #334155;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.18s ease;
    flex: 1;
}

.news-cat-name {
    font-size: 17.5px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
    transition: color 0.18s ease;
}

.cat-arrow-icon {
    margin-left: auto;
    font-size: 13px;
    color: #cbd5e1;
    transition: transform 0.18s ease, color 0.18s ease;
}

.news-mega-cat-row:hover .cat-arrow-icon {
    color: var(--news-brand);
    transform: translateX(3px);
}

.news-mega-sub-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.2s ease;
}

.news-mega-sub-toggle:hover {
    background: #e2e8f0;
}

.news-mega-sub-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 11px;
    background: #e2e8f0;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.2s ease;
}

.cat-has-sub-icon {
    font-size: 13px;
    color: #64748b;
    transition: transform 0.22s ease, color 0.22s ease;
}

/* Controlled by .is-open class (Click / Tap) */
.news-mega-cat-item.is-open .cat-has-sub-icon {
    transform: rotate(180deg) !important;
    color: var(--news-brand) !important;
}

.news-mega-cat-item.is-open .news-mega-sub-badge {
    background: rgba(11, 79, 108, 0.15) !important;
    color: var(--news-brand) !important;
}

.news-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.news-mega-cat-row:hover .news-bullet {
    background: var(--news-brand);
    transform: scale(1.4);
}

.news-mega-cat-row:hover .news-cat-name {
    color: var(--news-brand);
}

/* Subcategories Expand on Hover & Tap */
.news-mega-subcat-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 8px;
    padding-left: 18px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
    margin: 0;
}

.news-mega-cat-item.is-open .news-mega-subcat-row {
    max-height: 180px !important;
    opacity: 1 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    margin-top: 3px !important;
    margin-bottom: 6px !important;
}

/* Desktop-only Hover expansion */
@media (hover: hover) and (min-width: 901px) {
    .news-mega-cat-item:hover .cat-has-sub-icon {
        transform: rotate(180deg);
        color: var(--news-brand);
    }

    .news-mega-cat-item:hover .news-mega-sub-badge {
        background: rgba(11, 79, 108, 0.15);
        color: var(--news-brand);
    }

    .news-mega-cat-item:hover .news-mega-subcat-row {
        max-height: 180px;
        opacity: 1;
        overflow: visible;
        pointer-events: auto;
        transform: translateY(0);
        margin-top: 3px;
        margin-bottom: 6px;
    }
}

.news-mega-subcat-pill {
    display: inline-block !important;
    padding: 3px 10px !important;
    border-radius: 5px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.16s ease !important;
}

.news-mega-subcat-pill:hover {
    background: rgba(11, 79, 108, 0.12) !important;
    color: var(--news-brand) !important;
    padding-left: 10px !important;
    font-weight: 700 !important;
}

.news-mega-list li a.news-mega-link-home {
    background: rgba(11, 79, 108, 0.06);
    color: var(--news-brand);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.news-mega-list li a.news-mega-link-home i {
    font-size: 18px;
}

.news-mega-list.meta-list {
    gap: 8px;
}

.news-mega-list.meta-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    color: #1e293b;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-mega-list.meta-list li a .meta-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(11, 79, 108, 0.08);
    color: var(--news-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.news-mega-list.meta-list li a .meta-link-text {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    transition: color 0.2s ease;
}

.news-mega-list.meta-list li a .meta-arrow {
    font-size: 13px;
    color: #cbd5e1;
    transition: all 0.2s ease;
}

.news-mega-list.meta-list li a:hover {
    background: #ffffff;
    border-color: var(--news-brand);
    color: var(--news-brand);
    padding-left: 12px;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(11, 79, 108, 0.08);
}

.news-mega-list.meta-list li a:hover .meta-icon-box {
    background: var(--news-brand);
    color: #ffffff;
    transform: scale(1.05);
}

.news-mega-list.meta-list li a:hover .meta-link-text {
    color: var(--news-brand);
    font-weight: 700;
}

.news-mega-list.meta-list li a:hover .meta-arrow {
    color: var(--news-brand);
    transform: translateX(2px);
}

/* Auth Button in Mega Menu */
.news-mega-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding: 11px 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0b4f6c, #07384d);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(11, 79, 108, 0.25);
    transition: all 0.2s ease;
}

.news-mega-auth-btn i {
    font-size: 19px;
}

.news-mega-auth-btn:hover {
    opacity: 0.92;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(11, 79, 108, 0.35);
}

/* Multimedia Cards */
.news-mega-media-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-mega-media-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.22s ease;
}

.news-mega-media-card:hover {
    background: #ffffff;
    border-color: var(--news-brand);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(11, 79, 108, 0.08);
}

.news-mega-media-card .news-media-icon {
    position: static !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    border-radius: 8px !important;
    background: rgba(11, 79, 108, 0.08) !important;
    color: var(--news-brand) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.news-mega-media-card:hover .news-media-icon {
    background: var(--news-brand) !important;
    color: #ffffff !important;
    transform: scale(1.05);
}

.news-mega-media-card .news-media-icon i {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: inherit !important;
    opacity: 1 !important;
    font-size: 20px !important;
    border-radius: 0 !important;
}

.news-mega-media-card .news-media-info {
    flex: 1;
    min-width: 0;
}

.news-mega-media-card strong {
    display: block;
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.news-mega-media-card small {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-top: 2px;
}

.news-mega-media-card .arrow {
    font-size: 14px;
    color: #cbd5e1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.news-mega-media-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.news-mega-media-card:hover .news-media-icon {
    transform: scale(1.08);
}

.news-mega-media-card:hover .arrow {
    color: var(--news-brand);
    transform: translateX(3px);
}

/* Mega Social */
.news-mega-social {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.news-mega-social span {
    font-size: 11.5px;
    font-weight: 700;
    color: #64748b;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.news-mega-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-mega-social-icons a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.news-mega-social-icons a:hover {
    background: var(--news-brand);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Bottombar */
.news-mega-bottombar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 20px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 16px;
}

.news-mega-lang-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-lang-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
}

.news-mega-lang-pills {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-mega-lang-pills a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.news-mega-lang-pills a:hover:not(.active) {
    background: #f1f5f9;
    color: var(--news-brand);
    border-color: #cbd5e1;
}

.news-mega-lang-pills a.active {
    background: var(--news-brand);
    color: #ffffff;
    border-color: var(--news-brand);
    box-shadow: 0 2px 6px rgba(11, 79, 108, 0.2);
}

.news-mega-copyright {
    font-size: 12.5px;
    color: #94a3b8;
}

@media (max-width: 1024px) {
    .news-mega-sections-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        min-height: auto;
    }
}

@media (max-width: 900px) {
    .news-mega-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        height: 100dvh !important;
        z-index: 99999 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .news-mega-backdrop {
        display: none !important;
    }

    .news-mega-panel {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        height: 100dvh !important;
        max-height: 100% !important;
        border-radius: 0 !important;
        border-bottom: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        animation: none !important;
    }

    .news-mega-panel > .news-container {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        height: 100% !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 0 16px 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .news-mega-topbar {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand close"
            "search search";
        gap: 10px;
        margin: 0 -16px;
        padding: 12px 16px 12px;
        position: sticky;
        top: 0;
        background: #ffffff !important;
        border-bottom: 1px solid #edf2f7;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
        z-index: 50;
    }

    .news-mega-brand-area {
        grid-area: brand;
        gap: 8px;
        min-width: 0;
        align-items: center;
    }

    .news-mega-logo {
        max-height: 28px;
    }

    .news-mega-brand-divider {
        display: none;
    }

    .news-mega-badge {
        font-size: 13.5px;
        font-weight: 800;
    }

    .news-mega-badge i {
        font-size: 15px;
    }

    .news-mega-tagline {
        display: none;
    }

    .news-mega-close-btn {
        grid-area: close;
        justify-self: end;
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .news-mega-actions {
        grid-area: search;
        width: 100%;
    }

    .news-mega-search-form {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 4px 5px 4px 16px !important;
        background: #f1f5f9;
        border: 1.5px solid #e2e8f0;
        box-sizing: border-box !important;
    }

    .news-mega-search-form i {
        font-size: 18px;
        margin-right: 8px;
    }

    .news-mega-search-form input {
        height: 100%;
        font-size: 15px;
    }

    .news-mega-search-form button {
        height: 38px;
        padding: 0 18px;
        font-size: 13.5px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .news-mega-quick-chips {
        padding: 10px 0 12px;
        gap: 6px;
        margin: 0 -4px;
    }

    .news-quick-chip {
        padding: 5px 12px;
        font-size: 13px;
        gap: 5px;
    }

    .news-quick-chip i {
        font-size: 15px;
    }

    .news-mega-sections-layout {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px 0 16px;
        min-height: auto !important;
    }

    .news-mega-col {
        height: auto !important;
        min-height: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .news-mega-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .news-mega-col-heading {
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    .news-mega-col-heading h3 {
        font-size: 15.5px;
        font-weight: 800;
    }

    .news-mega-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 3px;
        height: auto !important;
        min-height: 0 !important;
    }

    .news-mega-cat-item {
        flex: 0 0 auto !important;
        height: auto !important;
        margin: 0 !important;
        gap: 0;
    }

    .news-mega-cat-row {
        padding: 2px 0;
        border-bottom: 1px solid #f8fafc;
        min-height: 0 !important;
    }

    .news-bullet {
        display: none;
    }

    .news-mega-cat-link {
        font-size: 16.5px;
        font-weight: 800;
        color: #0f172a;
        padding: 5px 2px;
        line-height: 1.35;
    }

    .news-cat-name {
        font-size: 16.5px;
        font-weight: 800;
        color: #0f172a;
    }

    .news-mega-sub-toggle {
        padding: 3px 8px;
        background: #f1f5f9;
        border-radius: 999px;
        border: 1px solid #e2e8f0;
    }

    .news-mega-sub-badge {
        min-width: 19px;
        height: 19px;
        font-size: 11.5px;
        font-weight: 800;
    }

    .cat-has-sub-icon {
        font-size: 12px;
    }

    .news-mega-subcat-row {
        padding: 0;
        margin: 0;
        border: none;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .news-mega-cat-item.is-open .news-mega-subcat-row {
        padding: 8px 12px 10px 14px !important;
        gap: 6px 8px !important;
        background: #f8fafc !important;
        border-left: 3px solid var(--news-brand) !important;
        border-radius: 0 8px 8px 0 !important;
        margin: 3px 0 6px 6px !important;
        max-height: 200px !important;
        opacity: 1 !important;
        overflow: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .news-mega-subcat-pill {
        font-size: 13.5px !important;
        padding: 3px 10px !important;
        font-weight: 700 !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
    }

    .news-mega-media-card {
        padding: 11px 14px;
        gap: 12px;
    }

    .news-mega-media-card .news-media-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        font-size: 19px !important;
    }

    .news-mega-media-card strong {
        font-size: 15.5px;
        font-weight: 800;
    }

    .news-mega-media-card small {
        font-size: 12.5px;
    }

    .news-mega-list.meta-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .news-mega-list.meta-list li a {
        padding: 9px 12px;
        font-size: 15.5px;
        font-weight: 700;
    }

    .news-mega-auth-btn {
        margin-top: 12px;
        padding: 11px 16px;
        font-size: 15px;
        font-weight: 800;
    }

    .news-mega-bottombar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 10px 0 12px;
        margin-bottom: 0;
    }
}

body.news-menu-open {
    overflow: hidden;
}

body.news-menu-open .news-notice-bar,
body.news-menu-open .news-scroll-top,
body.news-menu-open #scrollTop,
body.news-menu-open .bottomtotop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Homepage */
.news-home {
    color: var(--news-ink);
    background: #fff;
    font-size: 18px;
    line-height: 1.42;
}

.news-home img {
    display: block;
    width: 100%;
}

.news-home h1,
.news-home h2,
.news-home h3,
.news-home p {
    margin: 0;
}

.news-home a {
    transition: color .18s ease;
}

.news-home h1 a:hover,
.news-home h2 a:hover,
.news-home h3 a:hover {
    color: var(--news-brand);
}

.news-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ececec;
}

.news-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.news-media:hover img {
    transform: scale(1.025);
}

/* News Ticker Pill Container */
.news-ticker {
    margin: 12px 0 16px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.news-ticker-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 3px 12px 3px 4px;
}

.news-ticker-inner > strong {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px 0 14px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--news-brand), #083344);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(11, 79, 108, 0.28);
}

.news-ticker-label-mobile {
    display: none !important;
}

.news-ticker-label-desktop {
    display: inline !important;
}

.news-ticker-inner > strong::after {
    display: none;
}

.news-ticker-inner > strong .ticker-icon {
    font-size: 16px;
    color: #fbbf24;
}

.news-ticker-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: tickerPulse 1.8s infinite;
    flex-shrink: 0;
}

@keyframes tickerPulse {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.news-ticker-window {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    margin-left: 12px;
    mask-image: linear-gradient(to right, transparent, black 20px, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20px, black 95%, transparent);
}

.news-ticker-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 30px;
    animation: newsTicker 55s linear infinite;
}

.news-ticker-track:hover {
    animation-play-state: paused;
}

.news-ticker-track a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e293b;
    font-size: 14.5px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.18s ease;
}

.news-ticker-track a:hover {
    color: var(--news-brand);
}

.news-ticker-track a .track-dot,
.news-ticker-track a span:first-child {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #64748b;
    flex-shrink: 0;
}

@keyframes newsTicker {
    from { transform: translateX(15vw); }
    to { transform: translateX(-80%); }
}

.news-lead-section {
    padding-top: 24px;
    padding-bottom: 28px;
}

.news-lead-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: var(--news-gutter);
    align-items: start;
}

.news-lead-content {
    min-width: 0;
}

.news-lead-grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: var(--news-gutter);
    align-items: stretch;
}

.news-lead-primary {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-lead-story {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-lead-story:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-lead-story .news-media {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.news-lead-story .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-lead-story:hover .news-media img {
    transform: scale(1.03);
}

.news-lead-story-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 6px;
}

.news-story-category {
    display: inline-block;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(11, 79, 108, 0.08);
    color: var(--news-brand);
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 6px;
}

.news-lead-story h1 {
    color: #0f172a;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 6px;
}

.news-lead-story h1 a {
    color: inherit;
    transition: color .2s ease;
}

.news-lead-story h1 a:hover {
    color: var(--news-brand);
}

.news-lead-story p {
    margin: 0 0 10px;
    color: #475569;
    font-size: 15px;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-lead-story .news-story-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500;
}

.news-lead-story .news-story-meta time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-lead-read-more {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--news-brand) !important;
    font-size: 13.5px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.news-lead-read-more:hover {
    color: #083344 !important;
}

.news-lead-read-more i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.news-lead-read-more:hover i {
    transform: translateX(3px);
}

.news-lead-support {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 14px;
}

.news-support-story {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-support-story:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-support-story .news-media {
    aspect-ratio: 16 / 10;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.news-support-story .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-support-story:hover .news-media img {
    transform: scale(1.04);
}

.news-support-story-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 4px;
}

.news-support-story h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.34;
    margin: 0 0 4px;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-support-story h2 a {
    color: inherit;
    transition: color .2s ease;
}

.news-support-story:hover h2 a {
    color: var(--news-brand);
}

.news-support-story .news-story-meta {
    margin-top: auto;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-lead-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 14px;
    margin-top: 14px;
}

.news-horizontal-story {
    min-width: 0;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-horizontal-story:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: #cbd5e1;
}

.news-horizontal-story .news-media {
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    overflow: hidden;
}

.news-horizontal-story .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-horizontal-story:hover .news-media img {
    transform: scale(1.04);
}

.news-horizontal-story-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.news-horizontal-story h2 {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.34;
    margin: 0;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-horizontal-story h2 a {
    color: inherit;
    transition: color .2s ease;
}

.news-horizontal-story:hover h2 a {
    color: var(--news-brand);
}

.news-horizontal-story .news-story-meta {
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-latest-panel {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.news-panel-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 2px solid #1e293b;
    position: relative;
}

.news-panel-heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 45px;
    height: 3px;
    background: var(--news-brand);
    border-radius: 2px;
}

.news-panel-heading h2 {
    flex: 0 0 auto;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.news-panel-heading span {
    height: 2px;
    flex: 1 1 auto;
    background: #e2e8f0;
    border-radius: 1px;
}

.news-latest-panel ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-latest-panel li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 8px 4px;
    border-bottom: 1px solid #f1f5f9;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.news-latest-panel li:last-child {
    border-bottom: 0;
}

.news-latest-panel li:hover {
    background: #f8fafc;
    transform: translateX(3px);
}

.news-rank {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #f1f5f9;
    color: var(--news-brand);
    font-family: Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.news-latest-panel li:hover .news-rank {
    background: var(--news-brand);
    color: #fff;
}

.news-rank-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.news-rank-content a {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.34;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.news-latest-panel li:hover .news-rank-content a {
    color: var(--news-brand);
}

.news-rank-content time {
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 500;
}

.news-panel-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 9px 14px;
    margin-top: 10px;
    background: #f8fafc;
    color: var(--news-brand) !important;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.news-panel-more:hover {
    background: var(--news-brand);
    color: #ffffff !important;
    border-color: var(--news-brand);
}

.news-panel-more i {
    transition: transform 0.2s ease;
}

.news-panel-more:hover i {
    transform: translateX(3px);
}

.news-inline-ad {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    margin-top: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.news-inline-ad img,
.news-inline-ad iframe {
    max-width: 100%;
}

.news-category-section {
    padding-top: 30px;
    padding-bottom: 32px;
    border-top: 1px solid #e5e7eb;
}

.news-section-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 2px solid #1e293b;
    position: relative;
}

.news-section-heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--news-brand);
    border-radius: 2px;
}

.news-section-heading h2 {
    flex: 0 0 auto;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.news-section-heading h2 a {
    color: #0f172a;
    transition: color .2s ease;
}

.news-section-heading h2 a:hover {
    color: var(--news-brand);
}

.news-section-heading > span {
    height: 2px;
    flex: 1 1 auto;
    background: #e2e8f0;
    border-radius: 1px;
}

.news-section-more {
    flex: 0 0 auto;
    color: #64748b !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all .2s ease;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f8fafc;
}

.news-section-more:hover {
    color: var(--news-brand) !important;
    background: #e2e8f0;
}

.news-section-more i {
    font-size: 13px;
    transition: transform .2s ease;
}

.news-section-more:hover i {
    transform: translateX(3px);
}

.news-category-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(460px, 1fr);
    gap: var(--news-gutter);
    align-items: stretch;
}

.news-category-feature {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-category-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-category-feature .news-media {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.news-category-feature .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-category-feature:hover .news-media img {
    transform: scale(1.04);
}

.news-category-feature-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 6px;
}

.news-category-feature .news-story-category {
    display: inline-block;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 4px;
    background: rgba(11, 79, 108, 0.08);
    color: var(--news-brand);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.news-category-feature h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #0f172a;
}

.news-category-feature h3 a {
    color: inherit;
    transition: color .2s ease;
}

.news-category-feature:hover h3 a {
    color: var(--news-brand);
}

.news-category-feature p {
    margin: 0 0 8px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-category-feature .news-story-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500;
}

.news-category-feature .news-story-meta time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.news-category-list {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: stretch;
    height: 100%;
}

.news-list-story {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-list-story:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-list-story .news-media {
    aspect-ratio: 16 / 10;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.news-list-story .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-list-story:hover .news-media img {
    transform: scale(1.05);
}

.news-list-story-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 8px;
}

.news-list-story h3 {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.38;
    margin: 0;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list-story h3 a {
    color: inherit;
    transition: color 0.2s ease;
}

.news-list-story:hover h3 a {
    color: var(--news-brand);
}

.news-list-story .news-story-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 500;
}

.news-list-story .news-story-meta time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-list-story .news-story-meta time i {
    font-size: 13px;
    color: #94a3b8;
}

.news-category-reverse {
    grid-template-columns: minmax(460px, 1fr) minmax(0, 1.18fr);
}

.news-category-reverse .news-category-feature {
    grid-column: 2;
    grid-row: 1;
}

.news-category-reverse .news-category-list {
    grid-column: 1;
    grid-row: 1;
}

.news-section-variant-0 .news-category-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(460px, 1fr);
}

.news-video-section {
    padding: 40px 0 46px;
    margin: 28px 0;
    background: radial-gradient(circle at 80% 20%, #1e293b 0%, #0f172a 60%, #080d1a 100%);
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-section-heading-light {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 11px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-section-heading-light h2 {
    flex: 0 0 auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.news-section-heading-light h2 a {
    color: #ffffff !important;
    transition: color 0.2s ease;
}

.news-section-heading-light h2 a:hover {
    color: #38bdf8 !important;
}

.news-section-heading-light > span {
    height: 1px;
    flex: 1 1 auto;
    background: rgba(255, 255, 255, 0.12);
}

.news-section-more-light {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    border: none;
    padding: 0;
    transition: color 0.2s ease;
}

.news-section-more-light:hover {
    color: #ffffff !important;
    background: transparent;
}

.news-section-more-light i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.news-section-more-light:hover i {
    transform: translateX(3px);
}

.news-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(460px, 1fr);
    gap: var(--news-gutter);
    align-items: stretch;
}

.news-video-feature {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 14px;
    transition: all 0.3s ease;
}

.news-video-feature:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
}

.news-video-feature .news-media {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.news-video-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 4px;
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 8px;
    border: 1px solid rgba(239, 68, 68, 0.25);
}

.news-video-feature h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}

.news-video-feature h3 a {
    color: #f8fafc;
    transition: color 0.2s ease;
}

.news-video-feature:hover h3 a {
    color: #38bdf8;
}

.news-video-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
}

.news-meta-dark {
    color: #94a3b8;
    font-size: 12.5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.news-meta-dark time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-video-list {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
}

.news-video-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    padding: 10px;
    transition: all 0.25s ease;
}

.news-video-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.news-video-card .news-media {
    aspect-ratio: 16 / 10;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.news-video-card h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.38;
    margin: 0 0 6px;
    color: #f1f5f9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-video-card h3 a {
    color: inherit;
    transition: color 0.2s ease;
}

.news-video-card:hover h3 a {
    color: #38bdf8;
}

.news-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    font-size: 22px;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(6px);
    pointer-events: none;
}

.news-media:hover .news-play {
    transform: translate(-50%, -50%) scale(1.12);
    background: rgba(0, 0, 0, 0.78);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.news-play-small {
    width: 36px;
    height: 36px;
    font-size: 15px;
    padding-left: 2px;
    background: rgba(0, 0, 0, 0.5);
    border-width: 1.5px;
}

.news-poll-section {
    padding-top: 34px;
    padding-bottom: 40px;
}

.news-poll-card {
    max-width: 760px;
    padding: 24px;
    border: 1px solid var(--news-line);
    background: #fafafa;
}

.news-poll-card h3 {
    margin-bottom: 18px;
    font-size: 23px;
    font-weight: 700;
}

.news-poll-options {
    display: grid;
    gap: 8px;
}

.news-poll-options label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.news-poll-button {
    margin-top: 16px;
    padding: 8px 24px;
    border: 0;
    background: var(--news-brand);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

/* Category archive */
.news-archive-page,
.news-article-page {
    padding-top: 20px;
    padding-bottom: 44px;
    color: var(--news-ink);
    font-family: SolaimanLipiNormal, "Noto Sans Bengali", Arial, sans-serif;
}

.news-archive-page *,
.news-article-page * {
    box-sizing: border-box;
}

.news-archive-page a,
.news-article-page a {
    color: inherit;
    text-decoration: none;
}

.news-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--news-line);
    color: #777;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.news-breadcrumb a:hover {
    color: var(--news-brand);
}

.news-breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
   ARTICLE DETAILS PAGE
   ========================================================================== */

.news-article-page {
    padding-top: 16px;
    padding-bottom: 48px;
}

.news-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: var(--news-gutter);
    align-items: start;
}

.news-article {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.news-article-header {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: none;
}

.news-article-header h1 {
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 800;
    line-height: 1.28;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.01em;
}

.news-article-deck {
    font-size: 17px;
    line-height: 1.6;
    color: #475569;
    font-weight: 500;
    margin: 0 0 16px;
    padding-left: 12px;
    border-left: 3px solid #cbd5e1;
}

.news-article-meta,
.news-article-meta-below-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 14px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    margin: 12px 0 18px;
    flex-wrap: wrap;
}

.news-article-byline {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.news-article-byline img {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.news-avatar-placeholder {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.news-byline-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.news-byline-name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-byline-submeta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    white-space: nowrap;
}

.news-meta-dot {
    color: #cbd5e1;
    font-size: 10px;
}

.news-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-article-meta-right {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.news-photocard-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(11, 79, 108, 0.22);
    color: var(--news-brand) !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.news-photocard-btn:hover {
    background: var(--news-brand);
    color: #ffffff !important;
    border-color: var(--news-brand);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(11, 79, 108, 0.22);
}

.news-photocard-btn i {
    font-size: 14px;
}

.news-article-figure {
    margin: 0 0 24px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.news-article-figure img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.news-article-figure figcaption {
    padding: 8px 14px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.45;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-article-content {
    font-size: 18px;
    line-height: 1.85;
    color: #1e293b;
    word-break: break-word;
}

.news-article-content p {
    margin: 0 0 20px;
}

.news-article-content img,
.news-article-content video,
.news-article-content iframe {
    max-width: 100%;
    border-radius: 8px;
}

.news-article-content blockquote {
    padding: 12px 18px;
    margin: 24px 0;
    border-left: 4px solid var(--news-brand);
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
    color: #334155;
    font-size: 19px;
    font-style: italic;
    line-height: 1.6;
}

.news-article-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    margin-top: 24px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.news-share-block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.news-share-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-article-action-buttons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.news-print-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.news-print-btn:hover {
    background: var(--news-brand);
    color: #ffffff !important;
    border-color: var(--news-brand);
}

.news-reporter-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin-top: 24px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 8px;
}

.news-reporter-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.news-reporter-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.news-reporter-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--news-brand);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 2px;
}

.news-reporter-info h2 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.news-reporter-info p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-related-section {
    padding-top: 32px;
    margin-top: 28px;
    border-top: 1px solid #f1f5f9;
}

.news-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.news-related-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-related-card .news-media {
    aspect-ratio: 16 / 10;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.news-related-card .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-related-card:hover .news-media img {
    transform: scale(1.04);
}

.news-related-card-body h3 {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-related-card-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-related-card:hover h3 a {
    color: var(--news-brand);
}

.news-related-card-body time {
    font-size: 11.5px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Sidebar Featured Cards */
.news-sidebar-featured {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.news-sidebar-featured-card {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.news-sidebar-featured-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: #cbd5e1;
}

.news-sidebar-featured-card .news-media {
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    overflow: hidden;
}

.news-sidebar-featured-card .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-sidebar-featured-body h3 {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.32;
    margin: 0 0 4px;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-sidebar-featured-body h3 a {
    color: inherit;
    text-decoration: none;
}

.news-sidebar-featured-card:hover h3 a {
    color: var(--news-brand);
}

.news-sidebar-featured-body time {
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 3px;
}

.news-comments-section {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #f1f5f9;
}

.news-comments-section h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
}

/* Footer */
.news-footer {
    padding-top: 32px;
    background: var(--news-footer);
    color: rgba(255, 255, 255, .84);
}

.news-footer-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    text-align: center;
}

.news-footer-sections a {
    position: relative;
    padding: 4px 14px 4px 0;
    margin-right: 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-footer-sections a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .3);
}

.news-footer-sections a:hover {
    color: #ffffff;
}

.news-footer a:hover {
    color: #ffffff;
}

.news-footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    padding: 32px 0 28px;
}

.news-footer-brand img {
    width: auto;
    max-width: 210px;
    max-height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.news-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.news-footer-social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
    text-decoration: none;
    font-size: 15px;
}

.news-footer-social a:hover {
    background: #ffffff;
    color: var(--news-brand);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.news-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.news-footer-mobile-only {
    display: none !important;
}

.news-footer-desktop-only {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.news-footer-desktop-title,
.news-footer-column h2 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.news-footer-column p,
.news-footer-column a {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14.5px;
    line-height: 1.55;
    text-decoration: none;
    transition: color 0.18s ease;
}

.news-footer-column a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.news-footer-bottom {
    min-height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .7);
    font-size: 13.5px;
    padding: 14px 0;
}

.news-footer-developer a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.news-notice-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    height: 38px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .14);
}

.news-notice-bar strong {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: var(--news-brand);
    color: #fff;
    font-size: 15px;
}

.news-notice-bar > div {
    overflow: hidden;
    padding: 0 14px;
    white-space: nowrap;
}

.news-scroll-top,
.scrollToTop {
    display: none;
    position: fixed !important;
    right: 24px !important;
    bottom: 28px !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 50% !important;
    background: var(--news-brand) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(11, 79, 108, 0.35) !important;
    align-items: center;
    justify-content: center;
    z-index: 9999 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
}

.news-scroll-top:hover,
.scrollToTop:hover {
    background: #083b52 !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(11, 79, 108, 0.45) !important;
}

.news-scroll-top i,
.scrollToTop i {
    position: static !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    top: auto !important;
    right: auto !important;
    display: inline-block !important;
    transition: transform 0.2s ease !important;
}

.news-scroll-top:hover i,
.scrollToTop:hover i {
    transform: translateY(-2px) !important;
}

@media only screen and (max-width: 1050px) {
    :root {
        --news-gutter: 18px;
    }

    .news-container {
        width: calc(100% - 24px);
    }

    .news-masthead {
        grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
        gap: 18px;
    }

    .news-brand img {
        max-width: 235px;
    }

    .news-utility-links a {
        padding: 0 6px;
        font-size: 14px;
    }

    .news-primary-nav a {
        padding: 0 12px;
        font-size: 15.5px;
    }

    .news-mega-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .news-lead-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 18px;
    }

    .news-lead-grid {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 18px;
    }

    .news-lead-story h1 {
        font-size: 28px;
    }

    .news-horizontal-story {
        grid-template-columns: 95px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .news-category-layout,
    .news-section-variant-0 .news-category-layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr);
        gap: 16px;
    }

    .news-category-reverse {
        grid-template-columns: minmax(360px, 1fr) minmax(0, 1.1fr);
    }

    .news-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .news-list-story {
        padding: 8px;
    }

    .news-list-story h3 {
        font-size: 14.5px;
    }

    .news-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-archive-layout,
    .news-article-layout {
        grid-template-columns: minmax(0, 1fr) 278px;
    }

    .news-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-article-header h1 {
        font-size: clamp(26px, 2.8vw, 34px);
    }
}

@media only screen and (max-width: 800px) {
    :root {
        --news-gutter: 16px;
    }

    body.news-nav-fixed {
        padding-top: 44px;
    }

    .news-top-ad {
        padding: 6px 0;
    }

    .news-masthead {
        position: relative;
        min-height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 48px;
        background: #ffffff;
    }

    .news-masthead-left {
        position: static;
    }

    .news-header-actions {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        pointer-events: none;
        transform: translateY(-50%);
    }

    .news-header-actions button {
        pointer-events: auto;
    }

    .news-icon-button {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f8fafc;
        border: 1.5px solid #e2e8f0;
        color: #1e293b;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
        padding: 0;
    }

    .news-date-line,
    .news-masthead-right {
        display: none;
    }

    .news-brand img {
        max-width: 170px;
        max-height: 42px;
        object-fit: contain;
    }

    .news-nav-wrap {
        border-bottom: 2px solid var(--news-brand);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    }

    .news-nav-inner {
        min-height: 42px;
        padding: 4px 6px;
    }

    .news-nav-menu,
    .news-nav-search {
        display: none;
    }

    .news-primary-nav {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .news-primary-nav::-webkit-scrollbar {
        display: none;
    }

    .news-primary-nav ul {
        display: flex;
        align-items: center;
        gap: 5px;
        width: max-content;
        padding: 0 4px;
        margin: 0;
        list-style: none;
        justify-content: flex-start;
    }

    .news-primary-nav a {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        height: 32px;
        min-height: 32px;
        padding: 0 12px;
        margin: 0;
        border-radius: 999px;
        background: #f1f5f9;
        color: #334155;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid transparent;
        transition: all 0.18s ease;
    }

    .news-primary-nav a:hover {
        background: #e2e8f0;
        color: var(--news-brand);
    }

    .news-primary-nav a.active {
        background: var(--news-brand) !important;
        color: #ffffff !important;
        border-color: var(--news-brand);
        box-shadow: 0 2px 6px rgba(11, 79, 108, 0.25);
    }

    .news-primary-nav a .home-nav-icon {
        font-size: 15px;
    }

    .news-search-box-wrap {
        padding: 14px 0 12px;
    }

    .news-search-form-inner {
        gap: 8px;
    }

    .news-search-pill {
        padding: 2px 4px 2px 14px;
    }

    .news-search-pill input {
        height: 38px;
        font-size: 14px;
    }

    .news-search-submit-btn {
        padding: 6px 14px;
        font-size: 12.5px;
    }

    .news-search-close {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .news-search-suggestions {
        justify-content: center;
        margin-top: 10px;
        padding-top: 8px;
        gap: 6px;
        text-align: center;
    }

    .news-mega-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        padding: 20px 0 30px;
    }

    .news-mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    .news-mega-grid a {
        font-size: 16px;
    }

    .news-language-links {
        flex-wrap: wrap;
    }

    .news-ticker-inner {
        width: 100%;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .news-ticker-inner > strong {
        padding: 0 18px 0 10px;
        font-size: 14px;
    }

    .news-ticker-label-desktop {
        display: none !important;
    }

    .news-ticker-label-mobile {
        display: inline !important;
    }

    .news-lead-section {
        padding-top: 18px;
        padding-bottom: 22px;
    }

    .news-lead-layout,
    .news-lead-grid,
    .news-category-layout,
    .news-section-variant-0 .news-category-layout,
    .news-category-reverse,
    .news-video-grid {
        grid-template-columns: 1fr;
    }

    .news-lead-content {
        padding-right: 0;
        border-right: 0;
    }

    .news-lead-grid {
        display: flex;
        flex-direction: column;
    }

    .news-lead-primary {
        order: 1;
    }

    .news-lead-support {
        order: 2;
    }

    .news-lead-story h1 {
        font-size: 29px;
    }

    .news-lead-story p {
        font-size: 16px;
    }

    .news-lead-support {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        padding-top: 18px;
        margin-top: 18px;
        border-top: 1px solid var(--news-line);
    }

    .news-support-story {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .news-support-story .news-media {
        aspect-ratio: 16 / 10;
        margin-bottom: 8px;
    }

    .news-support-story h2 {
        font-size: 15px;
    }

    .news-lead-bottom {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 14px;
    }

    .news-horizontal-story {
        grid-template-columns: 100px minmax(0, 1fr);
        padding: 8px;
    }

    .news-latest-panel {
        padding: 16px;
        margin-top: 10px;
    }

    .news-inline-ad {
        padding: 10px 0;
    }

    .news-category-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .news-section-heading {
        margin-bottom: 16px;
    }

    .news-section-heading h2 {
        font-size: 24px;
    }

    .news-category-feature,
    .news-category-reverse .news-category-feature {
        grid-column: auto;
        grid-row: auto;
        padding: 10px;
        border: 1px solid #edf2f7;
        margin-bottom: 6px;
    }

    .news-category-feature h3 {
        font-size: 20px;
    }

    .news-category-reverse .news-category-list {
        grid-column: auto;
        grid-row: auto;
    }

    .news-category-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        height: auto;
    }

    .news-list-story,
    .news-section-variant-0 .news-list-story {
        padding: 8px;
        transform: none !important;
    }

    .news-list-story h3 {
        font-size: 14px;
    }

    .news-video-section {
        padding: 28px 0 32px;
    }

    .news-video-feature {
        padding: 12px;
        margin-bottom: 0;
    }

    .news-video-feature h3 {
        font-size: 20px;
    }

    .news-video-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .news-video-card {
        padding: 8px;
    }

    .news-video-card h3 {
        font-size: 14px;
    }

    .news-footer {
        padding-top: 22px;
    }

    .news-footer-sections {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 8px;
        padding: 0 0 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .news-footer-sections a {
        padding: 4px 10px;
        margin: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.9);
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
    }

    .news-footer-sections a::after {
        display: none !important;
    }

    .news-footer-sections a:hover {
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
    }

    .news-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
        padding: 20px 0 18px;
    }

    .news-footer-brand {
        grid-column: 1 / -1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .news-footer-brand img {
        max-width: 170px;
        max-height: 48px;
        margin: 0 auto;
    }

    .news-footer-social {
        justify-content: center;
        margin-top: 12px;
        gap: 8px;
    }

    .news-footer-social a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .news-footer-desktop-only,
    .news-footer-desktop-title {
        display: none !important;
    }

    .news-footer-mobile-only {
        display: flex !important;
    }

    .news-footer-editorial,
    .news-footer-office {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 12px;
        padding: 14px 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .news-footer-col-header {
        display: flex;
        align-items: center;
        gap: 6px;
        padding-bottom: 6px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        min-width: 0;
    }

    .news-footer-col-header i {
        font-size: 14px;
        color: #38bdf8;
        background: rgba(56, 189, 248, 0.12);
        width: 24px;
        height: 24px;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .news-footer-col-header h2 {
        font-size: 14.5px;
        margin: 0;
        color: #ffffff;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-footer-person-list,
    .news-footer-contact-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        min-width: 0;
    }

    .news-footer-person {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
        width: 100%;
        overflow: hidden;
    }

    .news-person-role {
        font-size: 10.5px;
        color: rgba(255, 255, 255, 0.58);
        font-weight: 600;
        line-height: 1.2;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .news-person-name {
        font-size: 12.5px;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.3;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .news-footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        font-size: 12px;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.82);
        min-width: 0;
        width: 100%;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .news-footer-contact-item .contact-icon {
        font-size: 13.5px;
        color: #38bdf8;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .news-footer-contact-item span,
    .news-footer-contact-item a {
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        min-width: 0;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .news-footer-column.news-footer-links,
    .news-footer-column:last-child {
        display: none !important;
    }

    .news-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
        padding: 12px 0 16px;
        font-size: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .news-archive-page,
    .news-article-page {
        padding-top: 10px;
        padding-bottom: 28px;
    }

    .news-breadcrumb {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        color: #64748b;
        padding-bottom: 8px;
        margin-bottom: 12px;
        border-bottom: 1px solid #f1f5f9;
        white-space: nowrap;
        overflow: hidden;
    }

    .news-breadcrumb a {
        color: #64748b;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        text-decoration: none;
    }

    .news-breadcrumb i {
        font-size: 10px;
        color: #cbd5e1;
    }

    .news-breadcrumb span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 160px;
        color: #475569;
        font-weight: 600;
    }

    .news-page-heading h1 {
        font-size: 27px;
    }

    .news-archive-layout,
    .news-article-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
        padding-right: 0;
        border-right: 0;
    }

    .news-article {
        padding: 18px 16px;
        border-radius: 10px;
        border: 1px solid #edf2f7;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
        padding-right: 16px;
        border-right: 1px solid #edf2f7;
    }

    .news-article-header {
        margin-bottom: 10px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .news-article-header h1 {
        font-size: clamp(22px, 5.5vw, 28px);
        line-height: 1.32;
        color: #0f172a;
        margin: 0;
        letter-spacing: -0.01em;
    }

    .news-article-deck {
        font-size: 15.5px;
        line-height: 1.58;
        color: #475569;
        padding-left: 10px;
        border-left: 3px solid var(--news-brand);
        margin: 0 0 12px;
    }

    .news-article-meta,
    .news-article-meta-below-media {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 8px 10px;
        background: #f8fafc;
        border: 1px solid #edf2f7;
        border-radius: 8px;
        margin: 10px 0 16px;
        flex-wrap: nowrap;
    }

    .news-article-byline {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    .news-article-byline img,
    .news-avatar-placeholder {
        width: 54px;
        height: 54px;
        min-width: 54px;
        min-height: 54px;
        border-radius: 50%;
        border: 2px solid #e2e8f0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }

    .news-avatar-placeholder {
        font-size: 26px;
    }

    .news-byline-info {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .news-byline-name {
        font-size: 14.5px;
        font-weight: 700;
        color: #1e293b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-byline-submeta {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11.5px;
        color: #64748b;
        white-space: nowrap;
    }

    .news-article-meta-right {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .news-photocard-btn {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 4px 10px;
        border-radius: 999px;
        background: #ffffff;
        color: var(--news-brand) !important;
        font-size: 11.5px;
        font-weight: 700;
        border: 1px solid rgba(11, 79, 108, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        white-space: nowrap;
    }

    .news-article-figure {
        margin: 0 0 16px;
        border-radius: 8px;
    }

    .news-article-figure img {
        max-height: 320px;
    }

    .news-article-figure figcaption {
        font-size: 12px;
        padding: 6px 10px;
        line-height: 1.4;
    }

    .news-article-content {
        font-size: 17px;
        line-height: 1.78;
        color: #1e293b;
    }

    .news-article-content p {
        margin-bottom: 16px;
    }

    .news-article-content blockquote {
        font-size: 16.5px;
        padding: 10px 14px;
        margin: 18px 0;
        border-left: 3px solid var(--news-brand);
    }

    .news-article-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
        margin-top: 20px;
        border-top: 1px solid #f1f5f9;
        border-bottom: 1px solid #f1f5f9;
    }

    .news-share-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 8px;
    }

    .news-article-action-buttons {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .news-article-action-buttons .news-photocard-btn,
    .news-article-action-buttons .news-print-btn {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 7px 12px;
        font-size: 12.5px;
        font-weight: 700;
        border-radius: 6px;
        text-align: center;
    }

    .news-reporter-card {
        display: flex;
        align-items: center;
        padding: 14px 16px;
        gap: 12px;
        margin-top: 20px;
        border-radius: 8px;
    }

    .news-reporter-card img,
    .news-reporter-avatar {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .news-reporter-tag {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .news-reporter-info h2 {
        font-size: 16px;
        margin: 0 0 2px;
    }

    .news-reporter-info p {
        font-size: 12px;
    }

    .news-related-section {
        padding-top: 24px;
        margin-top: 22px;
    }

    .news-section-heading h2 {
        font-size: 20px;
    }

    .news-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .news-archive-sidebar,
    .news-article-sidebar {
        padding: 16px 14px;
        margin-top: 6px;
        border-radius: 10px;
        border: 1px solid #edf2f7;
        background: #ffffff;
        border-top: 4px solid var(--news-brand);
    }

    .news-sidebar-list li {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 8px;
        padding: 7px 0;
    }

    .news-sidebar-list .news-rank {
        width: 20px;
        height: 20px;
        font-size: 11px;
        border-radius: 4px;
    }

    .news-sidebar-list a {
        font-size: 13.5px;
        line-height: 1.35;
    }

    .news-scroll-top,
    .scrollToTop {
        width: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
        right: 14px !important;
        bottom: 16px !important;
        font-size: 16px !important;
        border-radius: 50% !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
    }
}

@media only screen and (max-width: 500px) {
    .news-container {
        width: calc(100% - 16px);
    }

    .news-home {
        font-size: 17px;
    }

    .news-ticker-track {
        animation-duration: 42s;
    }

    .news-masthead {
        padding: 6px 44px;
        min-height: 52px;
    }

    .news-brand img {
        max-width: 155px;
        max-height: 36px;
    }

    .news-primary-nav a {
        font-size: 13.5px;
        padding: 0 10px;
        height: 30px;
        min-height: 30px;
    }

    .news-lead-story h1 {
        font-size: 24px;
    }

    .news-lead-support {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-support-story {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 8px;
        border: 1px solid #edf2f7;
    }

    .news-support-story .news-media {
        margin-bottom: 0;
    }

    .news-support-story h2,
    .news-horizontal-story h2 {
        font-size: 14px;
        line-height: 1.35;
    }

    .news-panel-heading h2 {
        font-size: 21px;
    }

    .news-section-heading {
        gap: 9px;
    }

    .news-section-heading h2 {
        font-size: 22px;
    }

    .news-section-more {
        font-size: 13px;
    }

    .news-category-feature h3 {
        font-size: 21px;
    }

    .news-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .news-list-story,
    .news-section-variant-0 .news-list-story {
        padding: 6px;
    }

    .news-list-story h3 {
        font-size: 13.5px;
        line-height: 1.32;
    }

    .news-video-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .news-video-card {
        padding: 6px;
    }

    .news-video-card h3 {
        font-size: 13px;
        line-height: 1.32;
    }

    .news-footer {
        padding-top: 18px;
    }

    .news-footer-sections {
        gap: 5px 6px;
        padding: 0 0 14px;
    }

    .news-footer-sections a {
        padding: 3px 8px;
        font-size: 12px;
    }

    .news-footer-brand img {
        max-width: 150px;
        max-height: 42px;
    }

    .news-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 14px 0 12px;
    }

    .news-footer-editorial,
    .news-footer-office {
        padding: 10px 8px;
        border-radius: 8px;
    }

    .news-footer-col-header h2 {
        font-size: 13.5px;
    }

    .news-person-role {
        font-size: 9.5px;
    }

    .news-person-name {
        font-size: 11.5px;
    }

    .news-footer-contact-item {
        font-size: 11px;
        gap: 5px;
    }

    .news-footer-contact-item .contact-icon {
        font-size: 12px;
    }

    .news-footer-contact-item span,
    .news-footer-contact-item a {
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .news-footer-bottom {
        font-size: 11.5px;
        padding: 10px 0 14px;
    }

    .news-notice-bar strong {
        padding: 0 11px;
        font-size: 14px;
    }

    .news-breadcrumb {
        margin-bottom: 12px;
    }

    .news-archive-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .news-archive-card {
        border-radius: 10px;
    }

    .news-archive-card .news-media {
        aspect-ratio: 16 / 10;
    }

    .news-archive-card-body {
        padding: 11px 12px 13px;
    }

    .news-archive-card h3 {
        font-size: 15.5px;
        line-height: 1.36;
    }

    .news-article {
        padding: 14px 12px;
        border-radius: 8px;
    }

    .news-article-header {
        margin-bottom: 8px;
    }

    .news-article-header h1 {
        font-size: clamp(19.5px, 5.6vw, 23px);
        line-height: 1.34;
        margin: 0;
    }

    .news-article-deck {
        font-size: 14.5px;
        line-height: 1.55;
        margin: 0 0 10px;
    }

    .news-article-content {
        font-size: 16px;
        line-height: 1.76;
    }

    .news-article-content p {
        margin-bottom: 14px;
    }

    .news-article-figure img {
        max-height: 240px;
    }

    .news-related-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-related-grid article {
        display: grid;
        grid-template-columns: 95px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
        border: 1px solid #edf2f7;
        border-radius: 8px;
        background: #ffffff;
    }

    .news-related-grid .news-media {
        aspect-ratio: 16 / 10;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .news-related-card-body h3 {
        font-size: 13.5px;
        line-height: 1.34;
        margin: 0 0 4px;
    }

    .news-reporter-card {
        padding: 12px;
        gap: 10px;
    }

    .news-reporter-card img,
    .news-reporter-avatar {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .news-reporter-info h2 {
        font-size: 15px;
    }
}

/* ==========================================================================
   CATEGORY & ARCHIVE PAGES
   ========================================================================== */

.news-archive-header {
    margin-bottom: 18px;
}

.news-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #94a3b8;
    margin-bottom: 6px;
}

.news-breadcrumb a {
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
    text-decoration: none;
}

.news-breadcrumb a:hover {
    color: var(--news-brand);
}

.news-breadcrumb i {
    font-size: 10px;
    color: #cbd5e1;
}

.news-breadcrumb span {
    color: #475569;
    font-weight: 600;
}

.news-archive-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-archive-title {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.15;
    flex-shrink: 0;
}

.news-archive-count {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 6px;
    background: rgba(11, 79, 108, 0.07);
    color: var(--news-brand);
    font-size: 12.5px;
    font-weight: 700;
    flex-shrink: 0;
}

.news-archive-line {
    flex: 1 1 auto;
    height: 2px;
    background: #e2e8f0;
    border-radius: 1px;
}

.news-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: var(--news-gutter);
    align-items: start;
}

.news-archive-main {
    min-width: 0;
}

/* News Archive Featured Lead Card (Desktop) */
.news-archive-featured {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 22px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.25s ease;
}

.news-archive-featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-archive-featured .news-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background: #0f172a;
}

.news-archive-featured .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.news-archive-featured:hover .news-media img {
    transform: scale(1.03);
}

.news-archive-featured-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-archive-featured-body .news-story-category {
    align-self: flex-start;
    background: #e0f2fe;
    color: #0369a1;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 12.5px;
    font-weight: 700;
}

.news-archive-featured-body h2 {
    font-size: 23px;
    font-weight: 800;
    line-height: 1.34;
    margin: 0;
    color: #0f172a;
}

.news-archive-featured-body h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-archive-featured:hover h2 a {
    color: var(--news-brand);
}

.news-archive-featured-body p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-archive-featured-body .news-story-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    font-size: 13px;
    color: #64748b;
}

.news-archive-featured-body .news-lead-read-more {
    color: var(--news-brand);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.news-archive-featured-body .news-lead-read-more:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.news-archive-mobile-first {
    display: none !important;
}

/* News Archive Grid & Cards */
.news-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
}

.news-archive-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.news-archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-archive-card .news-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
    display: block;
}

.news-archive-card .news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.news-archive-card:hover .news-media img {
    transform: scale(1.04);
}

.news-archive-card-body {
    min-width: 0;
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    gap: 8px;
}

.news-archive-card h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    margin: 0;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-archive-card h3 a {
    color: inherit;
    transition: color 0.2s ease;
    text-decoration: none;
}

.news-archive-card:hover h3 a {
    color: var(--news-brand);
}

.news-archive-card .news-story-meta {
    margin-top: auto;
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Archive Sidebar */
.news-archive-sidebar {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    height: fit-content;
}

.news-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-sidebar-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 8px 4px;
    border-bottom: 1px solid #f1f5f9;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.news-sidebar-list li:last-child {
    border-bottom: 0;
}

.news-sidebar-list li:hover {
    background: #f8fafc;
    transform: translateX(3px);
}

.news-sidebar-list li:hover .news-rank {
    background: var(--news-brand);
    color: #fff;
}

.news-sidebar-ad {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
}

/* Numbered Pagination */
.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.news-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    transition: all 0.2s ease;
    text-decoration: none;
}

.news-page-btn:hover:not(.disabled) {
    background: #f1f5f9;
    color: var(--news-brand);
    border-color: #cbd5e1;
}

.news-page-btn.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: #f8fafc;
}

.news-page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 6px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #334155;
    font-size: 13.5px;
    font-weight: 700;
    transition: all 0.2s ease;
    text-decoration: none;
}

.news-page-num:hover:not(.active) {
    background: #f1f5f9;
    color: var(--news-brand);
    border-color: #cbd5e1;
}

.news-page-num.active {
    background: var(--news-brand);
    color: #ffffff;
    border-color: var(--news-brand);
    box-shadow: 0 2px 6px rgba(11, 79, 108, 0.25);
}

.news-page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 36px;
    color: #94a3b8;
    font-weight: 700;
}

/* Empty State */
.news-empty-state {
    text-align: center;
    padding: 48px 20px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    color: #64748b;
}

.news-empty-state i {
    font-size: 48px;
    color: #cbd5e1;
    margin-bottom: 12px;
    display: block;
}

.news-empty-state p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* ==========================================================================
   PHOTO & VIDEO GALLERY
   ========================================================================== */

.news-gallery-page {
    padding-top: 16px;
    padding-bottom: 48px;
}

.news-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.news-gallery-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: inherit;
}

.news-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.news-gallery-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
    display: block;
}

.news-gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.news-gallery-card:hover .news-gallery-media img {
    transform: scale(1.05);
    opacity: 0.92;
}

.news-gallery-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.75);
    color: #ffffff;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-size: 16px;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.news-gallery-card:hover .news-gallery-badge {
    background: var(--news-brand);
    transform: scale(1.1);
}

.news-gallery-badge.video-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.88);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
    font-size: 22px;
}

.news-gallery-card:hover .news-gallery-badge.video-badge {
    background: #dc2626;
    transform: translate(-50%, -50%) scale(1.12);
}

.news-gallery-body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
}

.news-gallery-title {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.38;
    color: #1e293b;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.news-gallery-card:hover .news-gallery-title {
    color: var(--news-brand);
}

@media (max-width: 1024px) {
    .news-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .news-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .news-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .news-archive-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .news-archive-desktop-featured {
        display: none !important;
    }

    .news-archive-mobile-first {
        display: flex !important;
    }

    .news-archive-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .news-ticker-track {
        animation: none;
    }

    .news-media img,
    .news-primary-nav a::after {
        transition: none;
    }
}

