/* Four path segments keep this asset clear of the public country/article routes. */
:where(*, *::before, *::after) {
    box-sizing: border-box;
}

:root {
    --news-ink: #172033;
    --news-muted: #667085;
    --news-blue: #1658a2;
    --news-blue-dark: #0b1f3a;
    --news-accent: #c0155c;
    --news-surface: #ffffff;
    --news-canvas: #f4f7fb;
    --news-border: #dce3ec;
    --news-radius: 16px;
    --news-shadow: 0 1px 2px rgba(11, 31, 58, .06), 0 12px 32px rgba(11, 31, 58, .08);
}

html {
    background: var(--news-canvas);
    color-scheme: light;
}

body {
    margin: 0;
    max-width: none !important;
    min-height: 100%;
    color: var(--news-ink);
    background: var(--news-canvas);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}

img,
figure,
video {
    max-width: 100%;
}

figure.image {
    text-align: center;
}

.top-ad {
    min-height: 120px !important;
}

.fixed-height {
    object-fit: cover;
}

.font-size-14 {
    font-size: 14px !important;
}

.w-33 {
    width: 32%;
}

.bg-latest-news {
    background-color: var(--news-blue);
}

.shm-video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.shm-video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fi::before {
    content: " ";
}

.fi {
    position: relative;
    display: inline-block;
    width: 1.333333em;
    line-height: 1em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.fi-ae { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/ae.svg"); }
.fi-dz { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/dz.svg"); }
.fi-eg { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/eg.svg"); }
.fi-iq { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/iq.svg"); }
.fi-jo { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/jo.svg"); }
.fi-lb { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/lb.svg"); }
.fi-ly { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/ly.svg"); }
.fi-ma { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/ma.svg"); }
.fi-ps { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/ps.svg"); }
.fi-sa { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/sa.svg"); }
.fi-sd { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/sd.svg"); }
.fi-sy { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/sy.svg"); }
.fi-tn { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/tn.svg"); }
.fi-tr { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/tr.svg"); }
.fi-ye { background-image: url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/flags/4x3/ye.svg"); }

a {
    color: var(--news-blue);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(193, 31, 95, .35);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    inset-block-start: 8px;
    inset-inline-start: 8px;
    z-index: 2000;
    padding: 9px 14px;
    color: #fff;
    background: var(--news-ink);
    border-radius: 8px;
    transform: translateY(-150%);
}

.skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

.site-shell {
    width: min(100%, 1180px);
    margin-inline: auto;
}

.site-navbar {
    display: flex;
    min-height: 80px;
    padding: 12px clamp(16px, 3vw, 30px) !important;
    background: var(--news-surface) !important;
    border-bottom: 1px solid var(--news-border);
    box-shadow: 0 1px 10px rgba(11, 31, 58, .05);
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
    color: var(--news-ink);
}

.site-brand:hover,
.site-brand:focus {
    color: var(--news-ink);
}

.site-brand-logo {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 7px 18px rgba(21, 101, 192, .2);
    object-fit: cover;
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-brand-name {
    font-size: 1.05rem;
    font-weight: 800;
}

.site-brand-motto {
    margin-top: 3px;
    color: var(--news-muted);
    font-size: .72rem;
    font-weight: 500;
}

.site-navbar .navbar-toggler {
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px !important;
    border: 1px solid var(--news-border);
    border-radius: 999px;
}

.site-navbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-inline-start: auto;
}

.site-search {
    width: min(38vw, 430px);
}

.site-search form {
    display: flex;
    width: 100%;
    min-height: 42px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--news-canvas);
}

#searchform input[type=search] {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    color: var(--news-ink);
    background: transparent;
}

#searchform button {
    width: 38px;
    min-width: 38px;
    height: 34px;
    border-radius: 50%;
    background: var(--news-accent);
}

.site-tabs {
    min-height: 50px;
    padding: 0 clamp(16px, 3vw, 30px) !important;
    overflow-x: auto;
    background: var(--news-surface) !important;
    border-bottom: 1px solid var(--news-border);
    scrollbar-width: none;
}

.site-tabs::-webkit-scrollbar {
    display: none;
}

.site-tabs-list {
    display: flex;
    width: min(100%, 1120px);
    min-width: max-content;
    min-height: 50px;
    align-items: stretch;
    margin-inline: auto;
}

.site-tab {
    position: relative;
    display: inline-grid;
    min-height: 50px;
    padding: 10px 14px !important;
    place-items: center;
    color: #435064 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-weight: 700;
}

.site-tab:hover,
.site-tab.is-selected {
    color: var(--news-blue) !important;
}

.site-tab.is-selected::after {
    position: absolute;
    inset: auto 12px 0;
    height: 3px;
    background: var(--news-accent);
    border-radius: 3px 3px 0 0;
    content: "";
}

.site-tabs-divider {
    width: 1px;
    height: 24px;
    align-self: center;
    margin-inline: 6px;
    background: var(--news-border);
}

.site-country-select {
    min-width: max-content;
}

.site-country-select .btn {
    min-height: 44px;
    padding-inline: 14px;
    color: var(--news-ink) !important;
    border: 1px solid var(--news-border);
    border-radius: 999px;
    background: #fff;
}

.country-selector-menu {
    min-width: 12rem;
    max-height: min(28rem, calc(100vh - 96px));
    max-height: min(28rem, calc(100dvh - 96px));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.country-selector-menu .dropdown-item {
    min-height: 44px;
    padding: 10px 14px;
}

.page-container {
    width: min(100% - 32px, 1180px);
    margin-inline: auto;
    padding: 8px 0 40px;
}

.news-ticker-wrap {
    overflow: hidden;
    border: 1px solid #e7d3dc;
    border-color: var(--news-border);
    border-radius: 14px;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(54, 37, 45, .04);
}

.news-ticker-wrap > .row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 54px;
    margin: 0;
}

.news-ticker-label {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-inline: 10px !important;
    color: #fff;
    background: transparent !important;
    white-space: nowrap;
}

.news-ticker-label > div {
    padding: 6px 12px;
    background: var(--news-blue);
    border-radius: 999px;
    font-size: .78rem;
}

.news-ticker-container {
    min-width: 0;
    overflow: hidden;
    background: transparent;
}

.news-ticker {
    position: relative;
    overflow: hidden;
}

.news-list {
    position: absolute;
    inset-block-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-ticker,
.news-list li {
    height: 54px;
}

.news-list li {
    padding: 0 14px;
    line-height: 27px;
}

.news-list a {
    color: var(--news-ink) !important;
    font-weight: 650;
}

.section-title {
    border-bottom: 2px solid var(--news-border);
}

.section-title .section-header {
    padding: 8px 14px;
    color: var(--news-blue);
    background: transparent;
    border-inline-start: 4px solid var(--news-accent);
    border-inline-end: 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.article-card,
.simple-article-card,
.card {
    border-color: var(--news-border);
    border-radius: var(--news-radius);
}

.article-card,
.simple-article-card {
    overflow: hidden;
    background: var(--news-surface) !important;
    box-shadow: var(--news-shadow);
    transition: transform .18s ease, box-shadow .18s ease;
}

.article-card:hover,
.simple-article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(31, 48, 73, .13);
}

.article-card .fixed-height {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto !important;
    object-fit: cover;
}

.articles-grid {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    align-items: stretch;
}

.article-grid-item > .card,
.article-grid-item > .simple-article-card {
    height: calc(100% - 1.5rem);
}

.article-card {
    position: relative;
    height: 100%;
}

.article-card .card-img,
.article-card .card-body,
.article-card .card-body > div {
    height: 100%;
}

.article-card .card-title h2 {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: clamp(1.12rem, 2.4vw, 1.45rem);
    font-weight: 800;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-card-meta,
.article-list-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: .82rem;
}

.article-card-meta span,
.article-list-meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-card-meta > * + *::before,
.article-list-meta > * + *::before {
    margin-inline-end: 8px;
    content: "•";
    opacity: .55;
}

.article-list-title {
    display: -webkit-box;
    margin: 0;
    padding: 14px 12px 6px;
    overflow: hidden;
    font-size: clamp(1rem, 2vw, 1.16rem);
    font-weight: 800;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-list-summary {
    display: -webkit-box;
    margin: 0;
    padding-inline: 12px;
    overflow: hidden;
    color: var(--news-muted);
    font-size: .9rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-list-meta {
    margin-top: auto;
    padding: 8px 12px 12px;
    color: var(--news-muted);
}

.article-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #98a2b3;
    background: linear-gradient(145deg, #edf1f6, #f8fafc);
}

.category-filter {
    gap: 8px;
    margin-block: 14px 8px;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
}

.filter-chip {
    min-height: 38px;
    padding: 7px 14px;
    border: 1px solid var(--news-border);
    border-radius: 999px;
    font-weight: 700;
}

.filter-chip.btn-light {
    color: var(--news-ink);
    background: var(--news-surface);
}

.tags-list {
    align-items: center;
    gap: 8px;
    margin-block: 20px;
    padding: 14px;
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--news-radius);
    scrollbar-width: thin;
}

.tags-list-title {
    padding-inline-end: 6px;
    color: var(--news-ink);
}

.tag-item {
    display: inline-flex;
}

.tag-chip {
    padding: 6px 12px;
    color: var(--news-blue);
    border: 1px solid #c7d7ea;
    border-radius: 999px;
    background: #f7faff;
}

.page-title {
    padding: 6px 2px 8px;
    color: var(--news-ink);
    background: transparent;
    border-bottom: 3px solid var(--news-accent);
    border-radius: 0 !important;
    font-size: clamp(1.2rem, 3vw, 1.65rem);
    font-weight: 850;
}

.pagination-nav .btn {
    min-width: 110px;
    min-height: 44px;
    padding: 9px 18px;
    border-radius: 999px;
    font-weight: 750;
}

.empty-state {
    padding: clamp(28px, 6vw, 56px) 20px;
    color: var(--news-muted);
    background: var(--news-surface);
    border: 1px dashed #b9c5d4;
    border-radius: var(--news-radius);
    text-align: center;
    font-size: clamp(1.05rem, 3vw, 1.3rem);
    font-weight: 750;
}

.gcsc-find-more-on-google-root {
    display: inline-flex;
    max-width: 100%;
}

.gcsc-more-maybe-branding-box a {
    display: inline-flex;
    min-height: 44px;
    max-width: 100%;
    align-items: center;
    padding: 9px 16px;
    color: var(--news-ink);
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: 999px;
    text-decoration: none;
}

.gcsc-find-more-on-google {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
}

.gcsc-find-more-on-google-query {
    overflow: hidden;
    color: var(--news-blue);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gcsc-find-more-on-google-magnifier {
    flex: 0 0 auto;
    fill: var(--news-blue);
}

.gcsc-branding {
    margin-top: 8px;
}

.gcsc-branding-img-noclear {
    width: auto;
    height: 15px;
}

.ad-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f0f3f7;
    box-shadow: none;
}

.ad-slot-banner {
    min-height: 120px;
}

.ad-slot-feed {
    min-height: 180px;
}

.top-ad.card {
    min-height: 120px !important;
    overflow: hidden;
    background: repeating-linear-gradient(-45deg, #f8fafc 0 10px, #f3f5f8 10px 20px);
    border: 1px dashed #c8d0db;
    border-radius: var(--news-radius);
    box-shadow: none;
}

.articles-group > .section-title {
    margin-block: 42px 18px !important;
    border-bottom-color: var(--news-border);
}

.articles-group {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.articles-group > .section-title a {
    text-decoration: none;
}

.articles-group-lead > .section-title {
    border: 0;
}

.articles-group-lead > .section-title .section-header {
    padding: 0;
    color: var(--news-ink);
    border: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.articles-group-lead > .p-3 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .articles-group-lead .articles-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
        grid-template-rows: repeat(2, minmax(230px, 1fr));
        gap: 16px;
        margin: 0;
    }

    .articles-group-lead .article-grid-item {
        width: auto;
        padding: 0;
    }

    .articles-group-lead .article-grid-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .articles-group-lead .article-grid-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .articles-group-lead .article-grid-item:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .articles-group-lead .article-grid-item:nth-child(n + 4),
    .articles-group-lead .ad-slot:nth-child(n + 4) {
        grid-column: auto;
    }

    .articles-group-lead .article-grid-item:nth-child(-n + 3) > .card,
    .articles-group-lead .article-grid-item:nth-child(-n + 3) > .simple-article-card {
        height: 100%;
        margin-top: 0 !important;
    }

    .articles-group-lead .article-grid-item:nth-child(1) .article-card .fixed-height {
        min-height: 496px;
    }

    .articles-group-lead .article-grid-item:nth-child(1) .article-card .card-title h2 {
        font-size: clamp(1.8rem, 3vw, 2.55rem);
        line-height: 1.25;
    }

    .articles-group-lead .article-grid-item:nth-child(2) .article-card .fixed-height,
    .articles-group-lead .article-grid-item:nth-child(3) .simple-article-card,
    .articles-group-lead .article-grid-item:nth-child(3) .simple-article-card .fixed-height {
        min-height: 240px !important;
    }
}

.simple-article-card {
    min-height: 138px;
}

.simple-article-card .fixed-height {
    width: 100%;
    height: 100% !important;
    min-height: 138px !important;
    object-fit: cover;
}

.simple-article-card .card-title {
    font-size: clamp(1rem, 2vw, 1.18rem);
    font-weight: 750;
    line-height: 1.55;
}

.card-title-shadow {
    text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
}

.text-overlay {
    padding: 14px !important;
    background: linear-gradient(transparent, rgba(0, 0, 0, .82));
}

.category-badge .badge,
.badge.bg-secondary-latest-news {
    color: #fff;
    background: var(--news-accent) !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
}

.category-badge-card {
    inset-block-start: 10px;
    inset-inline-start: 10px;
    z-index: 10;
}

.btn-primary {
    border-color: var(--news-blue);
    background: var(--news-blue);
}

.site-drawer {
    --bs-offcanvas-width: min(88vw, 380px);
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    color: var(--news-ink);
    background: var(--news-surface);
}

.site-drawer .offcanvas-header {
    flex: 0 0 auto;
    min-height: 70px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--news-border);
}

.site-drawer .offcanvas-body {
    min-height: 0;
    padding: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.drawer-navigation-group + .drawer-navigation-group {
    margin-top: 4px;
}

.drawer-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 12px;
    color: var(--news-ink);
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 10px;
}

.drawer-link:hover,
.drawer-link:focus-visible {
    color: var(--news-blue);
    background: var(--news-canvas);
}

.drawer-link-primary {
    color: var(--news-blue-dark);
    font-size: 1rem;
    font-weight: 800;
}

.drawer-link-secondary {
    border-top: 1px solid var(--news-border);
    border-radius: 0;
}

.drawer-subnavigation {
    margin-inline-start: 12px;
    padding-inline-start: 8px;
    border-inline-start: 2px solid var(--news-border);
}

.drawer-subnavigation .drawer-link {
    color: var(--news-muted);
    font-size: .93rem;
    font-weight: 600;
}

.drawer-trending-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-block: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--news-border);
}

.drawer-tag {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 12px;
    color: var(--news-blue);
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    background: var(--news-canvas);
    border-radius: 999px;
}

.article-reader {
    width: min(100%, 800px);
    margin-inline: auto;
}

.article-header {
    padding: clamp(20px, 4vw, 36px);
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--news-radius);
    box-shadow: var(--news-shadow);
}

.article-title {
    margin: 0;
    color: var(--news-ink);
    font-size: clamp(1.75rem, 4.2vw, 2.65rem);
    font-weight: 850;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 18px;
    color: var(--news-muted);
    font-size: .9rem;
}

.article-byline > * + *::before {
    margin-inline-end: 10px;
    content: "•";
    opacity: .55;
}

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

.article-share-label {
    color: var(--news-muted);
    font-size: .88rem;
    font-weight: 750;
}

.article-share .shareon {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.article-share .shareon > a {
    min-width: 40px;
    min-height: 40px;
    margin: 0;
    border-radius: 10px;
}

.article-body {
    color: var(--news-ink);
    font-size: clamp(1.05rem, 2vw, 1.16rem);
    line-height: 2;
    overflow-wrap: anywhere;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote {
    margin-block: 0 1.35em;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    margin-block: 1.5em .65em;
    color: var(--news-ink);
    font-weight: 800;
    line-height: 1.45;
}

.article-body img,
.article-body video,
.article-body iframe,
.article-body figure {
    max-width: 100% !important;
}

.article-body img,
.article-body video {
    height: auto !important;
    border-radius: 12px;
}

.article-body figure {
    margin: 24px 0;
}

.article-body figcaption {
    margin-top: 8px;
    color: var(--news-muted);
    font-size: .82rem;
    line-height: 1.6;
}

.article-body blockquote {
    padding: 12px 18px;
    color: #344054;
    background: #f8fafc;
    border-inline-start: 4px solid var(--news-accent);
}

.article-media {
    margin-block: 22px;
    overflow: hidden;
    background: #111;
    border-radius: var(--news-radius);
    box-shadow: var(--news-shadow);
}

.article-media .shm-video-container {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 16 / 9;
}

.article-media iframe,
.article-media .shm-video {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    aspect-ratio: 16 / 9;
}

.article-media .shm-video {
    height: auto;
    background: #000;
}

.article-media .fb-video {
    min-height: min(56.25vw, 450px);
}

.article-media .fb-post {
    min-height: 360px;
    background: var(--news-surface);
}

.article-source-cta {
    padding: 16px 18px;
    background: #f7faff;
    border: 1px solid #d6e3f1;
    border-inline-start: 4px solid var(--news-blue);
    border-radius: 10px;
}

.article-source-cta a {
    font-weight: 800;
}

.article-tags:empty {
    display: none;
}

.article-footer {
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--news-border);
}

.article-footer img {
    object-fit: cover;
}

.article-section-title {
    padding-block: 8px;
    color: var(--news-ink);
    border-bottom: 3px solid var(--news-accent);
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    font-weight: 850;
}

.grouped-article-card {
    min-height: 126px;
    overflow: hidden;
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--news-radius);
    box-shadow: 0 6px 18px rgba(31, 48, 73, .07);
}

.grouped-article-card .simple-article-image {
    width: 100%;
    min-height: 126px !important;
    object-fit: cover;
}

.grouped-article-title {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    font-size: clamp(1rem, 2.5vw, 1.22rem);
    font-weight: 800;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.app-download-banner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    overflow: hidden;
    color: var(--news-ink);
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--news-radius);
    box-shadow: 0 8px 22px rgba(11, 31, 58, .06);
}

.app-download-banner::before {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 4px;
    background: var(--news-accent);
    content: "";
}

.app-download-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(21, 101, 192, .16);
    object-fit: cover;
}

.app-download-copy {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: start;
}

.app-download-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    color: var(--news-ink);
    border: 1px solid var(--news-border);
    border-radius: 12px;
    background: #fff;
    font-size: .82rem;
    font-weight: 800;
    white-space: nowrap;
    transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.main-footer .app-download-link {
    color: var(--news-ink);
}

.app-download-link:hover,
.app-download-link:focus-visible,
.main-footer .app-download-link:hover,
.main-footer .app-download-link:focus-visible {
    color: var(--news-blue);
    border-color: rgba(21, 101, 192, .4);
    box-shadow: 0 5px 14px rgba(21, 101, 192, .12);
}

.app-download-link svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    fill: var(--news-blue);
}

.info-page-card {
    width: min(100%, 720px);
    margin-inline: auto;
    padding: clamp(24px, 5vw, 48px);
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--news-radius);
    box-shadow: var(--news-shadow);
    text-align: center;
}

.info-page-logo {
    width: 112px;
    height: 112px;
    margin-bottom: 18px;
    border-radius: 24px;
}

.info-page-card h1 {
    margin-bottom: 20px;
    font-size: clamp(1.55rem, 4vw, 2rem);
    font-weight: 850;
}

.info-page-card p {
    color: #475467;
    font-size: 1.03rem;
    line-height: 1.85;
}

.contact-methods {
    display: grid;
    gap: 10px;
    width: min(100%, 440px);
    margin: 28px auto 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.contact-methods li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 11px 14px;
    background: #f8fafc;
    border: 1px solid var(--news-border);
    border-radius: 10px;
}

.contact-methods a {
    min-width: 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-method-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: var(--news-blue);
    border-radius: 50%;
    font-weight: 800;
}

.info-page-navigation,
.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}

.info-page-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--news-border);
}

.info-page-navigation a,
.footer-navigation a {
    min-height: 44px;
    padding: 9px 12px;
    font-weight: 750;
    text-decoration: none;
}

.error-page {
    display: grid;
    min-height: 100vh;
    padding: 24px;
    place-items: center;
}

.error-page-card {
    width: min(100%, 560px);
    padding: clamp(28px, 7vw, 56px);
    background: var(--news-surface);
    border: 1px solid var(--news-border);
    border-radius: var(--news-radius);
    box-shadow: var(--news-shadow);
    text-align: center;
}

.error-page-logo {
    width: 88px;
    height: 88px;
    border-radius: 20px;
}

.error-status {
    margin-top: 16px;
    color: var(--news-accent);
    font-size: clamp(2.5rem, 10vw, 4.5rem);
    font-weight: 900;
    line-height: 1;
}

.error-page-card h1 {
    margin-top: 14px;
    font-size: clamp(1.5rem, 5vw, 2.15rem);
    font-weight: 850;
}

.error-page-card p {
    color: var(--news-muted);
    font-size: 1.05rem;
}

.error-home-link {
    display: inline-flex;
    gap: 6px;
    min-height: 44px;
    margin-top: 12px;
    padding: 10px 18px;
    color: #fff;
    background: var(--news-blue);
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.error-home-link:hover,
.error-home-link:focus {
    color: #fff;
    background: var(--news-blue-dark);
}

footer.main-footer {
    margin-top: 48px;
    padding: clamp(20px, 4vw, 36px) !important;
    color: #dbe6f2;
    background: var(--news-blue-dark);
    border-radius: var(--news-radius) var(--news-radius) 0 0;
}

footer.main-footer a,
footer.main-footer h5 {
    color: #fff;
}

.footer-sections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-block: 18px;
}

.footer-section h5 {
    margin-bottom: 12px;
    color: var(--news-ink);
    font-weight: 850;
}

.footer-section a {
    display: inline-block;
    padding: 5px 8px !important;
}

.footer-description {
    padding-block: 18px;
    color: #c4d2e1;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.footer-description p:last-child {
    margin-bottom: 0;
}

.footer-navigation {
    padding-top: 14px;
}

@media (max-width: 991.98px) {
    .site-search {
        width: 44px;
        height: 44px;
    }

    .site-search form {
        position: relative;
        width: 44px;
        min-height: 44px;
        padding: 3px;
        background: #fff;
        border-color: var(--news-border);
    }

    .site-search input[type=search] {
        position: absolute;
        inset: 3px;
        z-index: 2;
        width: auto !important;
        height: auto;
        padding: 0 !important;
        opacity: 0;
        cursor: text;
    }

    #searchform button {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .site-search form:not(:focus-within) button {
        pointer-events: none;
    }

    .site-search form:focus-within {
        position: fixed;
        inset-block-start: max(10px, env(safe-area-inset-top));
        inset-inline: 10px;
        z-index: 1040;
        width: auto;
        min-height: 48px;
        padding: 5px;
        border-color: var(--news-border);
        background: var(--news-surface);
        box-shadow: 0 12px 32px rgba(11, 31, 58, .2);
    }

    .site-search form:focus-within input[type=search] {
        position: static;
        z-index: auto;
        width: 100% !important;
        height: 36px;
        padding-inline: 14px !important;
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .site-navbar {
        flex-wrap: nowrap;
        justify-content: space-between;
        min-height: 64px;
        padding-inline: 10px !important;
    }

    .site-brand,
    .site-navbar-actions {
        flex: 0 0 auto;
    }

    .site-navbar-actions {
        margin-inline-start: 0;
    }

    .site-navbar .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-brand-logo {
        width: 38px;
        height: 38px;
    }

    .site-brand-motto {
        display: none;
    }

    .site-country-select .btn {
        max-width: 126px;
        min-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-tabs {
        min-height: 50px;
    }

    .page-container {
        width: min(100% - 20px, 1100px);
    }

    .news-ticker-label {
        padding-inline: 11px !important;
        font-size: .82rem;
    }

    .article-card,
    .simple-article-card {
        box-shadow: 0 6px 18px rgba(31, 48, 73, .08);
    }

    .articles-grid {
        --bs-gutter-x: 0;
        --bs-gutter-y: 14px;
        display: flex;
    }

    .article-list-summary {
        -webkit-line-clamp: 1;
    }

    .ad-slot-feed {
        min-height: 150px;
    }

    .article-header {
        padding: 20px 18px;
    }

    .article-title {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .article-body {
        line-height: 1.9;
    }

    .article-footer {
        align-items: flex-start;
        flex-direction: column !important;
    }

    .grouped-article-card,
    .grouped-article-card .simple-article-image {
        min-height: 116px !important;
    }

    .app-download-banner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .app-download-actions {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        width: 100%;
    }

    .app-download-link {
        width: 100%;
    }

    .footer-sections {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 430px) {
    .site-brand-copy {
        display: none;
    }

    .site-brand-logo {
        width: 40px;
        height: 40px;
    }

    .site-navbar-actions {
        gap: 5px;
    }

    .site-country-select .btn {
        max-width: 108px;
        padding-inline: 10px;
    }

    .site-tab {
        padding-inline: 11px !important;
    }

    .article-list-summary {
        display: none;
    }

    .simple-article-card,
    .simple-article-card .fixed-height {
        min-height: 128px !important;
    }

    .app-download-banner {
        gap: 12px;
        padding: 14px;
    }

    .app-download-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    .app-download-copy {
        font-size: .92rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
