/**
 * Theme Name: ZsaruHírek
 * Description: A ZsaruHírek saját, modern szerkesztőségi WordPress témája.
 * Version: 0.2.7
 * Author: ZsaruHírek
 * Text Domain: zsaruhirek
 * Requires at least: 6.5
 * Requires PHP: 8.0
 */

:root {
    --theme-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --theme-font-size: 18px;
    --theme-text-color: #202428;
    --theme-heading-color: #111417;
    --theme-link-color: #d60000;
    --theme-border-color: rgba(128, 145, 158, 0.24);
    --theme-background-color: #ffffff;
    --theme-surface-color: #f5f6f7;
    --theme-content-width: 1290px;
    --theme-sidebar-width: 27%;
    --theme-sidebar-gap: 4%;
    color-scheme: light;
}

.single-post .zsh-ad-container {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
}

@media (min-width: 1100px) {
    .single-post .zsh-loaded-article {
        width: 100%;
        max-width: 1240px;
        margin-inline: auto;
    }

    .single-post .zsh-loaded-article-layout {
        display: grid;
        grid-template-columns: minmax(0, 900px) 300px;
        align-items: start;
        gap: 40px;
    }

    .single-post .zsh-loaded-article-main {
        min-width: 0;
    }

    .single-post .zsh-loaded-sidebar {
        display: block !important;
        position: sticky;
        top: 24px;
        align-self: start;
        max-height: calc(100vh - 40px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    body.admin-bar.single-post .zsh-loaded-sidebar {
        top: 56px;
        max-height: calc(100vh - 72px);
    }

    .single-post .zsh-article-header {
        margin: 18px 0 24px;
        text-align: center !important;
    }

    .single-post .zsh-article-title {
        margin: 0;
        font-size: clamp(38px, 4vw, 58px);
        line-height: 1.35;
        text-wrap: balance;
        text-align: center;
    }

    .single-post .zsh-article-title a {
        display: inline;
        padding: 0;
        background: transparent !important;
        color: inherit;
        font: inherit;
        line-height: inherit;
        text-decoration: none;
    }

    .single-post .zsh-article-featured-image {
        margin: 0 0 28px;
        overflow: hidden;
        border-radius: 14px;
    }

    .single-post .zsh-article-featured-image img {
        width: 100%;
        max-height: 680px;
        object-fit: cover;
    }
}

html[data-color-mode="dark"] .entry-content .zh-legal-promo-box {
    background: #182127 !important;
    color: #e7eaed !important;
    border-color: rgba(172, 184, 194, .32) !important;
}

html[data-color-mode="dark"] .entry-content .zh-legal-promo-box :not(a) {
    color: #e7eaed !important;
}

html[data-color-mode="dark"] .entry-content .zh-legal-promo-box a {
    color: #ff3535 !important;
}

html[data-color-mode="dark"] {
    --theme-text-color: #e7eaed;
    --theme-heading-color: #ffffff;
    --theme-link-color: #ff3535;
    --theme-border-color: rgba(172, 184, 194, 0.22);
    --theme-background-color: #262a2d;
    --theme-surface-color: #182127;
    color-scheme: dark;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--theme-background-color);
    color: var(--theme-text-color);
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size);
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.admin-bar .zh-site-header {
    top: 32px;
}

a {
    color: var(--theme-link-color);
}

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

[id^="div-gpt-ad"],
.zsaruhirek-slider,
.zsaruhirek-slider-wrapper,
.zsaruhirek-carousel {
    max-width: 100% !important;
    overflow: hidden !important;
}

img {
    height: auto;
}

.screen-reader-text,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    z-index: 1000000;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    background: #fff;
    color: #111;
}

.ct-container,
.zh-container {
    width: min(calc(100% - 32px), var(--theme-content-width));
    margin-inline: auto;
}

.zh-topbar {
    background: #20272c;
    color: #fff;
    font-size: 14px;
}

.zh-topbar .zh-container {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.zh-topbar a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.zh-topbar .datum-ido-nevnap {
    text-align: right;
    line-height: 1.25;
}

.zh-site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    background: var(--theme-background-color);
    border-bottom: 1px solid var(--theme-border-color);
}

.zh-header-main {
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.zh-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.zh-branding .custom-logo {
    width: auto;
    max-height: 56px;
}

.zh-site-title {
    margin: 0;
    font-size: 30px;
}

.zh-site-title a {
    color: var(--theme-heading-color);
    text-decoration: none;
}

.zh-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

.zh-icon-button {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--theme-border-color);
    border-radius: 50%;
    background: transparent;
    color: var(--theme-heading-color);
    cursor: pointer;
    font: inherit;
}

.zh-menu-toggle {
    display: none;
}

.zh-primary-nav {
    border-top: 1px solid var(--theme-border-color);
}

.zh-primary-nav .menu {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zh-mobile-menu {
    display: none;
}

.zh-primary-nav .menu-item {
    position: relative;
}

.zh-primary-nav a {
    display: block;
    padding: 9px 0;
    color: var(--theme-heading-color);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.zh-primary-nav .sub-menu {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    min-width: 240px;
    display: none;
    padding: 10px 18px;
    margin: 0;
    list-style: none;
    background: var(--theme-background-color);
    border: 1px solid var(--theme-border-color);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16);
}

.zh-primary-nav .menu-item:hover > .sub-menu,
.zh-primary-nav .menu-item:focus-within > .sub-menu {
    display: block;
}

.zh-search-panel {
    display: none;
    padding: 18px 0;
    border-top: 1px solid var(--theme-border-color);
}

.zh-search-panel.is-open {
    display: block;
}

.search-form {
    display: flex;
    gap: 8px;
}

.search-form label {
    flex: 1;
}

.search-field {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid var(--theme-border-color);
    border-radius: 6px;
    background: var(--theme-background-color);
    color: var(--theme-text-color);
    font: inherit;
}

.search-submit,
button,
input[type="submit"] {
    min-height: 44px;
    padding: 9px 18px;
    border: 0;
    border-radius: 5px;
    background: #d60000;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.zh-content-area,
.site-main.ct-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--theme-sidebar-width);
    gap: var(--theme-sidebar-gap);
    align-items: start;
    padding-block: 44px 64px;
}

.site-main.ct-container > article,
.zh-content-area > .site-main,
.zh-content-area > .zh-archive-main {
    min-width: 0;
}

.entry-title,
.page-title,
.archive-title {
    color: var(--theme-heading-color);
}

.entry-title {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
}

.entry-title a {
    color: inherit;
    text-decoration: none;
}

.entry-header .entry-tags {
    margin-bottom: 12px;
}

.entry-featured-image {
    margin: 0 0 12px;
}

.entry-featured-image img {
    width: 100%;
    display: block;
}

.entry-content {
    min-width: 0;
}

.entry-content > * {
    max-width: 100%;
}

.entry-content::after {
    content: "";
    display: table;
    clear: both;
}

.ct-sidebar {
    min-width: 0;
}

.widget {
    margin-bottom: 40px;
}

.widget-title {
    color: var(--theme-heading-color);
}

.zh-archive-header {
    margin-bottom: 30px;
}

.zh-archive-grid,
.ct-query-template-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.zh-card {
    overflow: hidden;
    background: var(--theme-surface-color);
    border: 1px solid var(--theme-border-color);
    border-radius: 10px;
}

.zh-card-thumbnail {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.zh-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zh-card-body {
    padding: 18px;
}

.zh-card-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

.zh-card-title a {
    color: var(--theme-heading-color);
    text-decoration: none;
}

.zh-card-excerpt {
    font-size: 15px;
}

.zh-card-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 12px;
    margin-bottom: 8px;
    color: #89939a;
    font-size: 12px;
}

.zh-card-meta a {
    color: inherit;
    text-decoration: none;
}

.zh-home-main {
    padding-block: 28px 72px;
}

/* GreenShift megosztó blokk: a Blocksytól örökölt ikonméretek pótlása. */
.gspb-social-sharebox .gspb_social_share_value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.gspb-social-sharebox .gs-share-link {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.gspb-social-sharebox .social-share-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-grid;
    place-items: center;
    line-height: 1;
}

.gspb-social-sharebox .social-share-icon svg {
    width: 30px !important;
    height: 30px !important;
    max-width: none;
    display: block;
}

.gspb-social-sharebox .social-share-label {
    font-size: 12px;
    line-height: 1.25;
}

.gspb-social-sharebox .cp .social-share-icon,
.gspb-social-sharebox .copy .social-share-icon {
    color: var(--theme-heading-color);
}

.gspb-social-sharebox .cp .social-share-icon path,
.gspb-social-sharebox .copy .social-share-icon path {
    fill: currentColor;
}

.zh-home-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .85fr);
    gap: 28px;
    align-items: start;
}

.zh-home-feature {
    grid-row: span 2;
}

.zh-home-feature .zh-card {
    min-height: 590px;
    display: flex;
    flex-direction: column;
}

.zh-home-feature .zh-card-thumbnail {
    flex: 1;
    min-height: 360px;
}

.zh-home-feature .zh-card-title {
    font-size: clamp(28px, 3vw, 44px);
}

.zh-section-kicker,
.zh-news-section-header h2 {
    margin: 0;
    color: var(--theme-heading-color);
}

.zh-section-kicker {
    padding-bottom: 10px;
    border-bottom: 3px solid #d60000;
    font-size: 20px;
}

.zh-home-current-grid,
.zh-home-latest-list,
.zh-sidebar-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.zh-card--compact,
.zh-card--mini {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    border: 0;
    border-bottom: 1px solid var(--theme-border-color);
    border-radius: 0;
    background: transparent;
}

.zh-card--mini {
    grid-template-columns: 84px minmax(0, 1fr);
}

.zh-card--compact .zh-card-thumbnail,
.zh-card--mini .zh-card-thumbnail {
    height: 100%;
    min-height: 84px;
    aspect-ratio: auto;
}

.zh-card--compact .zh-card-body,
.zh-card--mini .zh-card-body {
    padding: 8px 0 12px 14px;
}

.zh-card--mini .zh-card-title {
    font-size: 15px;
}

.zh-card--mini .zh-card-excerpt,
.zh-card--mini .zh-card-meta {
    display: none;
}

.zh-social-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 42px 0 54px;
}

.zh-social-link {
    display: flex;
    flex-direction: column;
    min-height: 76px;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.zh-social-link strong {
    font-size: 18px;
}

.zh-social-link--facebook { background: #1877f2; }
.zh-social-link--instagram { background: linear-gradient(110deg, #f58529, #dd2a7b, #8134af); }
.zh-social-link--x { background: #050505; }

.zh-news-section {
    margin-top: 58px;
}

.zh-news-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 3px solid #d60000;
}

.zh-news-section-header a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

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

.zh-news-section-grid .zh-card--feature {
    grid-column: span 2;
    grid-row: span 2;
}

.zh-news-section-grid .zh-card--feature .zh-card-title {
    font-size: clamp(24px, 2.2vw, 34px);
}

.zsaru-meta-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    margin: 12px 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(150, 150, 150, .1);
    font-size: .9em;
}

.zsaru-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #888;
    white-space: nowrap;
}

.zsaru-meta-item a {
    color: #e21616;
    font-weight: 600;
    text-decoration: none;
}

.zh-pagination {
    grid-column: 1 / -1;
    margin-top: 30px;
}

.zh-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zh-pagination .page-numbers {
    min-width: 40px;
    padding: 7px 11px;
    text-align: center;
    border: 1px solid var(--theme-border-color);
    text-decoration: none;
}

.zh-pagination .current {
    background: #d60000;
    border-color: #d60000;
    color: #fff;
}

.author-header {
    margin-bottom: 32px;
    padding: 24px;
    background: var(--theme-surface-color);
    border-radius: 12px;
}

.author-header .avatar {
    border-radius: 50%;
}

.author-header-grid {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.zh-site-footer {
    background: #171d21;
    color: #dfe5e9;
}

.zh-footer-main {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 32px;
    padding-block: 54px 36px;
}

.zh-site-footer {
    background: #2b343a;
}

.zh-footer-brand .custom-logo {
    width: auto;
    max-height: 72px;
}

.zh-footer-nav .menu,
.zh-footer-legal {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zh-site-footer a {
    color: #fff;
}

.zh-footer-bottom {
    padding-block: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.zh-footer-bottom .zh-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.zh-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zh-content-block {
    width: 100%;
}

@media (max-width: 1024px) {
    .zh-archive-grid,
    .ct-query-template-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .zh-home-lead {
        grid-template-columns: minmax(0, 1fr) minmax(250px, .8fr);
    }

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

@media (max-width: 782px) {
    .ct-container,
    .zh-container {
        width: min(calc(100% - 24px), var(--theme-content-width));
    }

    body.single-post {
        padding-bottom: 92px;
    }

    body.admin-bar .zh-site-header {
        top: 46px;
    }

    .zh-topbar .zh-container {
        padding-block: 8px;
        align-items: flex-start;
    }

    .zh-header-main {
        min-height: 76px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
    }

    .zh-branding .custom-logo {
        max-height: 52px;
    }

    .zh-menu-toggle {
        display: inline-grid;
    }

    .zh-header-actions {
        gap: 6px;
    }

    .zh-icon-button {
        width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 0;
    }

    .zh-primary-nav {
        display: none;
    }

    .zh-primary-nav.is-open {
        display: block;
    }

    .zh-primary-nav .menu {
        display: block;
        padding-block: 10px;
    }

    .zh-desktop-menu {
        display: none;
    }

    .zh-mobile-menu {
        display: block;
    }

    .zh-primary-nav .sub-menu {
        position: static;
        display: block;
        padding: 0 0 0 18px;
        border: 0;
        box-shadow: none;
    }

    .zh-content-area,
    .site-main.ct-container {
        display: block;
        padding-block: 28px 48px;
    }

    .ct-sidebar {
        margin-top: 36px;
    }

    .zh-archive-grid,
    .ct-query-template-grid {
        grid-template-columns: 1fr;
    }

    .zh-home-main {
        padding-block: 24px 52px;
    }

    .zh-home-lead,
    .zh-news-section-grid,
    .zh-social-links {
        grid-template-columns: 1fr;
    }

    .zh-home-feature,
    .zh-news-section-grid .zh-card--feature {
        grid-column: auto;
        grid-row: auto;
    }

    .zh-home-feature .zh-card {
        min-height: 0;
    }

    .zh-home-feature .zh-card-thumbnail {
        min-height: 0;
    }

    .zh-home-current,
    .zh-home-latest,
    .zh-news-section {
        margin-top: 34px;
    }

    .zh-social-links {
        margin-block: 38px;
    }

    .zh-news-section-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .zh-card--compact,
    .zh-card--mini {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    [id^="div-gpt-ad"] {
        width: 100% !important;
        min-width: 0 !important;
    }

    .entry-title {
        font-size: clamp(29px, 9vw, 40px);
    }

    .zh-footer-main {
        grid-template-columns: 1fr;
    }

    .zh-footer-bottom .zh-container {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ================================================================
   Blocksy Child vizuális folytonosság – teljes fejléc/cikk/lábléc keret
   ================================================================ */

.zh-topbar {
    background: #050708;
}

.zh-topbar .zh-container {
    min-height: 42px;
    justify-content: flex-end;
}

.zh-topbar a {
    min-width: 125px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
}

.zh-site-header {
    position: relative;
    top: auto;
    background: #ffffff;
    border: 0;
}

.zh-header-main {
    min-height: 155px;
    grid-template-columns: minmax(250px, 1fr) 155px minmax(250px, 1fr);
    gap: 30px;
}

.zh-header-date {
    color: #00509d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.zh-header-date .datum-ido-nevnap {
    text-align: left;
}

.zh-branding {
    display: flex;
    justify-content: center;
}

.zh-branding .custom-logo-link {
    width: 155px;
    height: 155px;
    justify-content: center;
}

.zh-branding .custom-logo {
    width: 155px;
    height: 155px;
    max-height: none;
    object-fit: contain;
}

.zh-header-actions {
    color: #111111;
}

.zh-header-widget .widget {
    margin: 0;
}

.zh-icon-button {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-color: rgba(15, 23, 32, .24);
    background: transparent;
    color: #111111;
}

.zh-primary-nav {
    min-height: 67px;
    background: #050708;
    border: 0;
}

.zh-primary-nav .menu {
    min-height: 67px;
    gap: 0;
}

.zh-primary-nav .menu > .menu-item > a {
    min-height: 67px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: rgba(255, 255, 255, .82);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.zh-primary-nav .menu-item-has-children > a::after {
    content: "⌄";
    margin-left: 9px;
    color: rgba(255, 255, 255, .74);
    font-size: 20px;
    line-height: 1;
}

.zh-primary-nav .sub-menu {
    min-width: 290px;
    padding: 0;
    background: #050708;
    border: 0;
}

.zh-primary-nav .sub-menu a {
    min-height: 53px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: rgba(255, 255, 255, .85);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.zh-search-panel {
    background: #ffffff;
    color: #111111;
}

.single-post .site-main.ct-container {
    grid-template-columns: minmax(0, 890px) minmax(300px, 348px);
    gap: 51px;
    justify-content: center;
}

.single-post .entry-header {
    margin-bottom: 28px;
}

.single-post .entry-title.page-title {
    font-size: clamp(34px, 3.1vw, 52px);
}

.single-post #sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
}

.single-post #sidebar > .widget {
    width: 100%;
}

.single-post #block-53 {
    min-height: 250px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 12px;
}

.single-post #block-54 {
    overflow: hidden;
}

.zh-content-block--article-share > .wp-block-columns {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    margin-block: 24px !important;
}

.zh-content-block--article-share > .wp-block-columns > .wp-block-column {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
}

.zh-content-block--article-share > .wp-block-columns > .wp-block-column:first-child {
    height: auto !important;
}

.zh-content-block--article-share > .wp-block-columns > .wp-block-column:first-child h3 {
    margin: 0 !important;
    white-space: nowrap;
}

.zh-content-block--article-share > .wp-block-columns > .wp-block-column:nth-child(n+3) {
    display: none !important;
}

.zh-content-block--article-share .gspb-social-sharebox {
    width: auto !important;
    height: auto !important;
}

.zh-content-block--article-share .gspb_social_share_value {
    width: auto !important;
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: center !important;
}

.zh-site-footer {
    min-height: 343px;
    background: #050708;
    color: #f4f5f6;
}

.zh-footer-widgets {
    min-height: 276px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 38px;
    padding-block: 54px 36px;
}

.zh-footer-widget-area .widget {
    margin: 0 0 24px;
}

.zh-footer-widget-area .widget-title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
}

.zh-footer-widget-area ul,
.zh-footer-widget-area .menu {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zh-footer-widget-area a,
.zh-footer-menu a {
    color: #f4f5f6;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

.zh-footer-bottom {
    min-height: 67px;
    padding-block: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.zh-footer-bottom .zh-container {
    min-height: 30px;
}

.zh-copyright {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .zh-header-main {
        grid-template-columns: minmax(190px, 1fr) 125px minmax(190px, 1fr);
        min-height: 125px;
    }

    .zh-branding .custom-logo-link,
    .zh-branding .custom-logo {
        width: 125px;
        height: 125px;
    }

    .zh-primary-nav .menu > .menu-item > a {
        padding-inline: 13px;
        font-size: 16px;
    }

    .single-post .site-main.ct-container {
        grid-template-columns: minmax(0, 1fr) minmax(270px, 32%);
        gap: 30px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .zh-site-header,
    .zh-site-header {
        top: auto;
    }

    .zh-topbar .zh-container {
        min-height: 38px;
        padding-block: 0;
        justify-content: center;
    }

    .zh-topbar a {
        min-height: 38px;
        font-size: 13px;
    }

    .zh-header-main {
        min-height: 78px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .zh-header-date,
    .zh-header-widget,
    [data-zh-color-toggle] {
        display: none !important;
    }

    .zh-branding {
        justify-content: flex-start;
    }

    .zh-branding .custom-logo-link,
    .zh-branding .custom-logo {
        width: 70px;
        height: 70px;
        max-height: 70px;
    }

    .zh-primary-nav,
    .zh-primary-nav.is-open {
        min-height: 0;
        background: #050708;
    }

    .zh-primary-nav .menu {
        min-height: 0;
    }

    .zh-primary-nav .menu > .menu-item > a,
    .zh-primary-nav .sub-menu a {
        min-height: 46px;
        padding: 11px 8px;
        color: rgba(255, 255, 255, .9);
        font-size: 16px;
        line-height: 1.25;
    }

    .single-post .site-main.ct-container {
        display: block;
        padding-block: 24px 46px;
    }

    .single-post .entry-title.page-title {
        font-size: clamp(27px, 8.4vw, 38px);
        line-height: 1.48;
        padding: 4px 8px;
    }

    .single-post #sidebar {
        position: static;
        width: 100%;
        margin-top: 38px;
    }

    .single-post #block-53,
    .single-post #block-53 #gspb_container-id-gsbp-350b5c4,
    .single-post #block-53 article #gspb_container-id-gsbp-350b5c4,
    .single-post #block-53 article #gspb_container-id-gsbp-350b5c4 > #gspb_container-id-gsbp-b8e345d {
        width: 100% !important;
        height: 210px !important;
        min-height: 210px !important;
    }

    .single-post #block-54 {
        padding: 14px !important;
        border: 1px solid rgba(128, 145, 158, .22) !important;
        border-radius: 10px !important;
    }

    .zh-content-block--article-share > .wp-block-columns {
        flex-direction: column !important;
        gap: 14px !important;
        margin-block: 22px !important;
    }

    .zh-content-block--article-share > .wp-block-columns > .wp-block-column,
    .zh-content-block--article-share .gspb-social-sharebox {
        width: 100% !important;
    }

    .zh-content-block--article-share > .wp-block-columns > .wp-block-column:first-child h3 {
        text-align: center;
    }

    .zh-footer-widgets {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 18px;
        padding-block: 38px 24px;
    }

    .zh-footer-bottom {
        padding-block: 18px 26px;
    }

    .zh-footer-menu {
        display: grid;
        gap: 10px;
    }
}

/* 0.1.4: saját fejléc/oldalsáv/lábléc, Blocksy dinamikus elem nélkül. */
.single-post #block-53 {
    display: none !important;
}

.single-post #block-54 {
    display: none !important;
}

.zh-sidebar-feature {
    margin: 0 0 18px;
}

.zh-sidebar-feature-card {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 22px;
    border-radius: 12px;
    background-color: #090c0e;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    text-decoration: none;
    isolation: isolate;
}

.zh-sidebar-feature-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 28% 0 0;
    background: linear-gradient(180deg, transparent, rgba(5, 9, 12, .96));
}

.zh-sidebar-feature-label {
    align-self: flex-start;
    margin-bottom: 9px;
    padding: 4px 8px;
    background: #d60000;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.zh-sidebar-feature-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.zh-sidebar-latest-native {
    padding: 20px;
    border: 1px solid rgba(128, 145, 158, .22);
    border-radius: 12px;
    background: rgba(20, 27, 31, .42);
}

.zh-sidebar-latest-native .widget-title {
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 3px solid #e00000;
    font-size: 18px;
    line-height: 1.25;
}

.zh-sidebar-latest-native .zh-sidebar-list {
    margin-top: 0;
    gap: 4px;
}

.zh-footer-frame {
    min-height: 343px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
    gap: 70px;
    padding-block: 54px;
}

.zh-footer-frame .zh-copyright {
    align-self: end;
    padding-bottom: 20px;
    color: #f4f5f6;
    font-size: 12px;
    font-weight: 700;
}

.zh-footer-primary-menu {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zh-footer-primary-menu a {
    color: #f4f5f6;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 782px) {
    .zh-sidebar-feature-card {
        min-height: 210px;
    }

    .zh-footer-frame {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 34px;
        padding-block: 42px 34px;
    }

    .zh-footer-frame .zh-copyright {
        order: 2;
        align-self: auto;
        padding: 0;
    }
}

/* 0.1.6: fejléc, menü, főoldali hírsáv, Hustle és megosztás finomhangolása. */
html[data-color-mode="dark"] .zh-site-header,
html[data-color-mode="dark"] .zh-search-panel {
    background: #11171b;
    color: #f4f6f8;
}

html[data-color-mode="dark"] .zh-header-date {
    color: #62b0ff;
}

html[data-color-mode="dark"] .zh-header-actions {
    color: #ffffff;
}

html[data-color-mode="dark"] .zh-icon-button {
    color: #ff3b46;
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .035);
}

.zh-primary-nav .zh-container,
.zh-desktop-menu {
    display: flex;
    justify-content: center;
}

.zh-primary-nav .menu {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    justify-content: center;
}

.zh-primary-nav .menu > .menu-item > a {
    padding-inline: 14px;
    font-size: 18px;
    white-space: nowrap;
}

.zh-primary-nav .menu-item-has-children > a::after {
    content: "";
    width: 7px;
    height: 7px;
    margin: -4px 0 0 9px;
    flex: 0 0 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .18s ease, margin .18s ease;
}

.zh-primary-nav .menu-item-has-children:hover > a::after,
.zh-primary-nav .menu-item-has-children:focus-within > a::after {
    margin-top: 4px;
    transform: rotate(225deg);
}

.zh-primary-nav .sub-menu {
    min-width: 270px;
    max-height: min(70vh, 620px);
    padding: 8px;
    overflow-y: auto;
    background: #11171b;
    border-top: 3px solid #e30613;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .36);
}

.zh-primary-nav .sub-menu a {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.25;
}

.zh-primary-nav .sub-menu a:hover,
.zh-primary-nav .sub-menu a:focus-visible {
    background: #202a30;
    color: #ffffff;
}

.zh-home-lead {
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.45fr) minmax(300px, .85fr);
    grid-template-areas: "latest feature current";
    align-items: start;
    gap: 24px;
}

.zh-home-feature {
    grid-area: feature;
    grid-row: auto;
}

.zh-home-current {
    grid-area: current;
}

.zh-home-latest {
    grid-area: latest;
}

#hustle-popup-id-1.hustle-ui .hustle-main-wrapper {
    padding-top: 0 !important;
}

#hustle-popup-id-1.hustle-ui .hustle-layout-header {
    display: none !important;
    min-height: 0 !important;
}

#hustle-popup-id-1.hustle-ui .hustle-layout-body,
#hustle-popup-id-1.hustle-ui .hustle-content,
#hustle-popup-id-1.hustle-ui .hustle-content-wrap,
#hustle-popup-id-1.hustle-ui .hustle-group-content {
    background: #0b0b0b !important;
}

#hustle-popup-id-1.hustle-ui .zsaruhirek-hirgrid-outer {
    margin: 0 auto !important;
}

#hustle-popup-id-1.hustle-ui .hustle-popup-content {
    padding-bottom: 0 !important;
}

.zh-content-block--article-share .zh-share-extra {
    display: inline-flex !important;
    align-items: center;
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
}

.zh-content-block--article-share .zh-share-viber .social-share-icon {
    color: #7360f2;
}

.zh-content-block--article-share .zh-share-instagram .social-share-icon {
    color: #e1306c;
}

.zh-icon-button {
    color: #e30613;
    border-color: rgba(227, 6, 19, .35);
    background: rgba(227, 6, 19, .035);
}

.zh-icon-button svg {
    width: 21px;
    height: 21px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zh-icon-button svg .zh-icon-fill {
    fill: currentColor;
    stroke: none;
}

.zh-icon-button:hover,
.zh-icon-button:focus-visible {
    color: #ffffff;
    background: #e30613;
    border-color: #e30613;
}

.zh-card-meta {
    justify-content: flex-start;
}

.zh-card-meta .zh-card-categories {
    min-width: 0;
}

.zh-card-meta time {
    margin-left: auto;
    white-space: nowrap;
}

@media (max-width: 1180px) and (min-width: 783px) {
    .zh-primary-nav .menu > .menu-item > a {
        padding-inline: 9px;
        font-size: 15px;
    }

    .zh-home-lead {
        grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
        grid-template-areas:
            "feature current"
            "latest latest";
    }
}

@media (max-width: 782px) {
    .zh-primary-nav .zh-container {
        display: block;
    }

    .zh-desktop-menu {
        display: none !important;
    }

    .zh-mobile-menu {
        display: block;
    }

    .zh-primary-nav .menu {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .zh-primary-nav .menu-item-has-children > a::after {
        margin-left: auto;
        margin-right: 5px;
    }

    .zh-mobile-menu .menu-item-has-children {
        position: relative;
    }

    .zh-mobile-menu .menu-item-has-children > a {
        padding-right: 52px;
    }

    .zh-mobile-menu .menu-item-has-children > a::after {
        display: none;
    }

    .zh-mobile-menu .menu-item-has-children > .sub-menu {
        display: none;
    }

    .zh-mobile-menu .menu-item-has-children.is-submenu-open > .sub-menu {
        display: block;
    }

    .zh-submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 46px;
        height: 46px;
        display: grid;
        place-items: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #ff3b46;
        cursor: pointer;
    }

    .zh-submenu-toggle::before {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translate(-2px, -2px);
        transition: transform .18s ease;
    }

    .zh-submenu-toggle[aria-expanded="true"]::before {
        transform: rotate(225deg) translate(-2px, -2px);
    }

    .zh-primary-nav .sub-menu {
        max-height: none;
        padding: 0 0 7px 15px;
        border-top: 0;
        border-left: 2px solid #e30613;
        border-radius: 0;
        box-shadow: none;
    }

    .zh-home-lead {
        grid-template-columns: 1fr;
        grid-template-areas:
            "feature"
            "current"
            "latest";
        gap: 30px;
    }

    #hustle-popup-id-1.hustle-ui .zsaruhirek-hirgrid-outer {
        margin: 0 auto !important;
    }
}

/* 0.1.9: prémium főoldali hírsáv, aktív menü és közösségi CTA-k. */
.zh-primary-nav .menu > .current-menu-item > a,
.zh-primary-nav .menu > .current-menu-parent > a,
.zh-primary-nav .menu > .current-menu-ancestor > a,
.zh-primary-nav .menu > .current-post-ancestor > a {
    position: relative;
    color: #62b0ff;
    text-shadow: 0 0 18px rgba(57, 155, 255, .3);
}

.zh-primary-nav .menu > .current-menu-item > a::before,
.zh-primary-nav .menu > .current-menu-parent > a::before,
.zh-primary-nav .menu > .current-menu-ancestor > a::before,
.zh-primary-nav .menu > .current-post-ancestor > a::before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(90deg, transparent, #238cff 25%, #70c1ff 75%, transparent);
    box-shadow: 0 0 14px rgba(35, 140, 255, .65);
}

.zh-primary-nav .sub-menu > .menu-item + .menu-item {
    border-top: 1px solid rgba(136, 157, 172, .18);
}

.zh-primary-nav .sub-menu > .current-menu-item > a,
.zh-primary-nav .sub-menu > .current-menu-parent > a,
.zh-primary-nav .sub-menu > .current-menu-ancestor > a {
    padding-left: 18px;
    color: #70c1ff;
    background: linear-gradient(90deg, rgba(35, 140, 255, .18), rgba(35, 140, 255, .035));
    box-shadow: inset 3px 0 0 #238cff;
}

.zh-primary-nav .sub-menu > .current-menu-item > a::before,
.zh-primary-nav .sub-menu > .current-menu-parent > a::before,
.zh-primary-nav .sub-menu > .current-menu-ancestor > a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 9px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #70c1ff;
    box-shadow: 0 0 10px rgba(112, 193, 255, .75);
}

.zh-primary-nav .sub-menu {
    scrollbar-color: #344c5d #11171b;
    scrollbar-width: thin;
}

.zh-home-current,
.zh-home-latest {
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.zh-home-current-grid,
.zh-home-latest-list {
    min-height: 0;
}

.zh-home-current .zh-card-meta {
    display: none;
}

.zh-home-current .zh-card-title,
.zh-home-current .zh-card-excerpt,
.zh-home-latest .zh-card-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.zh-home-current .zh-card-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.28;
    -webkit-line-clamp: 3;
}

.zh-home-current .zh-card-excerpt {
    font-size: 13px;
    line-height: 1.46;
    opacity: .82;
    -webkit-line-clamp: 3;
}

.zh-home-latest .zh-card-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.28;
    -webkit-line-clamp: 4;
}

@media (min-width: 1181px) {
    .zh-home-lead {
        height: 740px;
        align-items: stretch;
    }

    .zh-home-feature,
    .zh-home-current,
    .zh-home-latest,
    .zh-home-feature .zh-card {
        height: 100%;
        min-height: 0;
    }

    .zh-home-feature .zh-card-thumbnail {
        min-height: 0;
    }

    .zh-home-current-grid {
        flex: 1;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .zh-home-current .zh-card--compact {
        height: 100%;
        min-height: 0;
        grid-template-columns: 112px minmax(0, 1fr);
        overflow: hidden;
    }

    .zh-home-current .zh-card-thumbnail {
        min-height: 0;
    }

    .zh-home-current .zh-card-body {
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        padding: 13px 0 13px 14px;
    }

    .zh-home-latest-list {
        flex: 1;
        grid-template-rows: repeat(6, minmax(0, 1fr));
        gap: 10px;
    }

    .zh-home-latest .zh-card--mini {
        height: 100%;
        min-height: 0;
        grid-template-columns: 78px minmax(0, 1fr);
        overflow: hidden;
    }

    .zh-home-latest .zh-card-thumbnail {
        min-height: 0;
    }

    .zh-home-latest .zh-card-body {
        min-height: 0;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 7px 0 8px 12px;
    }
}

.zh-social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0 58px;
}

.zh-social-link {
    position: relative;
    isolation: isolate;
    min-height: 116px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
    transform: translateY(0);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.zh-social-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 220px;
    top: -150px;
    right: -55px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    filter: blur(2px);
    transition: transform .32s ease;
}

.zh-social-link:hover,
.zh-social-link:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .48);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .28);
    transform: translateY(-4px);
}

.zh-social-link:hover::before,
.zh-social-link:focus-visible::before {
    transform: translate(-12px, 18px) scale(1.12);
}

.zh-social-link--facebook {
    background: linear-gradient(125deg, #084fb6 0%, #1877f2 54%, #58a5ff 130%);
}

.zh-social-link--instagram {
    background: linear-gradient(125deg, #5921a8 0%, #c13584 48%, #f77737 112%);
}

.zh-social-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 16px;
    background: rgba(4, 10, 18, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.zh-social-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.zh-social-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.zh-social-copy small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.zh-social-copy strong {
    font-size: 21px;
    line-height: 1.18;
}

.zh-social-copy span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.35;
}

.zh-social-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: rgba(4, 10, 18, .12);
    font-size: 22px;
    transition: transform .22s ease, background .22s ease;
}

.zh-social-link:hover .zh-social-arrow,
.zh-social-link:focus-visible .zh-social-arrow {
    background: rgba(255, 255, 255, .16);
    transform: translateX(4px);
}

@media (max-width: 782px) {
    .zh-primary-nav .menu > .current-menu-item > a::before,
    .zh-primary-nav .menu > .current-menu-parent > a::before,
    .zh-primary-nav .menu > .current-menu-ancestor > a::before,
    .zh-primary-nav .menu > .current-post-ancestor > a::before {
        right: 52px;
        left: 8px;
    }

    .zh-social-links {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 28px 0 44px;
    }

    .zh-social-link {
        min-height: 104px;
        grid-template-columns: 50px minmax(0, 1fr) 36px;
        gap: 13px;
        padding: 16px;
        border-radius: 14px;
    }

    .zh-social-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .zh-social-icon svg {
        width: 27px;
        height: 27px;
    }

    .zh-social-copy strong {
        font-size: 18px;
    }

    .zh-social-copy span {
        display: none;
    }

    .zh-social-arrow {
        width: 36px;
        height: 36px;
    }
}

.single-post .entry-header {
    text-align: center;
}

.single-post .entry-title.page-title {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* 0.1.10: a regi Blocksy-cikkoldal vizualis ritmusanak pontos visszaallitasa. */
.single-post .entry-header {
    text-align: center;
}

.single-post .entry-title.page-title {
    display: inline !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 4px 12px !important;
    background: #d90000 !important;
    color: #ffffff !important;
    line-height: 1.48 !important;
    text-align: center !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.zh-content-block--article-share .gspb_social_share_value {
    gap: 12px !important;
}

.zh-content-block--article-share .gspb_social_share_value > .gs-share-link {
    box-sizing: border-box !important;
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 46px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 50% !important;
    background: #151a1e !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18) !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.zh-content-block--article-share .gspb_social_share_value > .gs-share-link:hover,
.zh-content-block--article-share .gspb_social_share_value > .gs-share-link:focus-visible {
    transform: translateY(-2px) !important;
    filter: brightness(1.08);
    box-shadow: 0 11px 24px rgba(0, 0, 0, .26) !important;
}

.zh-content-block--article-share .gspb_social_share_value > .fb {
    background: #4267b2 !important;
}

.zh-content-block--article-share .gspb_social_share_value > .tw {
    background: #080a0c !important;
}

.zh-content-block--article-share .gspb_social_share_value > .wa {
    background: #25d366 !important;
}

.zh-content-block--article-share .gspb_social_share_value > .copylink {
    background: #e30613 !important;
}

.zh-content-block--article-share .gspb_social_share_value > .email {
    background: #080a0c !important;
}

.zh-content-block--article-share .gspb_social_share_value > .zh-share-viber {
    background: #7360f2 !important;
}

.zh-content-block--article-share .gspb_social_share_value > .zh-share-instagram {
    background: linear-gradient(135deg, #ff7a18 0%, #e1306c 48%, #833ab4 100%) !important;
}

.zh-content-block--article-share .gs-share-link .social-share-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 23px !important;
    height: 23px !important;
    margin: 0 !important;
    color: #ffffff !important;
}

.zh-content-block--article-share .gs-share-link .social-share-icon svg {
    display: block !important;
    width: 23px !important;
    height: 23px !important;
    max-width: none !important;
    max-height: none !important;
    fill: currentColor !important;
}

.zh-content-block--article-share .gs-share-link .social-share-icon svg path {
    fill: currentColor !important;
}

.zh-content-block--article-share .gs-share-link .social-share-label {
    display: none !important;
}

.zh-content-block--article-share .gs-share-link .gs-snackbar {
    position: absolute !important;
}

.zh-content-block--article-related .zsaruhirek-nav button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    flex: 0 0 36px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 !important;
    color: #ffffff !important;
}

.zh-content-block--article-related .zsaruhirek-nav button svg {
    display: block !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    overflow: visible !important;
    fill: currentColor !important;
}

.zh-content-block--article-related .zsaruhirek-nav button svg path {
    fill: currentColor !important;
}

.zh-footer-main {
    min-height: 282px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    padding-block: 48px 36px;
}

.zh-footer-main .zh-copyright {
    align-self: center;
    color: #dfe5e9;
    font-size: 13px;
}

.zh-footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zh-footer-brand .custom-logo-link,
.zh-footer-brand .custom-logo {
    display: block;
    width: 150px;
    height: 150px;
    max-height: none;
    object-fit: contain;
}

.zh-footer-primary-nav {
    justify-self: end;
}

.zh-footer-primary-menu {
    gap: 8px;
    text-align: center;
}

.zh-footer-bottom {
    min-height: 68px;
    padding: 0;
    border-top: 1px solid #4385b6;
}

.zh-footer-bottom .zh-container {
    min-height: 68px;
    display: block;
}

.zh-footer-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    min-height: 68px;
}

.zh-footer-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e30613;
}

.zh-footer-menu li:last-child {
    border-right: 0;
}

.zh-footer-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 68px;
    padding: 12px 16px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
}

.zh-footer-menu a:hover,
.zh-footer-menu a:focus-visible {
    color: #62b0ff;
    background: rgba(98, 176, 255, .06);
}

@media (max-width: 782px) {
    .single-post .entry-title.page-title {
        padding: 3px 7px !important;
        line-height: 1.46 !important;
    }

    .zh-content-block--article-share .gspb_social_share_value {
        gap: 10px !important;
    }

    .zh-content-block--article-share .gspb_social_share_value > .gs-share-link {
        flex-basis: 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
    }

    .zh-footer-main {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 28px;
        padding-block: 38px 30px;
        text-align: center;
    }

    .zh-footer-brand {
        order: 1;
    }

    .zh-footer-main .zh-copyright {
        order: 3;
    }

    .zh-footer-primary-nav {
        order: 2;
        justify-self: center;
    }

    .zh-footer-menu {
        grid-template-columns: 1fr 1fr;
    }

    .zh-footer-menu li:nth-child(2n) {
        border-right: 0;
    }

    .zh-footer-menu li:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }
}

/* 0.1.11: vegleges, gyorsitotar-fuggetlen Blocksy footer- es nyilmeret. */
footer.zh-site-footer {
    background: #2c343a !important;
}

.zh-content-block--article-related .zsaruhirek-nav button {
    block-size: 36px !important;
    min-block-size: 36px !important;
    max-block-size: 36px !important;
}

/* 0.1.12: az eredeti Blocksy palaszurke kerete es finom lablec-lezarasa. */
html[data-color-mode="dark"] .zh-site-header,
html[data-color-mode="dark"] .zh-search-panel {
    background: #262a2d;
}

html[data-color-mode="dark"] .zh-primary-nav {
    background: #2c343a;
}

footer.zh-site-footer {
    position: relative;
}

footer.zh-site-footer::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: min(1160px, calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: #565d61;
    pointer-events: none;
}

@media (max-width: 782px) {
    footer.zh-site-footer::before {
        width: calc(100% - 32px);
    }
}

/* 0.1.15: fejlécszínek és levegő a főoldali kiemelt hírrács fölött. */
.zh-topbar {
    background: #2c343a;
}

html[data-color-mode="dark"] .zh-icon-button {
    color: #e30613;
}

@media (min-width: 1025px) {
    .home .zh-home-main {
        padding-top: 48px;
    }
}

/* A Gutenberg idezetblokk jol felismerheto, de a cikk ritmusaba simul. */
.single-post .entry-content blockquote {
    position: relative;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 24px 26px 24px 72px;
    overflow: hidden;
    border: 0;
    border-left: 4px solid #e30613;
    border-radius: 0 8px 8px 0;
    background: rgba(255, 255, 255, .055);
    color: inherit;
}

.single-post .entry-content blockquote::before {
    content: "“";
    position: absolute;
    top: 7px;
    left: 18px;
    color: #e30613;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    opacity: .34;
    pointer-events: none;
}

.single-post .entry-content blockquote > :first-child {
    margin-top: 0;
}

.single-post .entry-content blockquote > :last-child {
    margin-bottom: 0;
}

.single-post .entry-content blockquote cite {
    display: block;
    margin-top: 12px;
    color: #b8c0c6;
    font-size: .86em;
    font-style: normal;
}

@media (max-width: 782px) {
    .single-post .entry-content blockquote {
        margin-block: 24px;
        padding: 20px 18px 20px 54px;
    }

    .single-post .entry-content blockquote::before {
        left: 13px;
        font-size: 52px;
    }
}

/* 0.1.17: kiegyensulyozott fejlec-logo es markakek "Jo ha tudod!" jelolo. */
.zh-topbar a {
    background: #00509d;
    color: #ffffff;
}

@media (min-width: 783px) {
    .zh-header-main {
        padding-bottom: 14px;
    }
}

/* ========================================================================== */
/* ZsaruHírek 0.2.0 — 2026 newsroom system                                    */
/* ========================================================================== */
:root {
    --zh-bg: #0b1014;
    --zh-surface: #121a20;
    --zh-surface-2: #18232a;
    --zh-border: #293840;
    --zh-text: #edf2f5;
    --zh-muted: #9baab4;
    --zh-red: #e30613;
    --zh-blue: #2b93ff;
    --zh-radius: 16px;
    --theme-content-width: 1240px;
}

html[data-color-mode="dark"] {
    --theme-background-color: var(--zh-bg);
    --theme-surface-color: var(--zh-surface);
    --theme-text-color: var(--zh-text);
    --theme-heading-color: #ffffff;
    --theme-border-color: var(--zh-border);
}

html[data-color-mode="light"] {
    --zh-bg: #f2f5f7;
    --zh-surface: #ffffff;
    --zh-surface-2: #e8eef2;
    --zh-border: #cbd5dc;
    --zh-text: #172027;
    --zh-muted: #5f6f79;
    --theme-background-color: var(--zh-bg);
    --theme-surface-color: var(--zh-surface);
    --theme-text-color: var(--zh-text);
    --theme-heading-color: #0c1419;
    --theme-border-color: var(--zh-border);
}

body {
    background: var(--zh-bg);
}

html[data-color-mode="light"] body {
    background: var(--zh-bg) !important;
    color: var(--zh-text) !important;
}

html[data-color-mode="light"] .entry-content,
html[data-color-mode="light"] .entry-content p,
html[data-color-mode="light"] .entry-content li,
html[data-color-mode="light"] .zh-card-title a,
html[data-color-mode="light"] .zh-article-meta,
html[data-color-mode="light"] .zh-related-native h2,
html[data-color-mode="light"] .zh-native-share h2 {
    color: var(--zh-text) !important;
}

html[data-color-mode="light"] .zh-card,
html[data-color-mode="light"] .zh-card--archive,
html[data-color-mode="light"] .zh-native-share,
html[data-color-mode="light"] .zh-related-native,
html[data-color-mode="light"] .zh-inline-related,
html[data-color-mode="light"] .entry-content blockquote,
html[data-color-mode="light"] .zh-search-control,
html[data-color-mode="light"] .zh-live-search {
    border-color: var(--zh-border) !important;
    background: var(--zh-surface) !important;
    color: var(--zh-text) !important;
    box-shadow: 0 14px 36px rgba(23, 32, 39, .08) !important;
}

html[data-color-mode="light"] .zh-card-excerpt,
html[data-color-mode="light"] .zh-live-search-copy small,
html[data-color-mode="light"] .zh-result-count {
    color: var(--zh-muted) !important;
}

html[data-color-mode="light"] .zh-search-control .search-field,
html[data-color-mode="light"] .zh-primary-nav a,
html[data-color-mode="light"] .zh-site-footer a {
    color: var(--zh-text) !important;
}

html[data-color-mode="light"] .zh-primary-nav,
html[data-color-mode="light"] .zh-site-footer,
html[data-color-mode="light"] .zh-footer-bottom {
    border-color: var(--zh-border) !important;
    background: #e6edf1 !important;
    color: var(--zh-text) !important;
}

.zh-section-eyebrow {
    margin: 0 0 10px;
    color: var(--zh-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.zh-content-area--wide {
    display: block !important;
    padding-block: clamp(34px, 5vw, 68px) 80px !important;
}

.zh-content-area--wide .zh-archive-main {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
}

.zh-archive-header--v2 {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 24px;
    border-bottom: 1px solid var(--zh-border);
}

.zh-archive-header--v2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 92px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--zh-red), var(--zh-blue));
}

.zh-archive-header--v2 .page-title {
    max-width: 920px;
    margin: 0;
    padding: 0;
    background: none !important;
    color: #fff !important;
    font-family: var(--theme-font-family) !important;
    font-size: clamp(34px, 5.2vw, 68px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
    text-wrap: balance;
}

.zh-archive-header--v2 .archive-description {
    max-width: 760px;
    margin-top: 16px;
    color: var(--zh-muted);
    font-size: 17px;
    line-height: 1.55;
}

.zh-result-count {
    margin: 14px 0 0;
    color: var(--zh-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.zh-news-list,
.zh-archive-grid.zh-news-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
}

/* A hirdetési banner csak a fő- és cikkoldalon marad; a rovatlista elején ne foglaljon üres sort. */
body.archive .zh-news-list > .code-block {
    display: none !important;
}

.zh-card--archive {
    height: 220px;
    min-height: 220px;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: var(--zh-radius);
    background: linear-gradient(135deg, rgba(24, 35, 42, .98), rgba(15, 22, 27, .98));
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.zh-card--archive:hover,
.zh-card--archive:focus-within {
    border-color: rgba(43, 147, 255, .58);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .25);
    transform: translateY(-2px);
}

.zh-card--archive .zh-card-thumbnail {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    background: #080c0f;
}

.zh-card--archive .zh-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.zh-card--archive:hover .zh-card-thumbnail img {
    transform: scale(1.035);
}

.zh-card--archive .zh-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
}

.zh-card--archive .zh-card-meta {
    margin: 0 0 10px;
    color: var(--zh-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.zh-card--archive .zh-card-category {
    color: #6eb7ff;
}

.zh-card--archive .zh-card-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: clamp(21px, 2.2vw, 30px);
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.13;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zh-card--archive:not(.has-post-thumbnail) {
    height: auto;
    min-height: 190px;
    grid-template-columns: 1fr;
}

.zh-card--archive .zh-card-title a {
    color: #fff;
}

.zh-card--archive .zh-card-excerpt {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    color: #bdc8cf;
    font-size: 15px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zh-pagination {
    margin-top: 34px;
}

.zh-pagination .nav-links {
    justify-content: center;
    gap: 8px;
}

.zh-pagination .page-numbers {
    min-width: 46px;
    min-height: 46px;
    display: inline-grid;
    place-items: center;
    padding: 8px 13px;
    border: 1px solid var(--zh-border);
    border-radius: 12px;
    background: var(--zh-surface);
    color: #e8eef2;
    font-weight: 850;
}

.zh-pagination a.page-numbers:hover,
.zh-pagination a.page-numbers:focus-visible {
    border-color: var(--zh-blue);
    color: #fff;
}

.zh-pagination .current {
    background: var(--zh-red);
    border-color: var(--zh-red);
    color: #fff;
}

/* Live search */
.zh-live-search-form {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.zh-search-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #40515c;
    border-radius: 14px;
    background: #0e151a;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

.zh-search-control:focus-within {
    border-color: var(--zh-blue);
    box-shadow: 0 0 0 3px rgba(43, 147, 255, .16), 0 18px 44px rgba(0, 0, 0, .28);
}

.zh-search-control .search-field {
    min-width: 0;
    height: 54px;
    padding: 0 18px;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    color: #fff !important;
    font-size: 17px;
}

.zh-search-control .search-submit {
    min-width: 118px;
    min-height: 54px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: var(--zh-red);
    color: #fff;
    font-weight: 900;
}

.zh-live-search {
    position: absolute;
    z-index: 1200;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid #40515c;
    border-radius: 14px;
    background: #111a20;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .48);
}

.zh-live-search-status {
    margin: 0;
    padding: 12px 16px;
    border-bottom: 1px solid var(--zh-border);
    color: var(--zh-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.zh-live-search-list {
    max-height: min(62vh, 540px);
    margin: 0;
    padding: 6px;
    overflow-y: auto;
    list-style: none;
}

.zh-live-search-item a {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}

.zh-live-search-item a:hover,
.zh-live-search-item a:focus-visible,
.zh-live-search-item.is-active a {
    background: #1d2a32;
    outline: 0;
}

.zh-live-search-thumb {
    width: 72px;
    height: 54px;
    overflow: hidden;
    border-radius: 8px;
    background: #26343d;
    object-fit: cover;
}

.zh-live-search-copy {
    min-width: 0;
}

.zh-live-search-copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zh-live-search-copy small {
    display: block;
    margin-top: 4px;
    color: var(--zh-muted);
    font-size: 11px;
}

.zh-live-search-all a {
    display: flex;
    justify-content: space-between;
    padding: 13px 14px;
    border-top: 1px solid var(--zh-border);
    border-radius: 0 0 10px 10px;
    color: #65b1ff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.zh-search-header-form {
    max-width: 760px;
    margin-top: 24px;
}

.zh-search-header-form .zh-live-search-form {
    margin: 0;
}

/* Article */
.single-post .site-main.zh-article-shell {
    width: min(calc(100% - 32px), 1240px);
    display: block !important;
    padding-block: clamp(34px, 5vw, 70px) 84px;
}

.zh-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    align-items: start;
    gap: 40px;
}

.zh-article-layout > .zh-article {
    min-width: 0;
}

.zh-article-sidebar {
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 40px);
    padding: 22px 20px 12px;
    border: 1px solid var(--zh-border);
    border-top: 4px solid var(--zh-red);
    border-radius: 14px;
    background: linear-gradient(180deg, var(--zh-surface) 0%, color-mix(in srgb, var(--zh-surface) 84%, transparent) 100%);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.zh-article-sidebar h2 {
    margin: 0 0 18px;
    font-size: 25px;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.zh-article-sidebar-list {
    display: grid;
    gap: 0;
}

.zh-article-sidebar .zh-card--mini {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 108px;
    height: 108px;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid var(--zh-border);
    border-radius: 0;
    background: transparent;
    overflow: hidden;
}

.zh-article-sidebar .zh-card--mini .zh-card-thumbnail {
    width: 88px;
    height: 88px;
    min-height: 0;
    align-self: center;
    border-radius: 10px;
    overflow: hidden;
}

.zh-article-sidebar .zh-card--mini .zh-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zh-article-sidebar .zh-card--mini .zh-card-body {
    min-width: 0;
    height: 88px;
    align-self: center;
    padding: 5px 0 5px 14px;
}

.zh-article-sidebar .zh-card--mini .zh-card-title {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 15px;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zh-author-header {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    padding: 26px;
    border: 1px solid var(--zh-border);
    border-radius: 18px;
    background: var(--zh-surface);
}

.zh-author-header .avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.zh-author-header h1 {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
}

.zh-author-description {
    max-width: 780px;
    color: var(--zh-muted);
    line-height: 1.6;
}

.zh-author-description p {
    margin: 10px 0 0;
}

.zh-author-meta {
    margin: 12px 0 0;
    color: var(--zh-muted);
    font-size: 12px;
    font-weight: 800;
}

.zh-share-icon {
    width: 17px;
    height: 17px;
    display: block;
    flex: 0 0 17px;
}

.wp-block-embed {
    background: transparent !important;
}

.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    background: #000 !important;
}

.wp-block-embed__wrapper::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    height: 96px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--zh-bg) 100%);
}

.wp-block-embed iframe {
    position: relative;
    z-index: 1;
    background: #000 !important;
}

.zh-article-header {
    max-width: 900px;
    margin: 0 auto 28px;
    text-align: left !important;
}

.zh-article-kicker {
    display: table !important;
    align-items: center;
    min-height: 30px;
    margin: 0 0 18px !important;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(227, 6, 19, .14);
    color: #ff5b65;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.single-post .zh-article-header .entry-title.page-title {
    display: inline !important;
    width: auto !important;
    max-width: 900px !important;
    margin: 0 !important;
    padding: .03em .15em !important;
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, transparent 0, transparent 3.5px, #d90000 3.5px, #d90000 calc(100% - 3.5px), transparent calc(100% - 3.5px), transparent 100%) !important;
    color: #fff !important;
    font-family: 'Anton', Impact, sans-serif !important;
    font-size: clamp(38px, 5vw, 58px) !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-wrap: balance;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.zh-search-panel .zh-live-search-form {
    width: 100% !important;
    max-width: 900px !important;
    display: block !important;
    margin-inline: auto !important;
}

.zh-search-panel .zh-search-control {
    width: 100% !important;
}

.zh-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 22px;
    color: var(--zh-muted);
    font-size: 12px;
    font-weight: 750;
}

.zh-article-meta > * + *::before {
    content: "•";
    margin-right: 18px;
    color: #50616c;
}

.zh-article-meta a {
    color: #69b5ff;
    text-decoration: none;
}

.single-post .entry-featured-image {
    max-width: 980px;
    margin: 0 auto 38px;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 20px;
    background: #080c0f;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.single-post .entry-featured-image img {
    display: block;
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

.single-post .feature-image-caption {
    padding: 10px 14px;
    background: #10171c;
    color: var(--zh-muted);
    font-size: 11px;
}

.zh-top-ad-banner {
    width: min(100%, 1920px);
    min-height: 116px;
    margin: 0 auto;
    padding: 8px 16px;
    overflow: hidden;
    background: #0b1014;
    text-align: center;
}

.zh-top-ad-banner .zh-top-ad-label {
    display: block;
    margin-bottom: 4px;
    color: #6f7d86;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
}

.zh-top-ad-banner .code-block,
.zh-top-ad-banner #zh-banner-wrap {
    margin: 0 !important;
}

.single-post .feature-image-caption--openverse {
    padding-block: 12px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    line-height: 1.55;
}

.single-post .entry-content .zh-image-credits {
    margin: 44px 0 12px;
    padding: 18px 20px;
    border: 1px solid var(--zh-border);
    border-left: 3px solid var(--zh-red);
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(255, 30, 48, .055), rgba(255, 255, 255, .018));
    color: #aeb9c0;
    font-size: 13px;
    line-height: 1.6;
}

.single-post .entry-content .zh-image-credits h2,
.single-post .entry-content .zh-image-credits h3 {
    margin: 0 0 8px;
    color: #dce3e7;
    font-size: 14px;
    letter-spacing: .02em;
}

.single-post .entry-content .zh-image-credits ul {
    margin: 0;
    padding-left: 18px;
}

.single-post .entry-content .zh-image-credits a {
    color: #78bcff;
}

.single-post .zh-article > .entry-content {
    max-width: 760px;
    margin-inline: auto;
    color: #e0e6ea;
    font-size: 19px;
    line-height: 1.72;
}

.single-post .zh-article > .entry-content > p:first-child {
    font-size: 21px;
    line-height: 1.62;
}

.single-post .entry-content h2 {
    margin-top: 1.8em;
    font-size: clamp(28px, 4vw, 42px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.zh-native-share,
.zh-related-native {
    max-width: 900px;
    margin: 56px auto 0;
    padding-top: 30px;
    border-top: 1px solid var(--zh-border);
}

.zh-native-share h2,
.zh-related-native h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.zh-native-share-actions {
    width: fit-content;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
    padding: 6px;
    border: 1px solid var(--zh-border);
    border-radius: 16px;
    background: var(--zh-surface);
}

.zh-share-action {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.zh-share-action > span[aria-hidden] {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    text-transform: lowercase;
}

.zh-share-action:hover,
.zh-share-action:focus-visible {
    background: var(--zh-surface-2);
    color: #fff;
}

.zh-share-action--primary {
    color: #8fc7ff;
    background: rgba(43, 147, 255, .1);
    box-shadow: inset 0 0 0 1px rgba(43, 147, 255, .68);
}

.zh-share-status {
    min-height: 1.4em;
    margin: 10px 0 0;
    color: #76c0ff;
    font-size: 12px;
}

.single-post .zh-inline-related {
    border-left: 4px solid var(--zh-red) !important;
}

.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek,
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper {
    width: 100% !important;
    max-width: none !important;
}

.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper {
    display: block !important;
}
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper:not(.zh-embed-card-ready) {
    position: relative !important;
    min-height: 194px !important;
    overflow: hidden !important;
    border: 1px solid var(--zh-border) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--zh-surface) 0%, var(--zh-surface-2) 100%) !important;
}
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper:not(.zh-embed-card-ready) > blockquote,
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper:not(.zh-embed-card-ready) > iframe { opacity: 0 !important; visibility: hidden !important; }
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper:not(.zh-embed-card-ready)::before {
    content: "" !important; display: block !important; position: absolute !important; z-index: 2 !important; top: 0 !important; right: 0 !important; left: 0 !important; height: 3px !important;
    background: linear-gradient(90deg, transparent 0%, #e30613 14%, #ff3540 35%, #2b93ff 65%, #70c1ff 86%, transparent 100%) !important;
}
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper:not(.zh-embed-card-ready)::after {
    content: "Kapcsolódó hír betöltése…" !important; display: grid !important; position: absolute !important; z-index: 1 !important; inset: 3px 0 0 !important; place-items: center !important; height: auto !important;
    color: var(--zh-muted) !important; background: transparent !important; font-size: 12px !important; font-weight: 850 !important; letter-spacing: .06em !important; text-transform: uppercase !important;
}

.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper.zh-embed-card-ready {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
}

.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper.zh-embed-card-ready::before,
.single-post .entry-content .wp-block-embed.is-provider-zsaruh-rek .wp-block-embed__wrapper.zh-embed-card-ready::after {
    content: none !important;
    display: none !important;
}

.single-post .zh-embed-card-ready .zh-embed-archive-card {
    position: relative;
    width: 100%;
    margin: 0;
}

.single-post .zh-embed-card-ready .zh-embed-archive-card::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #e30613 12%, #ff3540 34%, rgba(255,255,255,.18) 49%, #2b93ff 64%, #70c1ff 88%, transparent 100%);
    box-shadow: 0 0 12px rgba(43, 147, 255, .25), 0 0 10px rgba(227, 6, 19, .2);
    pointer-events: none;
}

@media (min-width: 783px) {
    .single-post .zh-embed-card-ready .zh-embed-archive-card {
        grid-template-columns: 220px minmax(0, 1fr) !important;
    }
}

.single-post .entry-content .zh-embed-archive-card .zh-card-body {
    height: 100% !important;
    padding: 24px 28px !important;
}

.single-post .entry-content .zh-embed-archive-card .zh-card-meta {
    display: flex !important;
    justify-content: center !important;
    margin: 0 0 10px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

.single-post .entry-content .zh-embed-archive-card .zh-card-title {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: clamp(20px, 2vw, 26px) !important;
    line-height: 1.15 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

.single-post .entry-content .zh-embed-archive-card .zh-card-excerpt {
    display: -webkit-box !important;
    margin: 12px 0 0 !important;
    overflow: hidden !important;
    color: #bdc8cf !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.single-post .entry-content .zh-embed-archive-card .zh-card-meta time { display: none !important; }
@media (max-width: 782px) {
    .single-post .zh-embed-card-ready .zh-embed-archive-card {
        display: grid !important;
        grid-template-columns: 128px minmax(0, 1fr) !important;
        min-height: 174px !important;
        text-align: left !important;
    }
    .single-post .zh-embed-archive-card .zh-card-thumbnail { min-height: 174px !important; }
    .single-post .zh-embed-archive-card .zh-card-thumbnail img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
    .single-post .entry-content .zh-embed-archive-card .zh-card-body { align-items: stretch !important; padding: 18px 16px !important; text-align: left !important; }
    .single-post .entry-content .zh-embed-archive-card .zh-card-meta { display: flex !important; justify-content: center !important; gap: 8px !important; margin-bottom: 8px !important; font-size: 10px !important; text-align: center !important; }
    .single-post .entry-content .zh-embed-archive-card .zh-card-time { display: inline !important; }
    .single-post .entry-content .zh-embed-archive-card .zh-card-title { font-size: 18px !important; line-height: 1.2 !important; text-align: left !important; -webkit-line-clamp: 3 !important; }
    .single-post .entry-content .zh-embed-archive-card .zh-card-excerpt { margin-top: 8px !important; font-size: 13px !important; line-height: 1.45 !important; text-align: left !important; -webkit-line-clamp: 2 !important; }
}

.zh-home-main .zh-card-title a {
    background-size: 0 1.5px;
}

.zh-article-sidebar .zh-card-title a {
    background-size: 0 1.5px;
}

.zh-related-native .zh-card-title a {
    background-size: 0 1.5px;
}

.zh-home-main .zh-card-title a:hover,
.zh-home-main .zh-card-title a:focus-visible,
.zh-home-main .zh-card-title a:active,
.zh-article-sidebar .zh-card-title a:hover,
.zh-article-sidebar .zh-card-title a:focus-visible,
.zh-article-sidebar .zh-card-title a:active,
.zh-related-native .zh-card-title a:hover,
.zh-related-native .zh-card-title a:focus-visible,
.zh-related-native .zh-card-title a:active,
.single-post .zh-embed-archive-card .zh-card-title a:hover,
.single-post .zh-embed-archive-card .zh-card-title a:focus-visible,
.single-post .zh-embed-archive-card .zh-card-title a:active {
    background-size: 100% 1.5px;
}

.single-post .zh-embed-archive-card:active {
    border-color: rgba(43, 147, 255, .58);
    transform: translateY(-2px);
}

html[data-color-mode="light"] .single-post .zh-inline-related {
    background: linear-gradient(135deg, #ffffff 0%, #eef3f6 100%) !important;
}

html[data-color-mode="light"] .single-post .zh-inline-related__title { color: #53636d !important; }
html[data-color-mode="light"] .single-post .zh-inline-related__category,
html[data-color-mode="light"] .single-post .zh-inline-related__link { color: #172027 !important; }

html[data-color-mode="light"] .single-post .zh-native-share-actions {
    border-color: #cbd5dc !important;
    background: #ffffff !important;
}

html[data-color-mode="light"] .single-post .zh-share-action { color: #172027 !important; }
html[data-color-mode="light"] .single-post .zh-share-action > span[aria-hidden] { background: rgba(23, 32, 39, .08) !important; }
html[data-color-mode="light"] .single-post .zh-share-action:hover,
html[data-color-mode="light"] .single-post .zh-share-action:focus-visible {
    color: #172027 !important;
    background: #e8eef2 !important;
}

html[data-color-mode="light"] .single-post .zh-share-action--primary {
    color: #075ea8 !important;
    background: #e7f3ff !important;
    box-shadow: inset 0 0 0 1px rgba(43, 147, 255, .58) !important;
}

html:not([data-color-mode="light"]) .single-post .entry-content > div[style*="background-color: #f2f2f2"][style*="border-left"] {
    background: #18232a !important;
    border-left-color: var(--zh-red) !important;
}

html:not([data-color-mode="light"]) .single-post .entry-content > div[style*="background-color: #f2f2f2"][style*="border-left"] > p {
    color: #f2f5f7 !important;
}

.zh-related-header {
    margin-bottom: 20px;
}

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

.zh-related-grid .zh-card {
    min-width: 0;
    border-radius: 14px;
    background: var(--zh-surface);
}

.zh-related-grid .zh-card-thumbnail {
    aspect-ratio: 4 / 3;
}

.zh-related-grid .zh-card-body {
    padding: 14px;
}

.zh-related-grid .zh-card-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
}

.zh-related-grid .zh-card-meta {
    margin-bottom: 8px;
    font-size: 10px;
}

/* Home editorial density and deduplicated feed */
.home .zh-home-lead {
    height: auto !important;
    min-height: 620px;
}

.home .zh-home-feature .zh-card {
    min-height: 620px;
}

.zh-news-section {
    margin-block: 54px;
}

/* Page, 404 and footer */
.zh-page-shell {
    display: block !important;
    max-width: 980px;
    padding-block: 52px 84px !important;
}

.zh-page-shell .entry-header,
.zh-page-shell .entry-content {
    max-width: 820px;
    margin-inline: auto;
}

.zh-error-page {
    display: grid !important;
    place-items: center;
    min-height: 68vh;
    padding-block: 60px;
}

.zh-error-card {
    width: min(100%, 760px);
    padding: clamp(26px, 6vw, 64px);
    border: 1px solid var(--zh-border);
    border-radius: 24px;
    background: linear-gradient(145deg, #152028, #0d1419);
    text-align: center;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.zh-error-code {
    margin: 0;
    color: rgba(227, 6, 19, .2);
    font-size: clamp(88px, 20vw, 190px);
    font-weight: 950;
    letter-spacing: -.08em;
    line-height: .75;
}

.zh-error-card h1 {
    margin: 18px 0 12px;
    font-size: clamp(34px, 6vw, 58px);
    line-height: 1;
}

.zh-error-card .zh-live-search-form {
    margin-block: 26px 18px;
}

.zh-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 12px;
    background: var(--zh-red);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

#site-footer.zh-site-footer {
    min-height: 0 !important;
    border-top: 3px solid var(--zh-red) !important;
    background: #0d1419 !important;
}

#site-footer .zh-footer-main {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 28px !important;
    padding-block: 22px !important;
}

#site-footer .zh-footer-brand {
    grid-column: 1;
    grid-row: 1;
}

#site-footer .zh-footer-primary-nav {
    grid-column: 2;
    grid-row: 1;
}

#site-footer .zh-copyright {
    color: var(--zh-muted);
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

#site-footer .zh-footer-brand .custom-logo-link,
#site-footer .zh-footer-brand .custom-logo {
    width: 64px !important;
    height: 64px !important;
}

#site-footer .zh-footer-primary-menu {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

#site-footer .zh-footer-primary-menu a {
    color: #e7edf1 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
}

#site-footer .zh-footer-bottom {
    min-height: 0 !important;
    border-top: 1px solid #26343d !important;
    background: #0a1014 !important;
}

#site-footer .zh-footer-bottom .zh-container,
#site-footer .zh-footer-menu {
    min-height: 0 !important;
}

#site-footer .zh-footer-legal-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    padding-block: 12px !important;
}

#site-footer .zh-footer-menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 11px;
    margin: 0 !important;
    padding-block: 0 !important;
}

#site-footer .zh-footer-menu li:not(:last-child) {
    padding-right: 11px !important;
}

#site-footer .zh-footer-menu a {
    min-height: 0 !important;
    padding: 0 !important;
    color: #8fa0aa !important;
    font-size: 11px;
}

html[data-color-mode="light"] #site-footer.zh-site-footer,
html[data-color-mode="light"] #site-footer .zh-footer-bottom {
    border-color: var(--zh-border) !important;
    background: #e6edf1 !important;
}

html[data-color-mode="light"] #site-footer .zh-footer-primary-menu a,
html[data-color-mode="light"] #site-footer .zh-footer-menu a,
html[data-color-mode="light"] #site-footer .zh-copyright {
    color: var(--zh-text) !important;
}

@media (max-width: 900px) {
    .zh-card--archive {
        grid-template-columns: 230px minmax(0, 1fr);
    }

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

    .zh-news-section-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1099px) {
    .zh-article-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .zh-article-sidebar {
        display: none;
    }
}

@media (max-width: 782px) {
    .zh-content-block--android-app {
        margin: 0 !important;
    }

    .zsh-compact-banner,
    .zsh-compact-body {
        min-height: 58px !important;
        height: 58px !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: 0 !important;
    }

    .zsh-compact-body {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .zsh-compact-center,
    .zsh-compact-right,
    .zsh-compact-features-mobile,
    .zsh-subtitle-pc,
    .zsh-siren-glow {
        display: none !important;
    }

    .zsh-compact-left {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 6px 12px !important;
    }

    .zsh-compact-header {
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        margin: 0 !important;
    }

    .zsh-compact-logo {
        width: 36px !important;
        height: 36px !important;
    }

    .zsh-compact-title h2 {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    .zsh-compact-play {
        min-height: 36px !important;
        margin: 0 !important;
        padding: 7px 10px !important;
        font-size: 11px !important;
        white-space: nowrap;
    }

    .zh-topbar {
        display: none;
    }

    .zh-site-header {
        position: sticky !important;
        top: 0 !important;
    }

    body.admin-bar .zh-site-header {
        top: 46px !important;
    }

    .zh-header-main {
        min-height: 70px !important;
    }

    .zh-branding .custom-logo {
        max-width: 58px;
        max-height: 58px;
    }

    .zh-icon-button,
    .zh-submenu-toggle {
        width: 46px;
        height: 46px;
    }

    .zh-search-panel {
        padding: 12px 0 16px;
    }

    .zh-archive-header--v2 .page-title {
        font-size: clamp(34px, 12vw, 52px);
        line-height: .98;
    }

    .zh-card--archive {
        height: 132px;
        min-height: 132px;
        grid-template-columns: 122px minmax(0, 1fr);
        border-radius: 13px;
    }

    .zh-card--archive .zh-card-thumbnail {
        min-height: 0;
    }

    .zh-card--archive .zh-card-body {
        padding: 13px 14px;
    }

    .zh-card--archive .zh-card-meta {
        margin-bottom: 7px;
        font-size: 9px;
    }

    .zh-card--archive .zh-card-meta time {
        display: none;
    }

    .zh-card--archive .zh-card-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.24;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .zh-card--archive .zh-card-excerpt {
        display: none;
    }

    .zh-card--archive:not(.has-post-thumbnail) {
        height: auto;
        min-height: 116px;
        grid-template-columns: 1fr;
    }

    .zh-search-control .search-field {
        height: 50px;
        padding-inline: 14px;
        font-size: 16px;
    }

    .zh-search-control .search-submit {
        min-width: 92px;
        min-height: 50px;
        padding-inline: 13px;
        font-size: 13px;
    }

    .zh-live-search {
        position: fixed;
        top: 132px;
        right: 12px;
        left: 12px;
        max-height: calc(100vh - 150px);
    }

    .single-post .site-main.zh-article-shell {
        padding-top: 30px;
    }

    .zh-author-header {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 16px;
        padding: 18px;
    }

    .zh-author-header .avatar {
        width: 64px;
        height: 64px;
    }

    .zh-author-header h1 {
        font-size: 30px;
    }

    .zh-author-description,
    .zh-author-meta {
        grid-column: 1 / -1;
    }

    .single-post .zh-article-header .entry-title.page-title {
        font-size: clamp(34px, 10vw, 46px) !important;
        line-height: 1.4 !important;
        background-image: linear-gradient(to bottom, transparent 0, transparent 6px, #d90000 6px, #d90000 calc(100% - 6px), transparent calc(100% - 6px), transparent 100%) !important;
    }

    .zh-article-meta {
        gap: 6px 11px;
    }

    .zh-article-meta > * + *::before {
        margin-right: 11px;
    }

    .single-post .entry-featured-image {
        margin-bottom: 28px;
        border-radius: 14px;
    }

    .single-post .zh-article > .entry-content {
        font-size: 18px;
        line-height: 1.68;
    }

    .zh-native-share,
    .zh-related-native {
        margin-top: 42px;
        padding-top: 24px;
    }

    .zh-native-share-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zh-share-action {
        justify-content: flex-start;
    }

    .zh-related-grid {
        grid-template-columns: 1fr;
    }

    .zh-related-grid .zh-card {
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        min-height: 116px;
    }

    .zh-related-grid .zh-card-thumbnail {
        height: 100%;
        aspect-ratio: auto;
    }

    .zh-related-grid .zh-card-meta {
        display: none;
    }

    .zh-news-section {
        margin-block: 42px;
    }

    .home .zh-home-lead {
        min-height: 0;
    }

    .home .zh-home-feature .zh-card {
        height: 430px;
        min-height: 430px;
        overflow: hidden;
    }

    .home .zh-home-feature .zh-card-thumbnail {
        min-height: 245px;
        height: 245px;
        flex: 0 0 245px;
    }

    .home .zh-home-current-grid,
    .home .zh-home-latest-list {
        gap: 9px;
    }

    .home .zh-card--compact,
    .home .zh-card--mini {
        height: 104px;
        min-height: 104px;
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .home .zh-card--compact .zh-card-thumbnail,
    .home .zh-card--mini .zh-card-thumbnail {
        min-height: 104px;
    }

    .home .zh-card--compact .zh-card-body,
    .home .zh-card--mini .zh-card-body {
        padding: 10px 0 10px 12px;
    }

    .zh-news-section-grid {
        grid-template-columns: 1fr !important;
    }

    .zh-news-section-grid .zh-card--feature {
        grid-column: auto !important;
        height: 430px;
        min-height: 430px;
        overflow: hidden;
    }

    .zh-news-section-grid .zh-card--feature .zh-card-thumbnail {
        min-height: 245px;
        height: 245px;
    }

    .zh-news-section-grid .zh-card:not(.zh-card--feature) {
        height: 118px;
        min-height: 118px;
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .zh-news-section-grid .zh-card:not(.zh-card--feature) .zh-card-thumbnail {
        height: 100%;
        min-height: 118px;
        aspect-ratio: auto;
    }

    .zh-news-section-grid .zh-card:not(.zh-card--feature) .zh-card-body {
        padding: 13px;
    }

    .zh-news-section-grid .zh-card:not(.zh-card--feature) .zh-card-excerpt {
        display: none;
    }

    .zh-news-section-grid .zh-card:not(.zh-card--feature) .zh-card-title {
        display: -webkit-box;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.28;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    #site-footer .zh-footer-main {
        grid-template-columns: 1fr !important;
        gap: 14px 18px !important;
        padding-block: 18px !important;
    }

    #site-footer .zh-footer-brand .custom-logo-link,
    #site-footer .zh-footer-brand .custom-logo {
        width: 54px !important;
        height: 54px !important;
    }

    #site-footer .zh-footer-brand { justify-self: center; }
    #site-footer .zh-footer-primary-nav { display: none !important; }
    #site-footer .zh-footer-legal-row { flex-direction: column; text-align: center; }
    #site-footer .zh-copyright { text-align: center; }
}

@media (max-width: 430px) {
    .zsh-compact-title {
        display: none !important;
    }

    .zh-card--archive {
        grid-template-columns: 108px minmax(0, 1fr);
    }

    .zh-native-share-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .zsh-compact-banner,
    .zsh-compact-banner .zsh-compact-body {
        height: 108px !important;
        min-height: 108px !important;
        overflow: hidden !important;
    }
    .zsh-compact-banner .zsh-compact-body {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }
    .zsh-compact-banner .zsh-compact-center { display: none !important; }
    .zsh-compact-banner .zsh-compact-left {
        width: 100% !important;
        height: 106px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas: "app-header app-play" "app-features app-features" !important;
        align-items: center !important;
        gap: 4px 10px !important;
        padding: 7px 10px 6px !important;
    }
    .zsh-compact-banner .zsh-compact-header {
        grid-area: app-header;
        width: auto !important;
        height: auto !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 9px !important;
    }
    .zsh-compact-banner .zsh-compact-logo {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
    }
    .zsh-compact-banner .zsh-compact-title { display: block !important; }
    .zsh-compact-banner .zsh-compact-title h2 { margin: 0 !important; font-size: 16px !important; line-height: 1.1 !important; white-space: nowrap !important; }
    .zsh-compact-banner .zsh-subtitle-pc { display: block !important; margin: 3px 0 0 !important; font-size: 9px !important; line-height: 1 !important; }
    .zsh-compact-banner .zsh-compact-features-mobile {
        grid-area: app-features;
        display: block !important;
        margin: 0 !important;
        padding: 5px 4px 0 !important;
        border-top: 1px solid rgba(105, 181, 255, .2);
        color: #aebdc6 !important;
        font-size: 9px !important;
        font-weight: 650 !important;
        line-height: 1.25 !important;
        letter-spacing: .01em;
        text-align: center;
    }
    .zsh-compact-banner .zsh-compact-play {
        grid-area: app-play;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 7px 9px !important;
        font-size: 10px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 340px) {
    .zsh-compact-banner .zsh-compact-header { gap: 6px !important; }
    .zsh-compact-banner .zsh-compact-logo {
        width: 34px !important;
        height: 34px !important;
        flex-basis: 34px !important;
    }
    .zsh-compact-banner .zsh-compact-title h2 { font-size: 14px !important; }
    .zsh-compact-banner .zsh-subtitle-pc { font-size: 8px !important; }
    .zsh-compact-banner .zsh-compact-play {
        padding-inline: 7px !important;
        font-size: 9px !important;
    }
}
