/* MainPress 2026 elite public system. Loaded last on every public route. */
:root {
    --elite-red: #c91522;
    --elite-red-dark: #a70f19;
    --elite-green: #16784b;
    --elite-amber: #c88416;
    --elite-ink: #15191e;
    --elite-muted: #626a74;
    --elite-faint: #8b929a;
    --elite-bg: #f4f5f7;
    --elite-surface: #ffffff;
    --elite-surface-soft: #f8f9fa;
    --elite-line: #e0e4e8;
    --elite-line-strong: #cdd3d9;
    --elite-dark: #171c22;
    --elite-radius: 6px;
    --elite-shadow: 0 8px 24px rgba(20, 25, 31, .07);
    --elite-shell: 1320px;
}

.hh-status-badge.is-current {
    background: #168a45;
}

.hh-status-badge.is-breaking {
    background: #c91524;
}

.hh-status-badge.is-updated {
    background: #4b5563;
}

.hh-hot-card__badges {
    position: absolute;
    z-index: 3;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.hh-hot-card__badges .hh-hot-card__category {
    position: static;
    max-width: 100%;
}

.hh-hot-card__badges .hh-status-badge {
    flex: 0 0 auto;
    white-space: nowrap;
}

:root[data-theme="dark"] {
    --elite-ink: #f2f4f6;
    --elite-muted: #c2c8ce;
    --elite-faint: #949da6;
    --elite-bg: #20252b;
    --elite-surface: #282e35;
    --elite-surface-soft: #30373f;
    --elite-line: #3a434c;
    --elite-line-strong: #4d5761;
    --elite-dark: #171c22;
    --elite-shadow: 0 10px 28px rgba(7, 9, 11, .18);
}

.mainpress-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    color: var(--elite-ink);
}

.mainpress-brand__mark {
    display: block;
    width: 158px;
    height: auto;
    max-width: 100%;
}

.hh-header-brand .mainpress-brand__mark {
    width: 146px;
}

.hh-mobile-drawer__head .mainpress-brand__mark {
    width: 148px;
}

.news-auth__brand .mainpress-brand__mark,
.news-footer .mainpress-brand__mark {
    width: 176px;
}

:root[data-theme="dark"] .mainpress-brand {
    color: #f4f6f8;
}

:root[data-theme="dark"] .mainpress-brand__mark text:last-of-type {
    fill: #aeb6bf;
}

body.elite-system-2026 {
    min-width: 320px;
    margin: 0;
    background: var(--elite-bg);
    color: var(--elite-ink);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.elite-system-2026 *,
.elite-system-2026 *::before,
.elite-system-2026 *::after {
    box-sizing: border-box;
}

.elite-system-2026 a {
    text-decoration: none;
}

.elite-system-2026 button,
.elite-system-2026 input,
.elite-system-2026 select,
.elite-system-2026 textarea {
    font: inherit;
    letter-spacing: 0;
}

.elite-system-2026 :focus-visible {
    outline: 3px solid color-mix(in srgb, var(--elite-red) 34%, transparent);
    outline-offset: 2px;
}

.elite-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 14px;
    transform: translateY(-160%);
    border-radius: 4px;
    background: var(--elite-ink);
    color: var(--elite-surface);
    font-weight: 700;
    transition: transform .16s ease;
}

.elite-skip-link:focus {
    transform: translateY(0);
}

.elite-system-2026 .news-shell {
    width: min(calc(100% - 32px), var(--elite-shell));
    margin-inline: auto;
}

.editorial-portal .news-main:not(.hh-home) {
    min-height: 52vh;
    padding: 18px 0 48px;
}

.editorial-portal .hh-media-deck {
    width: 100%;
    margin-inline: 0;
    padding-inline: 20px;
    border-radius: var(--elite-radius);
}

.editorial-portal .news-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    padding: 7px 0 18px;
    overflow: hidden;
    color: var(--elite-muted);
    font-size: 12px;
    white-space: nowrap;
}

.editorial-portal .news-breadcrumb a,
.editorial-portal .news-breadcrumb span {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    text-overflow: ellipsis;
}

.editorial-portal .news-breadcrumb a:first-child {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
}

.editorial-portal .news-breadcrumb > i {
    flex: 0 0 auto;
    color: var(--elite-faint);
}

.editorial-portal .news-badge {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 3px;
    background: var(--elite-red);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.editorial-portal .news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    color: var(--elite-faint);
    font-size: 11px;
}

.editorial-portal .news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Professional weather system */
.hh-weather-panel {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
    color: var(--elite-ink);
}

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

.hh-weather-panel > header > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hh-weather-panel > header span {
    color: var(--elite-faint);
    font-size: 9px;
    font-weight: 750;
    line-height: 1.2;
    text-transform: uppercase;
}

.hh-weather-panel > header strong {
    margin-top: 2px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-weather-panel > header button {
    display: inline-flex;
    min-height: 32px;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 0 9px;
    border: 1px solid var(--elite-line);
    border-radius: 4px;
    background: var(--elite-surface-soft);
    color: var(--elite-muted);
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

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

.hh-weather-panel__temperature {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.hh-weather-icon--panel {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    font-size: 54px;
}

.hh-weather-icon--header {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    font-size: 34px;
}

.hh-weather-symbol {
    position: relative;
    display: inline-block;
    overflow: visible;
    color: #6f879c;
    line-height: 1;
}

.hh-weather-symbol i {
    position: absolute;
    line-height: 1;
}

.hh-weather-symbol--clear > .fa-sun-o {
    inset: 0;
    display: grid;
    place-items: center;
    color: #e5a000;
    font-size: .96em;
}

.hh-weather-symbol--cloud > .fa-cloud {
    inset: 0;
    display: grid;
    place-items: center;
    color: #6f879c;
    font-size: .86em;
}

.hh-weather-symbol--partly > .fa-sun-o {
    top: 2%;
    left: 2%;
    color: #e5a000;
    font-size: .6em;
}

.hh-weather-symbol--partly > .fa-cloud {
    right: 0;
    bottom: 4%;
    color: #66829a;
    font-size: .72em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}

.hh-weather-symbol--rain > .fa-cloud,
.hh-weather-symbol--snow > .fa-cloud,
.hh-weather-symbol--storm > .fa-cloud,
.hh-weather-symbol--fog > .fa-cloud {
    top: 10%;
    left: 8%;
    color: #66829a;
    font-size: .75em;
}

.hh-weather-symbol--rain > .fa-tint,
.hh-weather-symbol--snow > .fa-snowflake-o,
.hh-weather-symbol--storm > .fa-bolt,
.hh-weather-symbol--fog > .fa-bars {
    right: 7%;
    bottom: 2%;
    color: #2387c9;
    font-size: .38em;
}

.hh-weather-symbol--snow > .fa-snowflake-o {
    color: #78aecd;
}

.hh-weather-symbol--storm > .fa-bolt {
    color: #e5a000;
}

.hh-weather-symbol--fog > .fa-bars {
    color: #8a99a6;
}

.hh-weather-panel__temperature > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hh-weather-panel__temperature strong {
    font-size: 30px;
    font-weight: 720;
    line-height: 1;
}

.hh-weather-panel__temperature span {
    margin-top: 5px;
    overflow: hidden;
    color: var(--elite-muted);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-weather-panel__temperature > .hh-weather-icon--panel {
    font-size: 54px;
}

.hh-weather-panel__metrics {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--elite-line);
    border-radius: 4px;
}

.hh-weather-panel__metrics > span {
    display: grid;
    min-width: 0;
    grid-template-columns: 18px minmax(0, 1fr);
    padding: 8px 7px;
    column-gap: 4px;
}

.hh-weather-panel__metrics > span + span {
    border-left: 1px solid var(--elite-line);
}

.hh-weather-panel__metrics i {
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--elite-red);
    font-size: 13px;
}

.hh-weather-panel__metrics small,
.hh-weather-panel__metrics strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hh-weather-panel__metrics small {
    color: var(--elite-faint);
    font-size: 8px;
}

.hh-weather-panel__metrics strong {
    margin-top: 1px;
    font-size: 9px;
    font-weight: 750;
}

.hh-weather-panel__forecast {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--elite-line);
}

.hh-weather-panel__forecast > span {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    text-align: center;
}

.hh-weather-panel__forecast small {
    color: var(--elite-muted);
    font-size: 8px;
    font-weight: 700;
}

.hh-weather-icon--forecast {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.hh-weather-panel__forecast strong {
    font-size: 9px;
    font-weight: 800;
}

.hh-weather-panel__forecast em {
    margin-left: 2px;
    color: var(--elite-faint);
    font-style: normal;
    font-weight: 500;
}

.hh-weather-panel > footer {
    margin-top: 10px;
    color: var(--elite-faint);
    font-size: 8px;
}

.hh-weather-panel > footer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hh-weather-panel > footer span i {
    color: var(--elite-green);
    font-size: 6px;
}

.hh-weather-panel > footer span.is-stale i {
    color: var(--elite-amber);
}

.hh-weather-panel--mobile {
    display: block;
}

.hh-weather-panel--modal {
    margin: 0 18px 14px;
    background: var(--elite-surface-soft);
}

/* List, search and topic pages */
.news-list-page .news-list-hero {
    display: flex;
    min-width: 0;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0 22px;
    border-bottom: 2px solid var(--elite-ink);
}

.news-list-hero > div:first-child {
    min-width: 0;
}

.news-list-hero__kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--elite-red);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.news-list-hero h1 {
    margin: 0;
    color: var(--elite-ink);
    font-size: 34px;
    font-weight: 780;
    line-height: 1.12;
}

.news-list-hero p {
    max-width: 720px;
    margin: 8px 0 0;
    color: var(--elite-muted);
    font-size: 14px;
}

.news-list-hero__actions,
.news-filter-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.news-filter-chips a,
.news-filter-chips span,
.news-list-hero__actions a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid var(--elite-line);
    border-radius: 4px;
    background: var(--elite-surface);
    color: var(--elite-muted);
    font-size: 11px;
    font-weight: 700;
}

.news-filter-chips .is-active {
    border-color: var(--elite-red);
    background: var(--elite-red);
    color: #fff;
}

.news-list-search {
    display: grid;
    min-width: min(100%, 360px);
    grid-template-columns: minmax(0, 1fr) 44px;
    border: 1px solid var(--elite-line-strong);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.news-list-search input {
    min-width: 0;
    height: 44px;
    padding: 0 13px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--elite-ink);
}

.news-list-search button {
    border: 0;
    border-left: 1px solid var(--elite-line);
    background: transparent;
    color: var(--elite-red);
    cursor: pointer;
}

.news-list-layout {
    display: grid;
    min-width: 0;
    gap: 28px;
    padding-top: 22px;
}

.news-list-content,
.news-list-aside {
    min-width: 0;
}

.news-list-summary {
    margin-bottom: 14px;
    color: var(--elite-muted);
    font-size: 12px;
}

.news-list-grid {
    display: grid;
    min-width: 0;
    gap: 14px;
}

.news-list-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 132px minmax(0, 1fr);
    overflow: hidden;
    border-bottom: 1px solid var(--elite-line);
    background: transparent;
}

.news-list-card__media {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 4px;
    background: var(--elite-surface-soft);
}

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

.news-list-card:hover .news-list-card__media img {
    transform: scale(1.025);
}

.news-list-card__media .news-badge {
    position: absolute;
    top: 8px;
    left: 8px;
}

.news-list-card__body {
    min-width: 0;
    padding: 2px 0 14px 14px;
}

.news-list-card h2,
.news-list-card h3 {
    margin: 7px 0 0;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.3;
}

.news-list-card h2 a,
.news-list-card h3 a {
    color: var(--elite-ink);
}

.news-list-card p {
    display: none;
    margin: 8px 0 0;
    color: var(--elite-muted);
    font-size: 12px;
}

.news-list-aside > section,
.news-list-aside > div,
.news-article-sidebar section {
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.news-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 24px;
}

.news-pagination a,
.news-pagination span {
    display: inline-grid;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    place-items: center;
    border: 1px solid var(--elite-line);
    border-radius: 4px;
    background: var(--elite-surface);
    color: var(--elite-muted);
    font-size: 12px;
    font-weight: 700;
}

.news-pagination .is-active {
    border-color: var(--elite-red);
    background: var(--elite-red);
    color: #fff;
}

.news-empty-state {
    padding: 46px 20px;
    text-align: center;
}

.news-empty-state h1,
.news-empty-state h2 {
    margin: 0;
    font-size: 24px;
}

.news-empty-state p {
    margin: 8px 0 0;
    color: var(--elite-muted);
}

.news-empty-state a,
.news-inline-action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin-top: 16px;
    padding: 0 13px;
    border-radius: 4px;
    background: var(--elite-red);
    color: #fff;
    font-size: 12px;
    font-weight: 750;
}

/* Media listings and details */
.news-media-grid {
    display: grid;
    min-width: 0;
    gap: 14px;
    padding-top: 22px;
}

.news-media-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.news-media-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

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

.news-media-card__media .news-badge {
    position: absolute;
    top: 10px;
    left: 10px;
}

.news-media-card__icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(15, 19, 24, .78);
    color: #fff;
}

.news-media-card__body {
    padding: 13px;
}

.news-media-card__body h2,
.news-media-card__body h3 {
    margin: 7px 0 0;
    font-size: 15px;
    line-height: 1.3;
}

.elite-media-detail__header {
    display: flex;
    min-width: 0;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0 24px;
    border-bottom: 2px solid var(--elite-ink);
}

.elite-media-detail__header > div:first-child {
    max-width: 900px;
    min-width: 0;
}

.elite-media-detail__header h1 {
    margin: 10px 0 0;
    font-size: 34px;
    font-weight: 780;
    line-height: 1.15;
}

.elite-media-detail__header p {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--elite-muted);
}

.elite-media-detail__header time {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    color: var(--elite-faint);
    font-size: 11px;
}

.elite-media-detail__count {
    display: flex;
    flex: 0 0 auto;
    align-items: end;
    flex-direction: column;
}

.elite-media-detail__count strong {
    font-size: 28px;
    line-height: 1;
}

.elite-media-detail__count span {
    margin-top: 4px;
    color: var(--elite-muted);
    font-size: 10px;
    text-transform: uppercase;
}

.elite-photo-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 20px;
}

.elite-photo-card {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--elite-radius);
    background: var(--elite-dark);
}

.elite-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.elite-photo-card:hover img {
    transform: scale(1.025);
}

.elite-photo-card > span {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.elite-video-stage {
    width: min(100%, 1100px);
    margin: 20px auto 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--elite-radius);
    background: #0b0e11;
    box-shadow: var(--elite-shadow);
}

.elite-video-stage iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.elite-related-media {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid var(--elite-line-strong);
}

.elite-related-media > header,
.elite-author-articles > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.elite-related-media > header h2,
.elite-author-articles > header h2 {
    margin: 0;
    font-size: 20px;
}

.elite-related-media > header a {
    color: var(--elite-red);
    font-size: 11px;
    font-weight: 750;
}

.elite-related-media > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.elite-related-media article a {
    display: block;
    color: var(--elite-ink);
}

.elite-related-media article span {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 4px;
}

.elite-related-media article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elite-related-media article span i {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(10, 13, 17, .78);
    color: #fff;
}

.elite-related-media article strong {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.35;
}

/* Article reading experience */
.news-article-layout {
    display: grid;
    min-width: 0;
    gap: 30px;
}

.news-article,
.news-article-sidebar {
    min-width: 0;
}

.news-article__header {
    padding: 12px 0 18px;
    border-bottom: 1px solid var(--elite-line);
}

.news-article__header h1 {
    max-width: 900px;
    margin: 10px 0 0;
    font-size: 32px;
    font-weight: 790;
    line-height: 1.12;
}

.news-article__lead {
    max-width: 840px;
    margin: 12px 0 0;
    color: var(--elite-muted);
    font-size: 16px;
    line-height: 1.55;
}

.news-article__byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.news-article__byline > img,
.news-article__byline > .news-initials-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.news-article__author {
    display: flex;
    min-width: 130px;
    flex-direction: column;
}

.news-article__author strong {
    font-size: 12px;
}

.news-article__author small,
.news-article__stats {
    color: var(--elite-faint);
    font-size: 10px;
}

.news-article__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.news-article__stats span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.news-icon-button {
    display: inline-grid;
    width: 38px;
    height: 38px;
    margin-left: auto;
    place-items: center;
    border: 1px solid var(--elite-line);
    border-radius: 50%;
    background: var(--elite-surface);
    color: var(--elite-ink);
}

.news-article__media {
    position: relative;
    margin: 18px 0 0;
    overflow: hidden;
    border-radius: var(--elite-radius);
    background: var(--elite-dark);
}

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

.news-article__media figcaption {
    padding: 8px 10px;
    background: var(--elite-surface-soft);
    color: var(--elite-faint);
    font-size: 10px;
}

.news-article__media-action {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(13, 17, 21, .82);
    color: #fff;
}

.news-article-tools {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
    margin: 14px 0;
    border-block: 1px solid var(--elite-line);
}

.news-article-tools button,
.news-article-tools a {
    display: flex;
    min-width: 0;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    padding: 6px;
    border: 0;
    border-right: 1px solid var(--elite-line);
    background: transparent;
    color: var(--elite-muted);
    font-size: 9px;
    cursor: pointer;
}

.news-article-tools > :last-child {
    border-right: 0;
}

.news-article-tools i {
    color: var(--elite-red);
    font-size: 16px;
}

.news-summary,
.news-change-summary,
.news-reaction,
.news-comments {
    margin: 16px 0;
    padding: 16px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface-soft);
}

.news-trust-box {
    display: grid;
    grid-template-columns: minmax(190px, .8fr) minmax(0, 2.2fr);
    gap: 14px 24px;
    margin: 18px 0;
    padding: 18px 20px;
    border-block: 1px solid var(--elite-line);
    background: var(--elite-surface-soft);
}

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

.news-trust-box__heading > span {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border: 1px solid rgba(201, 21, 34, .24);
    border-radius: 50%;
    background: var(--elite-surface);
    color: var(--elite-red);
}

.news-trust-box__heading > div {
    min-width: 0;
}

.news-trust-box__heading small {
    display: block;
    color: var(--elite-red);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.news-trust-box__heading h2 {
    margin: 3px 0 0;
    font-size: 15px;
    line-height: 1.25;
}

.news-trust-box dl {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.news-trust-box dl > div {
    min-width: 0;
    padding-left: 10px;
    border-left: 1px solid var(--elite-line);
}

.news-trust-box dt {
    color: var(--elite-faint);
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
}

.news-trust-box dd {
    margin: 4px 0 0;
    overflow-wrap: anywhere;
    color: var(--elite-ink);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.35;
}

.news-trust-box__source,
.news-trust-box__note {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--elite-muted);
    font-size: 11px;
    line-height: 1.5;
}

.news-trust-box__source a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--elite-red);
    font-weight: 750;
}

.news-trust-box__source + .news-trust-box__note {
    margin-top: -6px;
}

.news-summary__title,
.news-change-summary__head,
.news-section__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.news-summary__title h2,
.news-change-summary__head h2,
.news-section__heading h2,
.news-comments h2 {
    margin: 0;
    font-size: 15px;
}

.news-article-tabs {
    display: flex;
    gap: 5px;
    padding: 12px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.news-article-tabs a {
    min-width: max-content;
    padding: 8px 11px;
    border: 1px solid var(--elite-line);
    border-radius: 4px;
    color: var(--elite-muted);
    font-size: 10px;
    font-weight: 750;
}

.news-article-tabs a.is-active {
    border-color: var(--elite-red);
    background: var(--elite-red);
    color: #fff;
}

.news-article__body {
    width: min(100%, 790px);
    margin: 28px auto 0;
    color: var(--elite-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.78;
}

.news-article__body > :first-child {
    margin-top: 0;
}

.news-article__body p {
    margin: 0 0 1.35em;
}

.news-article__body h2,
.news-article__body h3 {
    margin: 1.7em 0 .7em;
    color: var(--elite-ink);
    font-family: var(--elite-font, Arial, sans-serif);
    font-weight: 800;
    line-height: 1.24;
}

.news-article__body h2 {
    padding-left: 14px;
    border-left: 3px solid var(--elite-red);
    font-size: 24px;
}

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

.news-article__body .automation-inline-media {
    width: 100%;
    margin: 30px 0;
}

.news-article__body .automation-inline-media img {
    display: block;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 6px;
    background: var(--elite-surface-soft);
    object-fit: cover;
}

.news-article__body .automation-inline-media figcaption {
    padding-top: 8px;
    border-bottom: 1px solid var(--elite-line);
    color: var(--elite-faint);
    font-family: var(--elite-font, Arial, sans-serif);
    font-size: 11px;
    line-height: 1.45;
}

.news-article__body .automation-related {
    margin: 30px 0;
    padding: 18px 0;
    border-block: 1px solid var(--elite-line);
    font-family: var(--elite-font, Arial, sans-serif);
}

.news-article__body .automation-related h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    font-size: 15px;
}

.news-article__body .automation-related ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
}

.news-article__body .automation-related li {
    padding-left: 2px;
    font-size: 14px;
    line-height: 1.45;
}

.news-article__body .automation-source {
    margin-top: 28px;
    padding-top: 14px;
    border-top: 1px solid var(--elite-line);
    color: var(--elite-faint);
    font-family: var(--elite-font, Arial, sans-serif);
    font-size: 12px;
    line-height: 1.5;
}

.news-article__body img,
.news-article__body iframe,
.news-article__body video,
.news-article__body table {
    max-width: 100%;
}

.news-article__body img {
    height: auto;
    border-radius: 4px;
}

.news-article__body iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.news-article__body a {
    color: var(--elite-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-topic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 20px 0;
}

.news-topic-tags a {
    padding: 6px 9px;
    border: 1px solid var(--elite-line);
    border-radius: 3px;
    color: var(--elite-muted);
    font-size: 10px;
}

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

.news-related {
    margin-top: 28px;
}

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

.news-related article a {
    display: grid;
    min-width: 0;
    grid-template-columns: 126px minmax(0, 1fr);
}

.news-related article img {
    display: block;
    width: 126px;
    height: 92px;
    object-fit: cover;
}

.news-related article span {
    display: flex;
    min-width: 0;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.news-related article strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--elite-ink);
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-related article small {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    color: var(--elite-muted);
    font-size: 9px;
}

.news-comments__empty {
    margin: 0;
    color: var(--elite-muted);
}

.news-comment-list,
.news-comment-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-comment-list > li {
    padding: 16px 0;
    border-bottom: 1px solid var(--elite-line);
}

.news-comment-list ol {
    margin: 12px 0 0 58px;
}

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

.news-comment > img {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.news-comment header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
}

.news-comment header strong {
    color: var(--elite-ink);
    font-size: 13px;
}

.news-comment header time {
    color: var(--elite-muted);
    font-size: 10px;
}

.news-comment p {
    margin: 6px 0;
    color: var(--elite-muted);
    line-height: 1.55;
}

.news-comment .replyComment {
    padding: 0;
    border: 0;
    color: var(--elite-red);
    background: transparent;
    font-size: 11px;
    font-weight: 750;
}

.news-comment-form {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.news-comment-form h2 {
    margin: 0 0 15px;
    color: var(--elite-ink);
    font-size: 18px;
}

#cevap:not(:empty) {
    margin-bottom: 10px;
}

#cancel-comment-reply-link {
    padding: 5px 8px;
    border: 1px solid var(--elite-line-strong);
    border-radius: 3px;
    color: var(--elite-red);
    background: var(--elite-surface-soft);
    font-size: 11px;
    font-weight: 750;
}

.news-comment-form label {
    display: grid;
    gap: 5px;
    margin-bottom: 12px;
    color: var(--elite-muted);
    font-size: 12px;
    font-weight: 700;
}

.news-comment-form textarea,
.news-comment-form input {
    width: 100%;
    border: 1px solid var(--elite-line-strong);
    border-radius: 4px;
    color: var(--elite-ink);
    background: var(--elite-surface-soft);
}

.news-comment-form textarea {
    min-height: 130px;
    padding: 12px;
    resize: vertical;
}

.news-comment-form input {
    height: 42px;
    padding: 0 11px;
}

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

.news-comment-form button[type="submit"] {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--elite-red);
    font-weight: 800;
}

.news-article-sidebar__sticky {
    display: grid;
    gap: 14px;
}

.news-article-sidebar section {
    padding: 17px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.news-article-sidebar__sticky {
    position: sticky;
    top: 14px;
}

.news-article-sidebar__eyebrow {
    color: var(--elite-red);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.news-article-sidebar h2 {
    margin: 6px 0 10px;
    font-size: 16px;
}

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

.news-article-sidebar li + li {
    border-top: 1px solid var(--elite-line);
}

.news-article-sidebar li a {
    display: flex;
    gap: 8px;
    padding: 9px 0;
    color: var(--elite-ink);
    font-size: 11px;
    font-weight: 700;
}

/* Authors */
.news-author-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-top: 22px;
}

.news-author-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.news-author-card__top {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.news-author-card__top > div {
    min-width: 0;
}

.news-author-card__top h2,
.news-author-card__top p,
.news-author-card__cta {
    overflow-wrap: anywhere;
}

/* Column articles */
.elite-column-article .news-article__author a {
    color: var(--elite-ink);
}

.elite-column-article .news-article__body [style] {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.elite-column-article .news-article__body p {
    margin: 0 0 1.25em;
}

.elite-column-author-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    margin: 24px 0;
    padding: 18px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.elite-column-author-card img,
.elite-column-sidebar__author img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.elite-column-author-card span,
.elite-column-sidebar__author > span {
    color: var(--elite-red);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.elite-column-author-card h2,
.elite-column-sidebar__author h2 {
    margin: 3px 0 6px;
    font-size: 18px;
}

.elite-column-author-card h2 a {
    color: var(--elite-ink);
}

.elite-column-author-card p,
.elite-column-sidebar__author p {
    margin: 0;
    color: var(--elite-muted);
    line-height: 1.55;
}

.elite-column-author-card__link {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid var(--elite-line);
    color: var(--elite-ink);
    font-size: 12px;
    font-weight: 800;
}

.elite-column-sidebar__author {
    text-align: center;
}

.elite-column-sidebar__author img {
    width: 88px;
    height: 88px;
    margin: 0 auto 12px;
}

.elite-column-sidebar__author a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--elite-red);
    font-size: 12px;
    font-weight: 800;
}

/* Error page */
.hh-error-page {
    display: grid;
    min-height: min(680px, calc(100vh - 145px));
    place-items: center;
    padding: 54px 16px 90px;
    background: var(--elite-bg);
}

.hh-error-page__content {
    width: min(100%, 680px);
    text-align: center;
}

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

.hh-error-page__eyebrow {
    margin: 18px 0 0;
    color: var(--elite-red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hh-error-page h1 {
    margin: 10px auto 0;
    max-width: 620px;
    color: var(--elite-ink);
    font-size: 34px;
    line-height: 1.18;
}

.hh-error-page h1 + p {
    margin: 14px auto 0;
    max-width: 520px;
    color: var(--elite-muted);
    font-size: 16px;
    line-height: 1.65;
}

.hh-error-page__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    width: min(100%, 460px);
    margin: 26px auto 16px;
    overflow: hidden;
    border: 1px solid var(--elite-line-strong);
    border-radius: 4px;
    background: var(--elite-surface);
}

.hh-error-page__search input {
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 0;
    color: var(--elite-ink);
    background: transparent;
}

.hh-error-page__search button {
    display: grid;
    border: 0;
    color: #fff;
    background: var(--elite-red);
    place-items: center;
}

.hh-error-page .hh-primary-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 4px;
    color: #fff;
    background: var(--elite-ink);
    font-size: 12px;
    font-weight: 800;
}

.news-author-card__avatar,
.news-author-card__avatar img {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    object-fit: cover;
}

.news-author-card__social {
    display: flex;
    gap: 5px;
    margin-top: 12px;
}

.news-author-card__social a,
.elite-author-hero nav a {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid var(--elite-line);
    border-radius: 50%;
    color: var(--elite-muted);
}

.news-author-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid var(--elite-line);
    color: var(--elite-red);
    font-size: 11px;
    font-weight: 750;
}

.elite-author-hero {
    display: grid;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    border-block: 1px solid var(--elite-line-strong);
}

.elite-author-hero__avatar,
.elite-author-hero__avatar img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    object-fit: cover;
}

.elite-author-hero__content h1 {
    margin: 4px 0 0;
    font-size: 34px;
    line-height: 1.12;
}

.elite-author-hero__content > p {
    max-width: 720px;
    margin: 9px 0 0;
    color: var(--elite-muted);
}

.elite-author-hero__meta,
.elite-author-hero nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.elite-author-hero__meta span {
    padding-right: 12px;
    border-right: 1px solid var(--elite-line);
    color: var(--elite-muted);
    font-size: 11px;
}

.elite-author-hero__meta strong {
    color: var(--elite-ink);
}

.elite-author-layout {
    display: grid;
    min-width: 0;
    gap: 24px;
    padding-top: 28px;
}

.elite-author-articles > header span,
.elite-author-aside > span {
    color: var(--elite-red);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.elite-author-articles > div {
    display: grid;
    gap: 12px;
}

.elite-author-articles article {
    display: grid;
    min-width: 0;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--elite-line);
}

.elite-author-article__media {
    display: block;
    min-width: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 4px;
}

.elite-author-article__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elite-author-articles article span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    color: var(--elite-faint);
    font-size: 9px;
}

.elite-author-articles article h3 {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.3;
}

.elite-author-articles article h3 a {
    color: var(--elite-ink);
}

.elite-author-articles article p {
    display: none;
    margin: 7px 0 0;
    color: var(--elite-muted);
    font-size: 11px;
}

.elite-author-aside {
    align-self: start;
    padding: 18px;
    border: 1px solid var(--elite-line);
    border-top: 3px solid var(--elite-red);
    background: var(--elite-surface);
}

.elite-author-aside h2 {
    margin: 7px 0 0;
    font-size: 19px;
}

.elite-author-aside p {
    color: var(--elite-muted);
    font-size: 12px;
}

.elite-author-aside a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--elite-red);
    font-size: 11px;
    font-weight: 750;
}

/* Authentication, contact, static content and personal feeds */
.news-auth-page {
    padding: 20px 0 46px;
}

.news-auth {
    display: grid;
    width: min(calc(100% - 32px), 1080px);
    min-height: 620px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
    box-shadow: var(--elite-shadow);
}

.news-auth__visual {
    position: relative;
    display: none;
    min-width: 0;
    overflow: hidden;
    background: var(--elite-dark);
    color: #fff;
}

.news-auth__visual > img,
.news-auth__visual-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.news-auth__visual > img {
    object-fit: cover;
}

.news-auth__visual-shade {
    background: rgba(12, 16, 20, .65);
}

.news-auth__visual > div {
    position: relative;
    z-index: 1;
    align-self: end;
    padding: 40px;
}

.news-auth__visual h1 {
    margin: 8px 0 0;
    font-size: 32px;
}

.news-auth__visual p,
.news-auth__visual li {
    color: rgba(255, 255, 255, .78);
}

.news-auth__form-side {
    display: grid;
    padding: 28px 20px;
    place-items: center;
}

.news-auth__form-wrap {
    width: min(100%, 430px);
}

.news-auth__brand {
    display: inline-flex;
    margin-bottom: 24px;
}

.news-auth__heading h2 {
    margin: 0;
    font-size: 26px;
}

.news-auth__heading p,
.news-auth__signup,
.news-auth__home {
    color: var(--elite-muted);
    font-size: 12px;
}

.news-auth__form {
    display: grid;
    gap: 13px;
    margin-top: 20px;
}

.news-auth__form > label > span:first-child {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
}

.news-auth__input {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    border: 1px solid var(--elite-line-strong);
    border-radius: 4px;
    background: var(--elite-surface-soft);
}

.news-auth__input > i {
    text-align: center;
    color: var(--elite-faint);
}

.news-auth__input input {
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--elite-ink);
}

.news-auth__input button {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--elite-muted);
}

.news-auth__options,
.news-auth__remember,
.news-auth__agreements label {
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-auth__options {
    justify-content: space-between;
    color: var(--elite-muted);
    font-size: 11px;
}

.news-auth__submit {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 0;
    border-radius: 4px;
    background: var(--elite-red);
    color: #fff;
    font-weight: 750;
}

.news-auth__signup {
    margin-top: 18px;
}

.news-auth__signup a,
.news-auth__home {
    color: var(--elite-red);
    font-weight: 700;
}

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

.news-auth__terms {
    padding: 10px;
    border: 1px solid var(--elite-line);
    border-radius: 4px;
    color: var(--elite-muted);
    font-size: 10px;
}

.hh-inner-page,
.hh-static-page,
.news-user-hub {
    width: min(calc(100% - 32px), var(--elite-shell));
    margin-inline: auto;
    padding: 20px 0 46px;
}

.hh-page-heading h1,
.hh-static-card h1,
.news-user-hub__header h1 {
    margin: 0;
    font-size: 30px;
}

.hh-page-heading p,
.news-user-hub__header p {
    color: var(--elite-muted);
}

.hh-contact-layout {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.hh-contact-details,
.hh-contact-form-wrap,
.hh-static-card {
    padding: 18px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.hh-contact-details > a,
.hh-contact-details > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--elite-line);
    color: var(--elite-ink);
}

.hh-contact-details > a > i,
.hh-contact-details > div > i {
    color: var(--elite-red);
}

.hh-contact-details span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hh-contact-details small {
    color: var(--elite-faint);
    font-size: 9px;
}

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

.hh-contact-form {
    display: grid;
    gap: 12px;
}

.hh-contact-form label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
}

.hh-contact-form input,
.hh-contact-form textarea {
    width: 100%;
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid var(--elite-line-strong);
    border-radius: 4px;
    background: var(--elite-surface-soft);
    color: var(--elite-ink);
}

.hh-contact-map {
    min-height: 280px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: var(--elite-radius);
}

.hh-contact-map iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
}

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

.hh-static-card__image {
    width: 100%;
    margin-top: 16px;
    border-radius: 4px;
}

.hh-static-card__content {
    margin-top: 18px;
    overflow-wrap: anywhere;
}

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

.news-user-hub__header {
    padding-bottom: 18px;
    border-bottom: 2px solid var(--elite-ink);
}

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

.news-user-hub__tabs a {
    display: inline-flex;
    min-width: max-content;
    min-height: 38px;
    align-items: center;
    gap: 6px;
    padding: 0 11px;
    border: 1px solid var(--elite-line);
    border-radius: 4px;
    background: var(--elite-surface);
    color: var(--elite-muted);
    font-size: 11px;
    font-weight: 700;
}

.news-user-hub__tabs a.is-active {
    border-color: var(--elite-red);
    background: var(--elite-red);
    color: #fff;
}

.news-user-hub__news article,
.news-user-hub__notifications article {
    padding: 12px 0;
    border-bottom: 1px solid var(--elite-line);
}

/* Compatibility polish for legacy business, classified and account modules. */
.elite-legacy-page .container {
    width: min(calc(100% - 32px), var(--elite-shell));
}

.elite-legacy-page .main--breadcrumb {
    border: 0;
    background: var(--elite-dark);
}

.elite-legacy-page .breadcrumb {
    margin: 0;
    padding: 12px 0;
    background: transparent;
}

.elite-legacy-page .beyaz,
.elite-legacy-page .panel,
.elite-legacy-page .card,
.elite-legacy-page .widget {
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface) !important;
    color: var(--elite-ink);
    box-shadow: none;
}

.elite-legacy-page .form-control,
.page-makale-detay .form-control {
    min-height: 42px;
    border: 1px solid var(--elite-line-strong);
    border-radius: 4px;
    background: var(--elite-surface-soft);
    color: var(--elite-ink);
    box-shadow: none;
}

.elite-legacy-page textarea.form-control,
.page-makale-detay textarea.form-control {
    min-height: 120px;
}

.elite-legacy-page .btn-primary,
.page-makale-detay .btn-primary {
    border-color: var(--elite-red);
    border-radius: 4px;
    background: var(--elite-red);
}

.elite-legacy-page table {
    width: 100%;
    max-width: 100%;
}

/* Author article legacy markup receives the elite reading surface without changing its actions. */
.page-makale-detay .main--breadcrumb {
    background: var(--elite-dark);
}

.page-makale-detay .main-content--section > .container {
    width: min(calc(100% - 32px), var(--elite-shell));
    margin-inline: auto;
}

.page-makale-detay .main--content,
.page-makale-detay .main--sidebar {
    min-width: 0;
}

.page-makale-detay .sticky-content-inner.beyaz {
    padding: 16px;
    border: 1px solid var(--elite-line);
    border-radius: var(--elite-radius);
    background: var(--elite-surface);
}

.page-makale-detay .post--single .title h2 {
    margin: 0;
    color: var(--elite-ink);
    font-size: 30px;
    line-height: 1.15;
}

.page-makale-detay .post--single > .post--info > p {
    color: var(--elite-muted) !important;
    font-size: 15px;
}

.page-makale-detay .post--single .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.page-makale-detay .post--img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.page-makale-detay .post--content {
    color: var(--elite-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.78;
}

.page-makale-detay .post--content img,
.page-makale-detay .post--content iframe {
    max-width: 100%;
}

.page-makale-detay .post--tags .nav,
.page-makale-detay .post--author-info,
.page-makale-detay .comment--list,
.page-makale-detay .comment--form {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--elite-line);
}

@media (min-width: 560px) {
    .elite-photo-grid,
    .news-media-grid,
    .news-author-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .news-list-card p,
    .elite-author-articles article p {
        display: block;
    }

    .elite-author-hero {
        grid-template-columns: 140px minmax(0, 1fr);
    }

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

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

@media (min-width: 768px) {
    .elite-system-2026 .news-shell,
    .hh-inner-page,
    .hh-static-page,
    .news-user-hub {
        width: min(calc(100% - 48px), var(--elite-shell));
    }

    .hh-weather-panel__current {
        grid-template-columns: minmax(160px, .8fr) minmax(0, 1.2fr);
        align-items: center;
    }

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

    .news-list-card--lead {
        grid-column: 1 / -1;
        grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    }

    .news-list-card--lead .news-list-card__body {
        padding: 16px 18px;
    }

    .news-list-card--lead h2 {
        font-size: 22px;
    }

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

    .elite-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .elite-photo-card--lead {
        grid-column: span 2;
        grid-row: span 2;
    }

    .elite-related-media > div {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

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

    .news-auth__visual {
        display: grid;
    }

    .news-auth__form-side {
        padding: 42px;
    }

    .hh-contact-layout {
        grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
    }

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

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

    .elite-author-articles article.is-featured {
        grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
        padding: 0 0 18px;
    }

    .elite-author-articles article.is-featured h3 {
        font-size: 22px;
    }
}

@media (min-width: 1080px) {
    .hh-weather-panel--mobile {
        display: none;
    }

    .hh-context-column {
        grid-template-rows: 242px minmax(0, 1fr) !important;
    }

    .hh-weather-panel--desktop {
        height: 242px;
        overflow: hidden;
    }

    .hh-weather-panel--desktop .hh-weather-panel__current {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .hh-weather-panel--desktop .hh-weather-panel__forecast {
        margin-top: 8px;
        padding-top: 7px;
    }

    .hh-weather-panel--desktop > footer {
        display: none;
    }

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

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

    .news-article__header h1 {
        font-size: 42px;
    }

    .news-article__lead {
        font-size: 18px;
    }

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

    .elite-author-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .page-makale-detay .main-content--section > .container > .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 26px;
        margin: 0;
    }

    .page-makale-detay .main--content,
    .page-makale-detay .main--sidebar {
        width: auto;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .news-article__header h1 {
        font-size: 30px;
        line-height: 1.12;
    }

    .news-article-tools {
        display: flex;
        margin-inline: -14px;
        padding-inline: 14px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .news-article-tools::-webkit-scrollbar {
        display: none;
    }

    .news-article-tools button,
    .news-article-tools a {
        min-width: 86px;
        flex: 0 0 86px;
        scroll-snap-align: start;
    }

    .hh-header-brand .mainpress-brand__mark {
        width: 126px;
    }

    .news-auth__brand .mainpress-brand__mark {
        width: 156px;
    }

    .news-related__grid,
    .news-comment-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .news-related article a {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .news-related article img {
        width: 112px;
        height: 84px;
    }

    .news-comment-list ol {
        margin-left: 22px;
    }

    .news-comment-form {
        padding: 14px;
    }

    .hh-error-page {
        padding-top: 42px;
    }

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

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

    .news-list-page .news-list-hero,
    .elite-media-detail__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .news-list-hero h1,
    .elite-media-detail__header h1,
    .elite-author-hero__content h1 {
        font-size: 28px;
    }

    .news-list-search {
        width: 100%;
    }

    .news-article__byline {
        align-items: flex-start;
    }

    .news-article__stats {
        width: calc(100% - 50px);
    }

    .news-icon-button {
        position: absolute;
        right: 16px;
    }

    .news-article__body,
    .page-makale-detay .post--content {
        font-size: 17px;
        line-height: 1.7;
    }

    .news-article__body {
        width: 100%;
        margin-top: 22px;
    }

    .news-article__body h2 {
        padding-left: 11px;
        font-size: 21px;
    }

    .news-article__body .automation-inline-media {
        margin: 22px 0;
    }

    .news-trust-box {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding: 15px 14px;
    }

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

    .news-trust-box dl > div {
        padding-left: 8px;
    }

    .hh-weather-panel--mobile {
        margin-top: -8px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__metrics {
        margin-top: 2px;
    }

    .hh-location-modal .hh-weather-panel--modal {
        display: none;
    }

    .elite-legacy-page .container {
        width: min(calc(100% - 24px), var(--elite-shell));
    }

    .elite-legacy-page table {
        display: block;
        overflow-x: auto;
    }
}

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

/* 2026 editorial home and membership refinements */
.hh-category-nav {
    max-width: 100%;
    overflow: hidden;
}

.hh-category-nav__inner {
    max-width: 100%;
    overscroll-behavior-x: contain;
}

.hh-market.is-stale,
.hh-header-weather.is-stale {
    position: relative;
}

.hh-market.is-stale::after,
.hh-header-weather.is-stale::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d79a20;
    content: "";
}

.hh-agenda > a {
    grid-template-columns: 46px minmax(0, 1fr);
}

.hh-agenda__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 6px;
    color: #d79a20;
    font-size: 19px;
}

.hh-agenda__icon.is-local,
.hh-agenda__icon.is-breaking {
    color: var(--ep-red, #cf1020);
}

.hh-agenda__icon.is-sport {
    color: #168247;
}

.hh-agenda__icon.is-politics {
    color: #4166a8;
}

.news-auth-page--signup .news-auth__visual > div {
    max-width: 390px;
}

.news-auth-page--signup .news-auth__visual p {
    display: inline-flex;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .36);
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
}

.news-auth-page--signup .news-auth__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border-radius: 4px;
    background: var(--ep-red, #cf1020);
    color: #fff;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

@media (min-width: 1080px) {
    .hh-lead-stack,
    .hh-context-column {
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .hh-lead-card,
    .hh-context-column > * {
        min-height: 0;
    }

    .hh-context-column {
        grid-template-rows: minmax(0, 1fr);
    }

    .hh-context-column .hh-editorial-list {
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .hh-context-column .hh-editorial-list li:nth-child(n + 5) {
        display: none;
    }

    .hh-context-column .hh-nearby-list li a {
        display: grid;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 9px;
        align-items: center;
        padding: 7px 0;
    }

    .hh-context-column .hh-nearby-list li img {
        width: 62px;
        height: 41px;
        border-radius: 4px;
        object-fit: cover;
    }

    .hh-context-column .hh-nearby-list li span {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 3px;
    }

    .hh-context-column .hh-nearby-list li strong {
        display: -webkit-box;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.24;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hh-context-column .hh-nearby-list li small {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 8px;
    }

    .news-auth-page--signup .news-auth {
        grid-template-columns: minmax(360px, .86fr) minmax(560px, 1.14fr);
        max-width: 1080px;
        min-height: 680px;
    }

    .news-auth-page--signup .news-auth__visual h1 {
        max-width: 350px;
        font-size: 36px;
        line-height: 1.12;
    }

    .news-auth-page--signup .news-auth__form-side {
        padding: 40px 54px;
    }
}

@media (max-width: 767px) {
    html,
    body.elite-system-2026 {
        max-width: 100%;
        overflow-x: clip;
    }

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

    .hh-agenda__icon {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    .news-auth-page--signup .news-auth__visual {
        min-height: 190px;
    }

    .news-auth-page--signup .news-auth__visual h1 {
        max-width: 270px;
        font-size: 28px;
    }

    .news-auth-page--signup .news-auth__visual p {
        margin-top: 10px;
        padding-top: 10px;
    }
}

/* MainPress header and mobile density refinements */
@media (min-width: 1080px) {
    .hh-header-main__inner {
        grid-template-columns: 146px minmax(360px, 1fr) minmax(230px, 288px) auto;
        gap: 18px;
    }

    .hh-header-context {
        min-width: 0;
    }

    .hh-header-search {
        width: 100%;
        max-width: 288px;
        justify-self: end;
    }
}

@media (min-width: 1080px) and (max-width: 1240px) {
    .hh-header-main__inner {
        grid-template-columns: 138px minmax(330px, 1fr) minmax(210px, 250px) auto;
        gap: 12px;
    }

    .hh-markets .hh-market:nth-child(n + 3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .hh-weather-panel--mobile {
        margin-top: 0;
        padding: 12px;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0 6px 18px rgba(13, 21, 29, .07);
    }

    .hh-weather-panel--mobile > header {
        gap: 8px;
    }

    .hh-weather-panel--mobile > header button {
        min-height: 28px;
        padding-inline: 8px;
        font-size: 9px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__current {
        grid-template-columns: minmax(96px, .75fr) minmax(0, 1.65fr);
        align-items: stretch;
        gap: 10px;
        margin-top: 11px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__temperature {
        gap: 7px;
    }

    .hh-weather-panel--mobile .hh-weather-icon--panel {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 40px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__temperature strong {
        font-size: 27px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__temperature span {
        margin-top: 3px;
        font-size: 9px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__temperature > .hh-weather-icon--panel {
        font-size: 40px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__metrics {
        margin-top: 0;
    }

    .hh-weather-panel--mobile .hh-weather-panel__metrics > span {
        grid-template-columns: minmax(0, 1fr);
        place-content: center;
        padding: 6px 3px;
        text-align: center;
    }

    .hh-weather-panel--mobile .hh-weather-panel__metrics i {
        display: none;
    }

    .hh-weather-panel--mobile .hh-weather-panel__metrics small,
    .hh-weather-panel--mobile .hh-weather-panel__metrics strong {
        overflow: hidden;
        font-size: 7px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hh-weather-panel--mobile .hh-weather-panel__metrics strong {
        font-size: 8px;
    }

    .hh-weather-panel--mobile .hh-weather-panel__forecast {
        gap: 2px;
        margin-top: 10px;
        padding-top: 9px;
    }

    .hh-weather-panel--mobile .hh-weather-icon--forecast {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .hh-weather-panel--mobile > footer {
        margin-top: 8px;
        font-size: 7px;
    }

    .hh-agenda {
        display: grid;
        grid-auto-columns: minmax(184px, 72%);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 8px;
        margin-inline: -14px;
        padding: 1px 14px 7px;
        overflow-x: auto;
        border: 0;
        border-radius: 0;
        scroll-padding-inline: 14px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

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

    .hh-agenda > a {
        width: 100%;
        min-height: 68px;
        padding: 10px;
        border: 1px solid var(--elite-line);
        border-radius: 5px;
        background: var(--elite-surface);
        box-shadow: 0 3px 10px rgba(13, 21, 29, .04);
        scroll-snap-align: start;
    }

    .hh-agenda > a strong,
    .hh-agenda > a small {
        white-space: normal;
    }

    .hh-agenda > a strong {
        font-size: 10px;
        line-height: 1.25;
    }

    .hh-agenda > a small {
        margin-top: 3px;
        font-size: 8px;
        line-height: 1.25;
    }

    .hh-agenda > a em {
        top: 8px;
        right: 8px;
        font-size: 7px;
    }

    .hh-agenda__icon {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }
}

@media (max-width: 374px) {
    .hh-agenda {
        grid-auto-columns: minmax(176px, 82%);
    }
}
