@font-face {
    font-family: "Hazar Sans";
    src: url("../../../../xyonetim/fonts/Roboto/Roboto-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Intelligence: compact, precomputed article change summary. */
.news-change-summary {
    margin: 22px 0;
    padding: 18px;
    border: 1px solid #dfe4e8;
    border-left: 4px solid #c8121d;
    border-radius: 6px;
    background: #fff;
}

.news-change-summary[hidden] {
    display: none;
}

.news-change-summary__head {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 36px;
    gap: 12px;
    align-items: center;
}

.news-change-summary__head > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #c8121d;
}

.news-change-summary h2,
.news-change-summary p {
    margin: 0;
}

.news-change-summary h2 {
    color: #171b20;
    font-size: 17px;
    line-height: 1.3;
}

.news-change-summary p {
    margin-top: 3px;
    color: #69727b;
    font-size: 13px;
}

.news-change-summary__head button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: #59636e;
    background: #f1f3f5;
    cursor: pointer;
}

.news-change-summary ul {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #e8ebee;
    list-style: none;
}

.news-change-summary li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #29313a;
}

.news-change-summary li[hidden] {
    display: none;
}

.news-change-summary li > i {
    margin-top: 3px;
    color: #c8121d;
}

.news-change-summary li span,
.news-change-summary li strong,
.news-change-summary li small {
    display: block;
    min-width: 0;
}

.news-change-summary li strong {
    font-size: 13px;
}

.news-change-summary li small {
    margin-top: 2px;
    color: #7a838c;
    font-size: 11px;
}

.news-user-hub__clear {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 40px;
    margin-top: 14px;
    padding: 0 14px;
    border: 1px solid #dfe4e8;
    border-radius: 5px;
    color: #343c45;
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 575px) {
    .news-change-summary {
        margin: 16px 0;
        padding: 14px;
    }

    .news-change-summary__head {
        grid-template-columns: 36px minmax(0, 1fr) 34px;
        gap: 9px;
    }

    .news-change-summary__head > span,
    .news-change-summary__head button {
        width: 34px;
        height: 34px;
    }

    .news-change-summary h2 {
        font-size: 15px;
    }
}

html[data-theme="dark"] .news-change-summary,
body.news-dark-mode .news-change-summary {
    border-color: #343b43;
    border-left-color: #ed1c24;
    background: #171b20;
}

html[data-theme="dark"] .news-change-summary h2,
html[data-theme="dark"] .news-change-summary li,
body.news-dark-mode .news-change-summary h2,
body.news-dark-mode .news-change-summary li {
    color: #f4f6f8;
}

html[data-theme="dark"] .news-change-summary ul,
body.news-dark-mode .news-change-summary ul {
    border-top-color: #343b43;
}

@font-face {
    font-family: "Hazar Sans";
    src: url("../../../../xyonetim/fonts/Roboto/Roboto-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
}

@font-face {
    font-family: "Hazar Sans";
    src: url("../../../../xyonetim/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

:root {
    --hh-brand: #d71920;
    --hh-brand-dark: #ac1017;
    --hh-brand-soft: #fff0f1;
    --hh-green: #16884a;
    --hh-yellow: #e4a61b;
    --hh-blue: #2775c8;
    --hh-bg: #f5f6f7;
    --hh-surface: #ffffff;
    --hh-surface-soft: #fafafa;
    --hh-ink: #17191d;
    --hh-muted: #68717b;
    --hh-line: #e3e6e9;
    --hh-dark: #171c22;
    --hh-dark-soft: #20262d;
    --hh-on-dark: #f7f8f9;
    --hh-shadow-sm: 0 2px 10px rgba(20, 26, 33, 0.06);
    --hh-shadow-md: 0 8px 24px rgba(20, 26, 33, 0.1);
    --hh-radius-sm: 4px;
    --hh-radius: 7px;
    --hh-shell: 1320px;
    --hh-bottom-nav-height: 0px;
}

html[data-theme="dark"] {
    --hh-bg: #171a1e;
    --hh-surface: #20242a;
    --hh-surface-soft: #252a31;
    --hh-ink: #f4f5f6;
    --hh-muted: #aeb5bd;
    --hh-line: #353b43;
    --hh-dark: #111419;
    --hh-dark-soft: #1b2026;
    --hh-brand-soft: #351b1f;
    color-scheme: dark;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body.news-app,
body.np-foundation {
    margin: 0;
    background: var(--hh-bg);
    color: var(--hh-ink);
    font-family: "Hazar Sans", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
}

body.news-app *,
body.news-app *::before,
body.news-app *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.news-app a {
    color: inherit;
    text-decoration: none;
}

body.news-app button,
body.news-app input,
body.news-app select,
body.news-app textarea {
    font: inherit;
    letter-spacing: 0;
}

body.news-app img {
    display: block;
    max-width: 100%;
}

.news-shell {
    width: min(var(--hh-shell), calc(100% - 40px)) !important;
    max-width: var(--hh-shell) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
}

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

.hh-desktop-only {
    display: flex !important;
}

.hazar-brand {
    display: inline-flex;
    width: 116px;
    height: 48px;
    color: #15171a;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

html[data-theme="dark"] .hazar-brand {
    color: #ffffff;
}

.hazar-brand__mark {
    display: block;
    width: 100%;
    height: 100%;
}

.hh-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: var(--hh-surface);
    color: var(--hh-ink);
    border-bottom: 1px solid var(--hh-line);
}

.hh-header-main {
    background: var(--hh-surface);
}

.hh-header-main__inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: 148px minmax(360px, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.hh-header-brand {
    display: inline-flex;
    align-items: center;
}

.hh-header-context {
    align-items: center;
    min-width: 0;
    gap: 18px;
}

.hh-header-weather {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--hh-line);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.hh-header-weather > i,
.hh-weather-icon--header {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
}

.hh-header-weather span {
    display: grid;
    min-width: 78px;
}

.hh-header-weather strong {
    font-size: 14px;
    line-height: 1.2;
}

.hh-header-weather small {
    margin-top: 3px;
    color: var(--hh-muted);
    font-size: 11px;
    white-space: nowrap;
}

.hh-markets {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 16px;
}

.hh-market {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 8px;
    align-items: baseline;
    white-space: nowrap;
}

.hh-market small {
    color: var(--hh-ink);
    font-size: 11px;
    font-weight: 700;
}

.hh-market strong {
    font-size: 12px;
}

.hh-market em {
    grid-column: 1 / -1;
    margin-top: 2px;
    color: var(--hh-green);
    font-size: 10px;
    font-style: normal;
}

.hh-market em.is-down {
    color: var(--hh-brand);
}

.hh-market.is-unavailable strong {
    color: var(--hh-muted);
    font-size: 10px;
    font-weight: 600;
}

.hh-header-search {
    position: relative;
    align-items: center;
    height: 42px;
    min-width: 0;
}

.hh-header-search input {
    width: 100%;
    height: 42px;
    padding: 0 46px 0 17px;
    color: var(--hh-ink);
    background: var(--hh-surface-soft);
    border: 1px solid var(--hh-line);
    border-radius: 22px;
    outline: none;
}

.hh-header-search input:focus {
    border-color: var(--hh-brand);
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.1);
}

.hh-header-search button {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 34px;
    height: 34px;
    color: var(--hh-ink);
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.hh-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.hh-header-action,
.hh-account-button,
.hh-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    gap: 7px;
    color: var(--hh-ink);
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--hh-radius-sm);
    cursor: pointer;
}

.hh-header-action:hover,
.hh-icon-button:hover {
    background: var(--hh-surface-soft);
}

.hh-account-button {
    padding: 0 12px;
    border-color: var(--hh-line);
    background: var(--hh-surface);
    white-space: nowrap;
}

.hh-account-button > i:first-child {
    color: var(--hh-green);
}

.hh-notification-wrap {
    position: relative;
}

.hh-notification-button {
    position: relative;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.hh-notification-button b,
.np-mobile-bottom-nav__icon-wrap b {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    place-items: center;
    color: #ffffff;
    background: var(--hh-brand);
    border: 2px solid var(--hh-surface);
    border-radius: 9px;
    font-size: 9px;
    line-height: 1;
}

.hh-notification-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(360px, calc(100vw - 24px));
    padding: 8px;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow-md);
}

.hh-notification-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 8px;
}

.hh-notification-panel header button {
    width: 30px;
    height: 30px;
    color: var(--hh-muted);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.hh-notification-panel > a {
    display: grid;
    gap: 4px;
    padding: 10px;
    border-top: 1px solid var(--hh-line);
}

.hh-notification-panel > a:hover {
    background: var(--hh-surface-soft);
}

.hh-notification-panel > a strong {
    font-size: 13px;
}

.hh-notification-panel > a small,
.hh-notification-panel > p {
    color: var(--hh-muted);
    font-size: 12px;
    line-height: 1.4;
}

.hh-notification-panel > p {
    margin: 0;
    padding: 14px 10px;
    border-top: 1px solid var(--hh-line);
}

.hh-category-nav {
    height: 48px;
    background: var(--hh-surface);
    border-top: 1px solid var(--hh-line);
}

.hh-category-nav__inner {
    height: 48px;
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
}

.hh-category-nav a,
.hh-category-nav__menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    height: 48px;
    padding: 0 15px;
    color: var(--hh-ink);
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.hh-category-nav a:hover {
    color: var(--hh-brand);
    border-bottom-color: var(--hh-brand);
}

.hh-category-nav a.is-breaking {
    color: #ffffff;
    background: var(--hh-brand);
    border-bottom-color: var(--hh-brand);
}

.hh-category-nav__menu {
    margin-left: auto;
    font-size: 18px;
}

.hh-breaking {
    height: 40px;
    color: #ffffff;
    background: var(--hh-brand-dark);
}

.hh-breaking__inner {
    height: 40px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 40px;
    align-items: center;
}

.hh-breaking__label {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.hh-breaking__viewport {
    position: relative;
    height: 40px;
    min-width: 0;
    overflow: hidden;
}

.hh-breaking__item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
    padding: 0 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.hh-breaking__item.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hh-breaking__item time {
    padding: 3px 6px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 800;
}

.hh-breaking__item span {
    min-width: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-breaking__all {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.hh-search-panel {
    position: fixed;
    z-index: 1100;
    inset: 0 0 auto;
    padding: 14px;
    background: var(--hh-surface);
    border-bottom: 1px solid var(--hh-line);
    box-shadow: var(--hh-shadow-md);
}

.hh-search-panel form {
    width: min(720px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
}

.hh-search-panel input {
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    color: var(--hh-ink);
    background: var(--hh-surface-soft);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
}

.hh-search-panel form > button:not(.hh-icon-button) {
    height: 44px;
    padding: 0 18px;
    color: #ffffff;
    background: var(--hh-brand);
    border: 0;
    border-radius: var(--hh-radius-sm);
}

.hh-home {
    padding: 18px 0 72px;
    background: var(--hh-bg);
}

.hh-home-shell {
    display: grid;
    gap: 20px;
}

.hh-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(250px, 0.77fr) minmax(285px, 0.82fr);
    gap: 14px;
    min-width: 0;
}

.hh-main-story {
    position: relative;
    min-width: 0;
    height: 478px;
    overflow: hidden;
    background: var(--hh-dark);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow-sm);
}

.hh-main-story__slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
}

.hh-main-story__slide.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.hh-main-story__slide > a,
.hh-main-story__image {
    width: 100%;
    height: 100%;
}

.hh-main-story__image {
    object-fit: cover;
}

.hh-media-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8, 12, 16, 0.04) 30%, rgba(8, 12, 16, 0.88) 100%);
}

.hh-main-story__content {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 10px;
    color: #ffffff;
}

.hh-story-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.hh-category-badge,
.hh-home .news-smart-badge,
.hh-home .news-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    color: #ffffff;
    background: var(--hh-brand);
    border: 0;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.hh-home .news-smart-badge:nth-child(2n) {
    background: var(--hh-green);
}

.hh-main-story h1,
.hh-main-story h2 {
    max-width: 610px;
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
}

.hh-main-story__spot {
    display: -webkit-box;
    max-width: 620px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-story-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--hh-muted);
    font-size: 12px;
}

.hh-story-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hh-story-meta--light {
    color: rgba(255, 255, 255, 0.82);
}

.hh-save-button {
    position: absolute;
    z-index: 5;
    right: 18px;
    bottom: 18px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #ffffff;
    background: rgba(14, 18, 23, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.hh-save-button.is-saved {
    color: #ffffff;
    background: var(--hh-brand);
}

.hh-main-story__dots {
    position: absolute;
    z-index: 5;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 5px;
}

.hh-main-story__dots button {
    width: 22px;
    height: 3px;
    padding: 0;
    background: rgba(255, 255, 255, 0.45);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}

.hh-main-story__dots button.is-active {
    background: var(--hh-brand);
}

.hh-lead-stack {
    min-width: 0;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hh-lead-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--hh-dark);
    border-radius: var(--hh-radius);
}

.hh-lead-card > a,
.hh-lead-card img {
    width: 100%;
    height: 100%;
}

.hh-lead-card img {
    object-fit: cover;
}

.hh-lead-card__content {
    position: absolute;
    z-index: 2;
    inset: auto 14px 12px;
    display: grid;
    gap: 6px;
    color: #ffffff;
}

.hh-lead-card__content .hh-category-badge {
    width: auto;
    max-width: 72%;
    justify-self: start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-lead-card h2 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-lead-card small {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
}

.hh-context-column {
    min-width: 0;
    display: grid;
    grid-template-rows: 158px minmax(0, 1fr);
    gap: 14px;
}

.hh-weather-card,
.hh-nearby-card {
    min-width: 0;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow-sm);
}

.hh-weather-card {
    padding: 13px 16px;
}

.hh-weather-card header,
.hh-nearby-card header,
.hh-section-heading,
.hh-media-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hh-weather-card header strong,
.hh-nearby-card h2,
.hh-section-heading h2,
.hh-media-panel h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hh-weather-card header button {
    color: var(--hh-muted);
    background: transparent;
    border: 0;
    font-size: 10px;
    cursor: pointer;
}

.hh-weather-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.hh-weather-card__body > div {
    display: grid;
    gap: 1px;
}

.hh-weather-card__body strong {
    font-size: 34px;
    line-height: 1;
}

.hh-weather-card__body span,
.hh-weather-card > small {
    color: var(--hh-muted);
    font-size: 11px;
}

.hh-weather-card__body > i,
.hh-weather-icon--card {
    width: 53px;
    height: 53px;
    flex: 0 0 53px;
}

.hh-weather-icon {
    display: block;
    overflow: visible;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hh-weather-icon__sun {
    stroke: #e4a719;
}

.hh-weather-icon__cloud {
    stroke: #5e88a5;
    stroke-width: 1.9;
}

.hh-weather-icon__rain {
    stroke: #477b9d;
}

.hh-weather-icon--fact {
    width: 27px;
    height: 27px;
}

.hh-weather-card > small {
    display: block;
    margin-top: 6px;
}

.hh-weather-card__details {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    color: var(--hh-muted);
    font-size: 9px;
}

.hh-nearby-card {
    padding: 13px;
    overflow: hidden;
}

.hh-nearby-card header a,
.hh-section-heading > a,
.hh-media-panel > header > a {
    color: var(--hh-muted);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.hh-nearby-list {
    display: grid;
    margin-top: 8px;
}

.hh-nearby-list > a {
    min-width: 0;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 9px;
    padding: 8px 0;
    border-top: 1px solid var(--hh-line);
}

.hh-nearby-list img {
    width: 74px;
    height: 48px;
    object-fit: cover;
    border-radius: var(--hh-radius-sm);
}

.hh-nearby-list span {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 4px;
}

.hh-nearby-list strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-nearby-list small {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--hh-muted);
    font-size: 9px;
}

.hh-quick-facts {
    display: none;
}

.hh-section {
    min-width: 0;
    padding: 0;
}

.hh-section-heading {
    min-height: 34px;
    padding: 0 2px 10px;
    border-bottom: 1px solid var(--hh-line);
}

.hh-section-heading h2 {
    font-size: 15px;
}

.hh-agenda-section {
    padding: 9px 12px 0;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow-sm);
}

.hh-agenda-section .hh-section-heading {
    border-bottom: 0;
}

.hh-agenda {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--hh-line);
}

.hh-agenda a {
    min-width: 0;
    min-height: 82px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 8px;
    border-right: 1px solid var(--hh-line);
    text-align: center;
    transition: background-color 160ms ease, color 160ms ease;
}

.hh-agenda a:hover,
.hh-agenda a:focus-visible {
    background: var(--hh-surface-soft);
}

.hh-agenda a:last-child {
    border-right: 0;
}

.hh-agenda__icon {
    width: 28px;
    height: 28px;
    color: var(--agenda-accent, var(--hh-brand));
    stroke-width: 1.65;
}

.hh-agenda span {
    display: grid;
    gap: 2px;
    overflow-wrap: anywhere;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.hh-agenda span strong {
    font-size: inherit;
}

.hh-agenda span small {
    color: var(--hh-muted);
    font-size: 9px;
    font-weight: 500;
}

.hh-hot-section {
    padding: 14px;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow-sm);
}

.hh-hot-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.hh-hot-card {
    min-width: 0;
}

.hh-hot-card > a {
    display: grid;
    gap: 7px;
}

.hh-hot-card__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.28 / 1;
    overflow: hidden;
    background: var(--hh-dark);
    border-radius: var(--hh-radius-sm);
}

.hh-hot-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hh-hot-card__media .hh-story-labels {
    position: absolute;
    z-index: 2;
    left: 7px;
    bottom: 7px;
}

.hh-play-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #ffffff;
    background: rgba(15, 19, 24, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hh-hot-card h3 {
    display: -webkit-box;
    min-height: 38px;
    margin: 0;
    overflow: hidden;
    color: var(--hh-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-hot-card > a > small {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--hh-muted);
    font-size: 10px;
}

.hh-media-deck {
    display: grid;
    grid-template-columns: 1.18fr 1fr 0.9fr 0.82fr;
    min-width: 0;
    padding: 18px;
    color: var(--hh-on-dark);
    background: var(--hh-dark);
    border-radius: var(--hh-radius);
}

.hh-media-panel {
    min-width: 0;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hh-media-panel:first-child {
    padding-left: 0;
}

.hh-media-panel:last-child {
    padding-right: 0;
    border-right: 0;
}

.hh-media-panel > header {
    min-height: 28px;
    margin-bottom: 10px;
}

.hh-media-panel h2 {
    color: #ffffff;
    font-size: 13px;
}

.hh-media-panel > header > a {
    color: rgba(255, 255, 255, 0.64);
}

.hh-most-read-panel ol,
.hh-most-read-panel li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hh-most-read-panel li > a {
    min-width: 0;
    display: grid;
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hh-most-read-panel li b {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: #ffffff;
    background: var(--hh-brand);
    border-radius: 3px;
    font-size: 10px;
}

.hh-most-read-panel li span {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.hh-most-read-panel li strong {
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hh-most-read-panel li small {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.56);
    font-size: 9px;
}

.hh-video-panel > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hh-video-panel a {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.hh-video-panel a > span {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: var(--hh-radius-sm);
}

.hh-video-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hh-video-panel a > span i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hh-video-panel a > strong {
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-gallery-panel > div,
.hh-authors-panel > div {
    display: grid;
}

.hh-gallery-panel > div > a,
.hh-authors-panel > div > a {
    min-width: 0;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hh-gallery-panel img {
    width: 72px;
    height: 48px;
    object-fit: cover;
    border-radius: var(--hh-radius-sm);
}

.hh-gallery-panel span,
.hh-authors-panel span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.hh-gallery-panel strong,
.hh-authors-panel strong {
    display: -webkit-box;
    overflow: hidden;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-gallery-panel small,
.hh-authors-panel small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
}

.hh-authors-panel > div > a {
    grid-template-columns: 42px minmax(0, 1fr);
}

.hh-authors-panel img,
.hh-authors-panel .news-initials-avatar {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.hh-authors-panel .news-initials-avatar {
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--hh-brand);
    font-size: 12px;
    font-weight: 800;
}

.hh-category-section {
    padding: 14px;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
}

.hh-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.hh-category-grid.is-count-1 {
    grid-template-columns: minmax(0, 420px);
}

.hh-category-grid.is-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hh-category-grid.is-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hh-category-grid.is-count-4 {
    grid-template-columns: 1.4fr repeat(3, minmax(0, 0.72fr));
}

.hh-category-grid article {
    min-width: 0;
}

.hh-category-grid article > a {
    display: grid;
    gap: 8px;
}

.hh-category-grid img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--hh-radius-sm);
}

.hh-category-grid h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--hh-ink);
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hh-category-grid .is-lead h3 {
    font-size: 20px;
}

.hh-category-grid small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: var(--hh-muted);
    font-size: 10px;
}

.news-ad-slot {
    min-height: 90px;
    overflow: hidden;
    border-radius: var(--hh-radius-sm);
}

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

.news-contact-hub {
    display: none !important;
}

.news-footer {
    color: #d9dde1;
    background: var(--hh-dark);
    border-top: 4px solid var(--hh-brand);
}

.news-footer__grid {
    padding-top: 38px !important;
    padding-bottom: 32px !important;
}

.news-footer .hazar-brand {
    color: #ffffff;
}

.news-footer__brand p,
.news-footer__links a,
.news-footer__bottom {
    color: #aeb5bd !important;
}

.news-footer__links strong,
.news-footer__social strong {
    color: #ffffff !important;
}

.np-mobile-bottom-nav {
    display: none !important;
}

.news-mobile-drawer.hh-mobile-drawer {
    width: min(340px, 88vw);
    padding: 0;
    color: var(--hh-ink);
    background: var(--hh-surface);
}

#backToTop {
    right: 10px !important;
    bottom: 18px !important;
    z-index: 900 !important;
}

#backToTop a {
    width: 40px !important;
    height: 40px !important;
    color: #ffffff !important;
    background: var(--hh-brand) !important;
    border-radius: 50% !important;
    box-shadow: var(--hh-shadow-md);
    font-size: 18px !important;
    line-height: 40px !important;
}

.hh-mobile-drawer__head {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid var(--hh-line);
}

.hh-mobile-drawer__head .hazar-brand {
    width: 108px;
    height: 46px;
}

.hh-mobile-drawer nav {
    display: grid;
    padding: 8px 14px;
}

.hh-mobile-drawer nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    gap: 10px;
    padding: 0 8px;
    border-bottom: 1px solid var(--hh-line);
    font-size: 14px;
    font-weight: 700;
}

.hh-mobile-drawer nav i {
    width: 18px;
    color: var(--hh-brand);
    text-align: center;
}

.hh-mobile-drawer__preferences {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 10px;
    padding: 14px 18px;
    background: var(--hh-surface-soft);
}

.hh-mobile-drawer__preferences label {
    color: var(--hh-muted);
    font-size: 11px;
    font-weight: 700;
}

.hh-mobile-drawer__preferences select {
    min-width: 0;
    height: 38px;
    padding: 0 8px;
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
}

.hh-drawer-location-button {
    min-width: 0;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    padding: 0 10px;
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
    font: inherit;
    cursor: pointer;
}

.hh-drawer-location-button span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-location-backdrop {
    position: fixed;
    z-index: 10120;
    inset: 0;
    background: rgba(10, 14, 18, 0.55);
    backdrop-filter: blur(3px);
}

.hh-location-modal {
    position: fixed;
    z-index: 10121;
    top: 50%;
    left: 50%;
    width: min(520px, calc(100% - 32px));
    max-height: min(720px, calc(100dvh - 40px));
    display: grid;
    grid-template-rows: auto auto auto minmax(120px, 1fr) auto;
    overflow: hidden;
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%);
}

.hh-location-modal[hidden],
.hh-location-backdrop[hidden] {
    display: none !important;
}

.hh-location-modal > header,
.hh-location-modal > footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--hh-line);
}

.hh-location-modal > header small {
    color: var(--hh-brand);
    font-size: 10px;
    font-weight: 800;
}

.hh-location-modal > header h2 {
    margin: 3px 0 0;
    font-size: 22px;
}

.hh-location-search {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 20px 10px;
    padding: 0 13px;
    background: var(--hh-surface-soft);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
}

.hh-location-search input {
    min-width: 0;
    flex: 1;
    color: var(--hh-ink);
    background: transparent;
    border: 0;
    outline: 0;
}

.hh-location-current {
    padding: 0 20px 10px;
}

.hh-location-current > button {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: var(--hh-ink);
    background: var(--hh-surface-soft);
    background: color-mix(in srgb, var(--hh-brand) 7%, var(--hh-surface));
    border: 1px solid var(--hh-line);
    border-color: color-mix(in srgb, var(--hh-brand) 25%, var(--hh-line));
    border-radius: var(--hh-radius-sm);
    text-align: left;
    cursor: pointer;
}

.hh-location-current > button > i {
    color: var(--hh-brand);
    font-size: 18px;
}

.hh-location-current span {
    display: grid;
    gap: 2px;
}

.hh-location-current small,
.hh-location-current p {
    color: var(--hh-muted);
    font-size: 10px;
}

.hh-location-current p {
    min-height: 14px;
    margin: 5px 0 0;
}

.hh-location-city-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 2px 20px 18px;
    overflow-y: auto;
}

.hh-location-city-list button {
    min-width: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.hh-location-city-list button i {
    display: none;
    color: var(--hh-brand);
}

.hh-location-city-list button.is-selected {
    background: var(--hh-surface-soft);
    background: color-mix(in srgb, var(--hh-brand) 6%, var(--hh-surface));
    border-color: var(--hh-brand);
}

.hh-location-city-list button.is-selected i {
    display: block;
}

.hh-location-modal > footer {
    border-top: 1px solid var(--hh-line);
    border-bottom: 0;
}

.hh-location-modal > footer span {
    color: var(--hh-muted);
    font-size: 11px;
}

.hh-location-modal > footer span strong {
    color: var(--hh-ink);
}

.hh-location-modal > footer > div {
    display: flex;
    gap: 8px;
}

.hh-location-modal > footer button {
    height: 38px;
    padding: 0 15px;
    border-radius: var(--hh-radius-sm);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.hh-location-cancel {
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
}

.hh-location-save {
    color: #ffffff;
    background: var(--hh-brand);
    border: 1px solid var(--hh-brand);
}

.hh-modal-open {
    overflow: hidden;
}

.hh-mobile-drawer__account {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    gap: 8px;
    margin: 14px 18px;
    color: #ffffff !important;
    background: var(--hh-brand);
    border-radius: var(--hh-radius-sm);
    font-weight: 800;
}

/* Shared public pages */
.news-list-page,
.news-article-page,
.news-media-page,
.main-content--section {
    background: var(--hh-bg) !important;
}

.news-list-page,
.news-article-page {
    padding: 28px 0 72px !important;
}

.news-list-hero {
    margin-bottom: 18px !important;
    padding: 0 0 16px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hh-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.news-list-hero h1 {
    margin: 0 !important;
    color: var(--hh-ink) !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
}

.news-list-hero p,
.news-list-summary,
.news-list-card .news-meta {
    color: var(--hh-muted) !important;
}

.news-list-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 310px !important;
    gap: 24px !important;
}

.news-list-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.news-list-card {
    min-width: 0;
    overflow: hidden;
    background: var(--hh-surface) !important;
    border: 1px solid var(--hh-line) !important;
    border-radius: var(--hh-radius) !important;
    box-shadow: none !important;
}

.news-list-card__media img {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
}

.news-list-card__body {
    padding: 14px !important;
}

.news-list-card h2,
.news-list-card h3 {
    color: var(--hh-ink) !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
}

.news-list-aside > *,
.news-article-sidebar__sticky > * {
    background: var(--hh-surface) !important;
    border: 1px solid var(--hh-line) !important;
    border-radius: var(--hh-radius) !important;
    box-shadow: none !important;
}

.news-timeline {
    margin-top: 24px;
    padding: 20px;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
}

.news-timeline ol {
    position: relative;
    display: grid;
    gap: 14px;
    margin: 16px 0 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.news-timeline ol::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 4px;
    width: 2px;
    background: var(--hh-line);
}

.news-timeline li {
    position: relative;
}

.news-timeline li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: var(--hh-brand);
    border: 2px solid var(--hh-surface);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--hh-brand);
}

.news-timeline time {
    color: var(--hh-muted);
    font-size: 11px;
    font-weight: 600;
}

.news-timeline p {
    margin: 4px 0 0;
    color: var(--hh-ink);
    font-size: 14px;
}

.news-next-article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: center;
    gap: 4px 16px;
    margin-top: 22px;
    padding: 17px 18px;
    color: var(--hh-ink) !important;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-left: 4px solid var(--hh-brand);
    border-radius: var(--hh-radius);
}

.news-next-article span {
    color: var(--hh-brand);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.news-next-article strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 17px;
}

.news-next-article i {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 18px;
    text-align: center;
}

body.news-reading-mode {
    background: var(--hh-surface) !important;
}

body.news-reading-mode .news-header,
body.news-reading-mode .np-mobile-bottom-nav,
body.news-reading-mode .news-breadcrumb,
body.news-reading-mode .news-article-sidebar,
body.news-reading-mode .news-footer,
body.news-reading-mode .news-contact-hub {
    display: none !important;
}

body.news-reading-mode .news-main {
    padding-top: 28px !important;
}

body.news-reading-mode .news-article-layout {
    display: block !important;
    max-width: 840px;
    margin: 0 auto;
}

body.news-reading-mode .news-article {
    width: 100%;
}

.news-user-hub {
    min-height: 64vh;
}

.news-user-hub__header {
    padding: 18px 0 16px;
    border-bottom: 1px solid var(--hh-line);
}

.news-user-hub__header h1 {
    margin: 10px 0 4px;
    color: var(--hh-ink);
    font-size: 30px;
    line-height: 1.14;
}

.news-user-hub__header p {
    margin: 0;
    color: var(--hh-muted);
    font-size: 14px;
}

.news-user-hub__tabs {
    display: flex;
    gap: 8px;
    margin: 18px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.news-user-hub__tabs::-webkit-scrollbar {
    display: none;
}

.news-user-hub__tabs a {
    min-height: 38px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.news-user-hub__tabs a.is-active {
    color: #ffffff;
    background: var(--hh-brand);
    border-color: var(--hh-brand);
}

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

.news-user-hub__news article {
    min-width: 0;
    overflow: hidden;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
}

.news-user-hub__news article > a {
    height: 100%;
    display: grid;
    color: var(--hh-ink);
}

.news-user-hub__news img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-user-hub__news article > a > span {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 14px;
}

.news-user-hub__news em {
    width: max-content;
    max-width: 100%;
    color: var(--hh-brand);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.news-user-hub__news strong {
    overflow-wrap: anywhere;
    font-size: 17px;
    line-height: 1.28;
}

.news-user-hub__news small {
    color: var(--hh-muted);
    font-size: 11px;
}

.news-user-hub__news small i {
    margin-right: 5px;
}

.news-user-hub__notifications {
    display: grid;
    gap: 10px;
}

.news-user-hub__notifications article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
}

.news-user-hub__notifications article > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--hh-brand);
    border-radius: 50%;
}

.news-user-hub__notifications time {
    color: var(--hh-muted);
    font-size: 10px;
}

.news-user-hub__notifications h2 {
    margin: 3px 0 5px;
    color: var(--hh-ink);
    font-size: 17px;
}

.news-user-hub__notifications p {
    margin: 0;
    color: var(--hh-muted);
    font-size: 13px;
}

.news-user-hub__notifications a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 9px;
    color: var(--hh-brand);
    font-size: 12px;
    font-weight: 700;
}

.news-user-hub__empty {
    padding: 58px 20px;
    color: var(--hh-muted);
    text-align: center;
}

.news-user-hub__empty[hidden] {
    display: none;
}

.news-user-hub__empty > i {
    color: var(--hh-brand);
    font-size: 32px;
}

.news-user-hub__empty h2 {
    margin: 12px 0 4px;
    color: var(--hh-ink);
    font-size: 20px;
}

.news-user-hub__empty p {
    margin: 0 0 14px;
}

.news-user-hub__empty a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 15px;
    color: #ffffff;
    background: var(--hh-brand);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

.news-article-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 28px !important;
}

.news-article {
    min-width: 0;
    color: var(--hh-ink) !important;
    background: transparent !important;
}

.news-article__header h1 {
    margin: 10px 0 12px !important;
    color: var(--hh-ink) !important;
    font-size: 42px !important;
    line-height: 1.1 !important;
}

.news-article__spot {
    color: var(--hh-muted) !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
}

.news-article__byline,
.news-article-tools,
.news-summary,
.news-topic-tags,
.news-related,
.news-reaction,
.news-comments {
    background: var(--hh-surface) !important;
    border-color: var(--hh-line) !important;
    border-radius: var(--hh-radius) !important;
}

.news-article__hero img {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    border-radius: var(--hh-radius) !important;
}

.news-article__body {
    color: var(--hh-ink) !important;
    font-size: 18px !important;
    line-height: 1.78 !important;
}

.news-article__body h2,
.news-article__body h3 {
    color: var(--hh-ink) !important;
}

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

.news-author-card {
    background: var(--hh-surface) !important;
    border: 1px solid var(--hh-line) !important;
    border-radius: var(--hh-radius) !important;
    box-shadow: none !important;
}

.main--breadcrumb,
.main-content--section .beyaz,
.contributor--items {
    color: var(--hh-ink) !important;
    background: var(--hh-surface) !important;
}

.main-content--section .container,
.main--breadcrumb .container {
    width: min(var(--hh-shell), calc(100% - 40px)) !important;
    max-width: var(--hh-shell) !important;
}

.hh-static-page {
    padding: 28px 0 64px;
}

.hh-page-breadcrumb {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--hh-muted);
    font-size: 12px;
}

.hh-page-breadcrumb a:hover,
.hh-page-breadcrumb a:focus-visible {
    color: var(--hh-brand);
}

.hh-static-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 42px clamp(24px, 5vw, 68px) 54px;
    color: var(--hh-ink);
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow-sm);
}

.hh-static-card > header {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--hh-line);
}

.hh-static-card > header span {
    color: var(--hh-brand);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hh-static-card h1 {
    margin: 7px 0 8px;
    font-size: 42px;
    line-height: 1.08;
}

.hh-static-card time {
    color: var(--hh-muted);
    font-size: 12px;
}

.hh-static-card__image {
    width: 100%;
    max-height: 480px;
    margin-top: 24px;
    object-fit: cover;
    border-radius: var(--hh-radius-sm);
}

.hh-static-card__content {
    padding-top: 24px;
    font-size: 17px;
    line-height: 1.75;
}

.hh-static-card__content > :first-child {
    margin-top: 0;
}

.hh-static-card__content img,
.hh-static-card__content table {
    max-width: 100%;
}

@media (max-width: 1180px) {
    .hh-header-main__inner {
        grid-template-columns: auto minmax(300px, 1fr) minmax(190px, 250px) auto;
        gap: 14px;
    }

    .hh-markets {
        gap: 10px;
    }

    .hh-header-weather {
        gap: 6px;
        padding-right: 10px;
    }

    .hh-header-weather > i {
        font-size: 24px;
    }

    .hh-header-weather span {
        min-width: 72px;
    }

    .hh-header-context {
        gap: 10px;
    }

    .hh-category-nav a {
        padding-inline: 10px;
        font-size: 12px;
    }

    .hh-lead-grid {
        grid-template-columns: minmax(0, 1.55fr) minmax(245px, 0.78fr);
    }

    .hh-context-column {
        grid-column: 1 / -1;
        grid-template-columns: 0.7fr 1.3fr;
        grid-template-rows: auto;
        align-items: start;
    }

    .hh-nearby-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 14px;
    }

    .hh-hot-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 18px;
    }

    .hh-media-deck {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .hh-media-panel:nth-child(2) {
        border-right: 0;
    }

    .hh-media-panel:nth-child(3) {
        padding-left: 0;
    }

    .hh-agenda {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1030px) {
    .hh-header-weather {
        display: none;
    }
}

@media (max-width: 900px) {
    .hh-header-main__inner {
        grid-template-columns: auto minmax(220px, 1fr) auto;
    }

    .hh-header-context {
        display: none !important;
    }

    .hh-category-nav__inner {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .hh-category-nav__inner::-webkit-scrollbar {
        display: none;
    }

    .hh-category-nav__menu {
        position: sticky;
        right: 0;
        background: var(--hh-surface);
    }

    .news-list-layout,
    .news-article-layout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .news-list-aside,
    .news-article-sidebar {
        display: none !important;
    }
}

@media (max-width: 767px) {
    :root {
        --hh-bottom-nav-height: calc(68px + env(safe-area-inset-bottom));
    }

    html,
    body {
        overflow-x: hidden;
    }

    body.news-app {
        padding-bottom: var(--hh-bottom-nav-height) !important;
        background: var(--hh-bg);
    }

    .hh-static-page {
        padding: 18px 0 36px;
    }

    .hh-static-card {
        padding: 26px 18px 34px;
    }

    .hh-static-card h1 {
        font-size: 30px;
    }

    .hh-static-card__content {
        font-size: 16px;
    }

    .news-shell,
    .main-content--section .container,
    .main--breadcrumb .container {
        width: calc(100% - 24px) !important;
    }

    .hh-desktop-only {
        display: none !important;
    }

    .hh-mobile-only {
        display: inline-flex !important;
    }

    .hh-site-header {
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        z-index: 1020;
        box-shadow: 0 3px 12px rgba(20, 26, 33, 0.08);
    }

    .hh-header-main {
        order: 1;
    }

    .hh-breaking {
        order: 2;
    }

    .hh-category-nav {
        order: 3;
    }

    .hh-header-main__inner {
        min-height: 62px;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 6px;
    }

    .hh-header-brand {
        justify-self: center;
    }

    .hh-header-brand .hazar-brand {
        width: 106px;
        height: 48px;
    }

    .hh-header-actions {
        gap: 1px;
    }

    .hh-header-action,
    .hh-icon-button {
        width: 40px;
        min-width: 40px;
        height: 40px;
        padding: 0;
        font-size: 18px;
    }

    .hh-notification-button b {
        top: 1px;
        right: 1px;
    }

    .hh-notification-panel {
        position: fixed;
        top: 66px;
        right: 12px;
        left: 12px;
        width: auto;
        max-height: 60vh;
        overflow-y: auto;
    }

    .hh-category-nav,
    .hh-category-nav__inner {
        height: 39px;
    }

    .hh-category-nav {
        border-top: 0;
    }

    .hh-category-nav a,
    .hh-category-nav__menu {
        height: 39px;
        padding: 0 11px;
        border-bottom-width: 2px;
        font-size: 11px;
    }

    .hh-category-nav a.is-breaking {
        color: var(--hh-brand);
        background: transparent;
        border-bottom-color: var(--hh-brand);
    }

    .hh-breaking,
    .hh-breaking__inner,
    .hh-breaking__label,
    .hh-breaking__viewport,
    .hh-breaking__all {
        height: 34px;
    }

    .hh-breaking__inner {
        width: 100% !important;
        grid-template-columns: auto minmax(0, 1fr) 34px;
    }

    .hh-breaking__label {
        padding: 0 8px 0 12px;
        font-size: 9px;
    }

    .hh-breaking__label i {
        display: none;
    }

    .hh-breaking__item {
        padding: 0 8px;
        gap: 7px;
    }

    .hh-breaking__item time,
    .hh-breaking__item span {
        font-size: 9px;
    }

    .hh-home {
        padding: 12px 0 36px;
    }

    .hh-home-shell {
        gap: 16px;
    }

    .hh-lead-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hh-main-story {
        width: 100%;
        height: min(480px, 112vw);
        min-height: 400px;
        order: 1;
    }

    .hh-main-story__content {
        left: 16px;
        right: 16px;
        bottom: 17px;
        gap: 8px;
    }

    .hh-main-story h1,
    .hh-main-story h2 {
        max-width: calc(100% - 38px);
        font-size: 26px;
        line-height: 1.14;
    }

    .hh-main-story__spot {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .hh-story-meta {
        gap: 10px;
        font-size: 10px;
    }

    .hh-save-button {
        right: 12px;
        bottom: 12px;
        width: 38px;
        height: 38px;
    }

    .hh-main-story__dots {
        top: 10px;
        right: 10px;
    }

    .hh-main-story__dots button {
        width: 18px;
    }

    .hh-lead-stack {
        display: none;
    }

    .hh-context-column {
        order: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 12px;
    }

    .hh-weather-card {
        padding: 14px 16px;
    }

    .hh-weather-card__body strong {
        font-size: 32px;
    }

    .hh-nearby-card {
        padding: 14px;
    }

    .hh-nearby-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .hh-nearby-list > a:nth-child(n + 4) {
        display: none;
    }

    .hh-nearby-list > a {
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 9px 0;
    }

    .hh-nearby-list img {
        width: 82px;
        height: 52px;
    }

    .hh-nearby-list strong {
        font-size: 13px;
    }

    .hh-quick-facts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .hh-quick-facts > * {
        min-width: 0;
        min-height: 112px;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        place-items: center;
        align-content: center;
        gap: 5px;
        padding: 10px 6px;
        background: var(--hh-surface);
        border: 1px solid var(--hh-line);
        border-radius: var(--hh-radius);
        text-align: center;
    }

    .hh-quick-facts > * > i {
        color: var(--hh-brand);
        font-size: 21px;
    }

    .hh-quick-facts > *:nth-child(2) > i {
        color: var(--hh-green);
    }

    .hh-quick-facts > *:nth-child(3) > i {
        color: var(--hh-yellow);
    }

    .hh-quick-facts span {
        min-width: 0;
        display: grid;
        gap: 3px;
    }

    .hh-quick-facts small {
        color: var(--hh-muted);
        font-size: 8px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .hh-quick-facts strong {
        overflow-wrap: anywhere;
        font-size: 17px;
    }

    .hh-quick-facts em {
        color: var(--hh-muted);
        font-size: 9px;
        font-style: normal;
    }

    .hh-agenda-section,
    .hh-hot-section,
    .hh-category-section {
        padding: 12px;
    }

    .hh-section-heading h2 {
        font-size: 14px;
    }

    .hh-agenda {
        grid-template-columns: none;
        grid-auto-columns: minmax(148px, 52%);
        grid-auto-flow: column;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: none;
    }

    .hh-agenda::-webkit-scrollbar {
        display: none;
    }

    .hh-agenda a {
        min-height: 78px;
        grid-template-columns: 30px minmax(0, 1fr);
        place-items: center start;
        gap: 7px;
        padding: 10px;
        scroll-snap-align: start;
        border-bottom: 1px solid var(--hh-line);
        text-align: left;
    }

    .hh-agenda a.is-mobile-hidden {
        display: none;
    }

    .hh-agenda__icon {
        width: 22px;
        height: 22px;
    }

    .hh-agenda span {
        font-size: 11px;
    }

    .hh-site-header {
        display: flex;
        flex-direction: column;
    }

    .hh-header-main { order: 1; }
    .hh-breaking { order: 2; }
    .hh-category-nav { order: 3; }

    .hh-location-modal {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: min(82dvh, 720px);
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 8px 8px 0 0;
        transform: none;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .hh-location-city-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .hh-hot-grid {
        grid-template-columns: none;
        grid-auto-columns: 72%;
        grid-auto-flow: column;
        gap: 10px;
        margin-inline: -12px;
        padding: 0 12px 4px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .hh-hot-grid::-webkit-scrollbar {
        display: none;
    }

    .hh-hot-card {
        scroll-snap-align: start;
    }

    .hh-hot-card__media {
        aspect-ratio: 16 / 10;
    }

    .hh-hot-card h3 {
        min-height: 40px;
        font-size: 14px;
    }

    .hh-media-deck {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 14px;
    }

    .hh-media-panel,
    .hh-media-panel:first-child,
    .hh-media-panel:nth-child(3),
    .hh-media-panel:last-child {
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hh-media-panel:last-child {
        border-bottom: 0;
    }

    .hh-most-read-panel li strong {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .hh-video-panel > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hh-gallery-panel > div > a,
    .hh-authors-panel > div > a {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .hh-gallery-panel img {
        width: 92px;
        height: 58px;
    }

    .hh-authors-panel > div > a {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .hh-authors-panel img,
    .hh-authors-panel .news-initials-avatar {
        width: 48px;
        height: 48px;
    }

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

    .hh-category-grid.is-count-1 {
        grid-template-columns: minmax(0, 1fr);
    }

    .hh-category-grid.is-count-3,
    .hh-category-grid.is-count-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hh-category-grid .is-lead {
        grid-column: 1 / -1;
    }

    .hh-category-grid .is-lead h3 {
        font-size: 19px;
    }

    .hh-category-grid article:nth-child(n + 4) {
        display: none;
    }

    .news-footer {
        padding-bottom: 0 !important;
    }

    .news-footer__grid {
        padding-top: 28px !important;
    }

    .np-mobile-bottom-nav {
        position: fixed !important;
        z-index: 10020 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        height: var(--hh-bottom-nav-height) !important;
        padding: 5px 4px calc(5px + env(safe-area-inset-bottom)) !important;
        color: var(--hh-muted) !important;
        background: var(--hh-surface) !important;
        background: color-mix(in srgb, var(--hh-surface) 96%, transparent) !important;
        border-top: 1px solid var(--hh-line) !important;
        box-shadow: 0 -5px 18px rgba(20, 26, 33, 0.08) !important;
        backdrop-filter: blur(14px);
    }

    .np-mobile-bottom-nav__item {
        position: relative !important;
        min-width: 0 !important;
        height: 58px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        padding: 0 2px !important;
        color: inherit !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .np-mobile-bottom-nav__item:first-child {
        color: var(--hh-brand) !important;
    }

    .np-mobile-bottom-nav__item > i,
    .np-mobile-bottom-nav__icon-wrap > i {
        font-size: 20px !important;
    }

    .np-mobile-bottom-nav__icon-wrap {
        position: relative;
        display: inline-flex;
    }

    .np-mobile-bottom-nav__icon-wrap b {
        top: -8px;
        right: -10px;
        border-color: var(--hh-surface);
    }

    #backToTop,
    .news-contact-hub {
        display: none !important;
    }

    .news-list-page,
    .news-article-page {
        padding: 18px 0 36px !important;
    }

    .news-list-hero h1 {
        font-size: 26px !important;
    }

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

    .news-list-card {
        display: grid !important;
        grid-template-columns: 130px minmax(0, 1fr) !important;
    }

    .news-list-card--lead {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .news-list-card__media,
    .news-list-card__media img {
        width: 130px !important;
        height: 100% !important;
        min-height: 132px !important;
        object-fit: cover !important;
    }

    .news-list-card--lead .news-list-card__media,
    .news-list-card--lead .news-list-card__media img {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 10 !important;
    }

    .news-list-card__body {
        min-width: 0;
        padding: 11px !important;
    }

    .news-list-card h2,
    .news-list-card h3 {
        font-size: 16px !important;
    }

    .news-article__header h1 {
        font-size: 30px !important;
        line-height: 1.14 !important;
    }

    .news-article__spot {
        font-size: 17px !important;
    }

    .news-article__body {
        font-size: 17px !important;
        line-height: 1.72 !important;
    }

    .news-article-tools {
        overflow-x: auto !important;
        scrollbar-width: none;
    }

    .news-author-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 374px) {
    .hh-header-main__inner {
        grid-template-columns: 38px minmax(0, 1fr) auto;
    }

    .hh-header-brand .hazar-brand {
        width: 96px;
    }

    .hh-header-action,
    .hh-icon-button {
        width: 36px;
        min-width: 36px;
    }

    .hh-main-story h1,
    .hh-main-story h2 {
        font-size: 23px;
    }

    .hh-main-story__spot {
        display: none;
    }

    .hh-quick-facts strong {
        font-size: 15px;
    }

    .np-mobile-bottom-nav__item {
        font-size: 9px !important;
    }
}

@media (max-width: 767px) {
    .news-user-hub__header {
        padding-top: 8px;
    }

    .news-user-hub__header h1 {
        font-size: 25px;
    }

    .news-user-hub__tabs {
        margin-inline: -12px;
        padding-inline: 12px;
    }

    .news-user-hub__news {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .news-user-hub__news article > a {
        grid-template-columns: 122px minmax(0, 1fr);
    }

    .news-user-hub__news img {
        width: 122px;
        height: 100%;
        min-height: 118px;
        aspect-ratio: auto;
    }

    .news-user-hub__news article > a > span {
        padding: 11px;
    }

    .news-user-hub__news strong {
        font-size: 15px;
    }

    .news-user-hub__notifications article {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
    }

    .news-user-hub__notifications article > span {
        width: 36px;
        height: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hh-main-story__slide,
    .hh-breaking__item,
    .news-mobile-drawer,
    .news-drawer-backdrop {
        transition: none !important;
    }
}

/* Shared public forms and utility pages */
.news-auth__form-wrap--wide {
    width: min(100%, 520px);
}

.news-auth-page--signup .news-auth {
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
}

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

.news-auth__form--grid > label {
    min-width: 0;
}

.news-auth__field--full {
    grid-column: 1 / -1;
}

.news-auth__agreements {
    display: grid;
    margin: 3px 0 14px;
    gap: 8px;
}

.news-auth__agreements label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--hh-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.news-auth__agreements input {
    margin-top: 2px;
    accent-color: var(--hh-primary);
}

.news-auth__terms {
    margin: 0 0 14px;
    color: var(--hh-muted);
    background: var(--hh-surface-soft);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
    font-size: 12px;
}

.news-auth__terms summary {
    padding: 10px 12px;
    color: var(--hh-ink);
    font-weight: 700;
    cursor: pointer;
}

.news-auth__terms > div {
    max-height: 180px;
    padding: 0 12px 12px;
    overflow: auto;
    line-height: 1.55;
}

.news-auth__links {
    display: flex;
    margin-top: 18px;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
}

.news-auth__links a {
    color: var(--hh-primary);
    font-weight: 800;
}

.news-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.hh-inner-page {
    width: min(calc(100% - 32px), var(--hh-container));
    margin: 0 auto;
    padding: 24px 0 48px;
}

.hh-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--hh-muted);
    font-size: 12px;
}

.hh-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--hh-muted);
}

.hh-page-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.hh-page-heading > span,
.hh-error-page__eyebrow {
    color: var(--hh-primary);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.hh-page-heading h1 {
    margin: 4px 0 8px;
    color: var(--hh-ink);
    font-size: 34px;
    line-height: 1.12;
}

.hh-page-heading p {
    margin: 0;
    color: var(--hh-muted);
    font-size: 15px;
}

.hh-contact-layout {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
    box-shadow: var(--hh-shadow);
}

.hh-contact-details {
    display: grid;
    padding: 26px;
    align-content: start;
    gap: 10px;
    color: #fff;
    background: var(--hh-dark);
}

.hh-contact-details > a,
.hh-contact-details > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 13px 0;
    align-items: center;
    gap: 12px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hh-contact-details > a > i,
.hh-contact-details > div > i {
    display: grid;
    width: 38px;
    height: 38px;
    color: #fff;
    background: var(--hh-primary);
    border-radius: var(--hh-radius-sm);
    place-items: center;
}

.hh-contact-details span {
    min-width: 0;
}

.hh-contact-details small,
.hh-contact-details strong {
    display: block;
}

.hh-contact-details small {
    margin-bottom: 2px;
    color: #aeb7c1;
    font-size: 10px;
    text-transform: uppercase;
}

.hh-contact-details strong {
    overflow-wrap: anywhere;
    font-size: 13px;
}

.hh-contact-details > p {
    margin: 10px 0 0;
    color: #aeb7c1;
    font-size: 12px;
    line-height: 1.6;
}

.hh-contact-form-wrap {
    padding: 26px;
}

.hh-contact-form-wrap h2 {
    margin: 0 0 18px;
    color: var(--hh-ink);
    font-size: 21px;
}

.hh-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hh-contact-form label {
    display: grid;
    min-width: 0;
    gap: 6px;
    color: var(--hh-ink);
    font-size: 12px;
    font-weight: 800;
}

.hh-contact-form input,
.hh-contact-form textarea,
.hh-error-page__search input {
    width: 100%;
    color: var(--hh-ink);
    background: var(--hh-surface-soft);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-sm);
    outline: 0;
}

.hh-contact-form input {
    height: 44px;
    padding: 0 12px;
}

.hh-contact-form textarea {
    min-height: 150px;
    padding: 12px;
    resize: vertical;
}

.hh-contact-form input:focus,
.hh-contact-form textarea:focus,
.hh-error-page__search input:focus {
    border-color: var(--hh-primary);
    box-shadow: 0 0 0 3px rgba(201, 21, 34, .12);
}

.hh-contact-form__message {
    grid-column: 1 / -1;
}

.hh-primary-link {
    display: inline-flex;
    min-height: 42px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: var(--hh-primary);
    border: 0;
    border-radius: var(--hh-radius-sm);
    font-weight: 800;
}

.hh-contact-form__submit {
    grid-column: 1 / -1;
    justify-self: end;
}

.hh-contact-map {
    margin-top: 18px;
    overflow: hidden;
    background: var(--hh-surface);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius);
}

.hh-contact-map iframe {
    display: block;
    width: 100% !important;
    height: 360px !important;
    border: 0;
}

.hh-error-page {
    display: grid;
    width: min(calc(100% - 32px), 820px);
    min-height: 540px;
    margin: 0 auto;
    padding: 56px 0;
    place-items: center;
    text-align: center;
}

.hh-error-page__content {
    width: 100%;
}

.hh-error-page__code {
    display: block;
    color: var(--hh-primary);
    font-size: 88px;
    font-weight: 900;
    line-height: .95;
}

.hh-error-page h1 {
    max-width: 680px;
    margin: 8px auto 12px;
    color: var(--hh-ink);
    font-size: 30px;
    line-height: 1.2;
}

.hh-error-page p:not(.hh-error-page__eyebrow) {
    margin: 0 auto 22px;
    color: var(--hh-muted);
}

.hh-error-page__search {
    display: grid;
    width: min(100%, 520px);
    margin: 0 auto 16px;
    grid-template-columns: minmax(0, 1fr) 46px;
}

.hh-error-page__search input {
    height: 46px;
    padding: 0 14px;
    border-radius: var(--hh-radius-sm) 0 0 var(--hh-radius-sm);
}

.hh-error-page__search button {
    color: #fff;
    background: var(--hh-primary);
    border: 0;
    border-radius: 0 var(--hh-radius-sm) var(--hh-radius-sm) 0;
}

.hh-cookie-consent {
    position: fixed;
    z-index: 1500;
    right: 24px;
    bottom: 24px;
    display: grid;
    width: min(calc(100% - 48px), 620px);
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    color: #17202a;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #dfe4e8;
    border-radius: var(--hh-radius-sm);
    box-shadow: 0 18px 50px rgba(15, 23, 31, .18);
    backdrop-filter: blur(14px);
}

.hh-cookie-consent__mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    background: #c8121d;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.hh-cookie-consent__content {
    min-width: 0;
}

.hh-cookie-consent strong {
    display: block;
    margin: 0 0 4px;
    color: #121820;
    font-size: 15px;
    line-height: 1.25;
}

.hh-cookie-consent p {
    margin: 0;
    color: #52606d;
    font-size: 12px;
    line-height: 1.5;
}

.hh-cookie-consent__actions {
    display: flex;
    grid-column: 2;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.hh-cookie-consent a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    color: #263442;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.hh-cookie-consent button {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 5px;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.hh-cookie-consent__secondary {
    color: #263442;
    background: #fff;
    border: 1px solid #cfd7de;
}

.hh-cookie-consent__primary {
    color: #fff;
    background: #c8121d;
    border: 1px solid #c8121d;
}

.hh-cookie-consent__primary:hover {
    background: #aa1019;
    border-color: #aa1019;
}

@media (max-width: 767px) {
    .news-auth-page--signup .news-auth {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-auth__form--grid,
    .hh-contact-layout,
    .hh-contact-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-auth__field--full,
    .hh-contact-form__message,
    .hh-contact-form__submit {
        grid-column: 1;
    }

    .hh-inner-page {
        width: min(calc(100% - 24px), var(--hh-container));
        padding: 16px 0 34px;
    }

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

    .hh-contact-details,
    .hh-contact-form-wrap {
        padding: 18px;
    }

    .hh-contact-form__submit {
        width: 100%;
        justify-self: stretch;
    }

    .hh-error-page {
        min-height: 430px;
        padding: 38px 0;
    }

    .hh-error-page__code {
        font-size: 68px;
    }

    .hh-error-page h1 {
        font-size: 24px;
    }

    .hh-cookie-consent {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        left: 12px;
        width: auto;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 13px;
    }

    .hh-cookie-consent__mark {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .hh-cookie-consent__actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .hh-cookie-consent__actions > * {
        flex: 1 1 auto;
        justify-content: center;
    }
}
