.kzh-wrap {
    --kzh-green-950: #0f241b;
    --kzh-green-900: #173528;
    --kzh-green-800: #1f4b39;
    --kzh-green-700: #2f614b;
    --kzh-green-100: #edf3e9;
    --kzh-cream-50: #fbfaf6;
    --kzh-cream-100: #f6f2e8;
    --kzh-cream-200: #ebe2cd;
    --kzh-gold: #c7ad67;
    --kzh-text: #18251e;
    --kzh-muted: #5c6b62;
    --kzh-shadow: 0 24px 70px rgba(21, 35, 28, 0.12);
    --kzh-gutter: clamp(22px, 3.6vw, 64px);
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 70vh;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: radial-gradient(circle at 16% 18%, rgba(199, 173, 103, 0.12), transparent 27rem), var(--kzh-cream-50);
    color: var(--kzh-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.68;
}

.kzh-wrap,
.kzh-wrap * {
    box-sizing: border-box;
}

.kzh-wrap::before,
.kzh-wrap::after {
    box-sizing: border-box;
}

.kzh-container {
    width: calc(100vw - (var(--kzh-gutter) * 2)) !important;
    max-width: 1600px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.kzh-narrow {
    max-width: 960px !important;
}

.kzh-wrap svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.kzh-wrap a {
    text-underline-offset: 0.18em;
}

.kzh-wrap article,
.kzh-wrap section,
.kzh-wrap header,
.kzh-wrap nav,
.kzh-wrap div,
.kzh-wrap figure {
    max-width: none;
}

.kzh-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: clamp(340px, 36vw, 475px);
    padding: clamp(64px, 6vw, 96px) 0 clamp(76px, 6vw, 102px);
    background:
        radial-gradient(circle at 88% 34%, rgba(232, 207, 133, 0.58), transparent 27rem),
        linear-gradient(125deg, #10251c 0%, #173528 40%, #4e674f 70%, #d7bf80 100%);
    color: #ffffff;
}

.kzh-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: '';
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.34;
}

.kzh-hero::after {
    position: absolute;
    right: clamp(20px, 5vw, 96px);
    top: clamp(28px, 5.8vw, 88px);
    bottom: auto;
    z-index: -1;
    content: '⚜';
    color: rgba(255, 255, 255, 0.13);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(190px, 21vw, 330px);
    line-height: 1;
    text-shadow: 0 0 80px rgba(250, 230, 169, 0.3);
}

.kzh-hero-inner {
    min-height: 250px;
    display: flex;
    align-items: center;
}

.kzh-hero-content {
    width: 100%;
    max-width: none;
    padding-right: clamp(0px, 8vw, 120px);
}

.kzh-eyebrow {
    margin: 0 0 16px;
    color: var(--kzh-gold);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kzh-hero h1,
.kzh-login-page h1,
.kzh-article-header h1 {
    margin: 0;
    color: inherit;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.kzh-hero h1 {
    max-width: min(100%, 1500px);
    font-size: clamp(2.45rem, 4.2vw, 4.65rem);
    line-height: 1.02;
    text-wrap: balance;
}

.kzh-subtitle {
    max-width: 800px;
    margin: 20px 0 0;
    color: var(--kzh-muted);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.62;
}

.kzh-hero .kzh-subtitle {
    color: rgba(255, 255, 255, 0.92);
}

.kzh-hero-actions,
.kzh-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.kzh-button,
.kzh-wrap .login-submit .button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--kzh-green-800);
    color: #ffffff !important;
    font: inherit;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(31, 75, 57, 0.2);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.kzh-hero .kzh-button {
    background: #ffffff;
    color: var(--kzh-green-900) !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
}

.kzh-button:hover,
.kzh-wrap .login-submit .button-primary:hover {
    transform: translateY(-1px);
    background: var(--kzh-green-700);
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(31, 75, 57, 0.25);
}

.kzh-hero .kzh-button:hover {
    background: var(--kzh-cream-100);
    color: var(--kzh-green-900) !important;
}

.kzh-button-secondary,
.kzh-hero .kzh-button-secondary {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow: none;
}

.kzh-auth .kzh-button-secondary,
.kzh-inner .kzh-button-secondary {
    background: var(--kzh-cream-100);
    color: var(--kzh-green-900) !important;
    border: 1px solid var(--kzh-cream-200);
}

.kzh-nav-container {
    position: relative;
    z-index: 5;
}

.kzh-inner {
    padding: 1px 0 clamp(54px, 7vw, 90px);
}

.kzh-inner .kzh-nav-container {
    margin-bottom: 8px;
}

.kzh-inner .kzh-nav {
    margin-bottom: 28px;
}

.kzh-auth {
    min-height: 70vh;
}

.kzh-nav {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 34px 0 38px;
    padding: 16px;
    border: 1px solid rgba(31, 75, 57, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--kzh-shadow);
    backdrop-filter: blur(12px);
}

.kzh-home .kzh-nav {
    margin-top: -50px;
}

.kzh-nav-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--kzh-green-900) !important;
    font-size: clamp(0.82rem, 0.96vw, 0.94rem);
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.kzh-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: currentColor;
    font-size: 20px;
    flex: 0 0 auto;
}

.kzh-nav-link:hover,
.kzh-nav-link.is-active {
    background: var(--kzh-green-800);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.kzh-nav-link-panel {
    margin-left: auto;
    background: var(--kzh-cream-100);
    color: var(--kzh-green-900) !important;
}

.kzh-main-container {
    padding-bottom: clamp(48px, 7vw, 86px);
}

.kzh-intro,
.kzh-note,
.kzh-login-page,
.kzh-article {
    border: 1px solid rgba(31, 75, 57, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--kzh-shadow);
}

.kzh-intro {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(18px, 3vw, 28px);
    align-items: center;
    padding: clamp(24px, 4vw, 40px);
    margin: 0 0 clamp(44px, 7vw, 70px);
}

.kzh-intro-icon,
.kzh-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--kzh-green-800);
    color: #ffffff;
    font-size: 30px;
    box-shadow: inset 0 -6px 16px rgba(0, 0, 0, 0.12), 0 12px 26px rgba(31, 75, 57, 0.22);
}

.kzh-intro-content {
    padding-left: clamp(0px, 2vw, 26px);
    border-left: 1px solid rgba(31, 75, 57, 0.12);
}

.kzh-intro-content > *:first-child,
.kzh-note > *:first-child,
.kzh-content > *:first-child {
    margin-top: 0;
}

.kzh-intro-content > *:last-child,
.kzh-note > *:last-child,
.kzh-content > *:last-child {
    margin-bottom: 0;
}

.kzh-section {
    padding: 0 0 clamp(34px, 5vw, 58px);
}

.kzh-news-home {
    margin-bottom: clamp(42px, 6vw, 68px);
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(31, 75, 57, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--kzh-shadow);
}

.kzh-news-home .kzh-section-heading {
    margin-bottom: clamp(20px, 3vw, 28px);
}

.kzh-section-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(24px, 4vw, 36px);
}

.kzh-section-heading-centered {
    justify-content: center;
    text-align: center;
}

.kzh-section-heading h2,
.kzh-section h2 {
    margin: 0;
    color: var(--kzh-green-900);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.75rem, 2.4vw, 2.45rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.kzh-section-heading-centered h2 {
    display: inline-flex;
    align-items: center;
    gap: clamp(18px, 3vw, 32px);
}

.kzh-section-heading-centered h2::before,
.kzh-section-heading-centered h2::after {
    width: clamp(42px, 7vw, 88px);
    height: 1px;
    content: '';
    background: var(--kzh-gold);
}

.kzh-small-link,
.kzh-edit-link a,
.kzh-more,
.kzh-lost-password a,
.kzh-breadcrumb a,
.kzh-content a {
    color: var(--kzh-green-800) !important;
    font-weight: 800;
}

.kzh-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
    gap: clamp(22px, 2.4vw, 34px) !important;
    align-items: stretch !important;
    width: 100% !important;
}

.kzh-card {
    position: relative;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 250px;
    flex-direction: column;
    padding: clamp(26px, 2.6vw, 34px);
    margin: 0 !important;
    border: 1px solid rgba(31, 75, 57, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffefa 100%);
    box-shadow: 0 16px 44px rgba(21, 35, 28, 0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kzh-card:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 75, 57, 0.22);
    box-shadow: 0 24px 62px rgba(21, 35, 28, 0.14);
}

.kzh-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 0 22px;
    border-radius: 50%;
    background: var(--kzh-green-100);
    color: var(--kzh-green-800);
    font-size: 32px;
    text-decoration: none !important;
}

.kzh-card-title {
    margin: 0 0 16px !important;
    color: var(--kzh-green-900);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 1.65vw, 1.85rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.kzh-card-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.kzh-card p {
    margin: 0 0 24px;
    color: var(--kzh-muted);
    font-size: 0.98rem;
    line-height: 1.66;
}

.kzh-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    color: var(--kzh-green-800) !important;
    font-size: 0.98rem;
    text-decoration: none !important;
}

.kzh-more svg {
    width: 1.05em;
    height: 1.05em;
    transition: transform 0.18s ease;
}

.kzh-more:hover svg {
    transform: translateX(4px);
}

.kzh-note {
    padding: clamp(24px, 4vw, 40px);
    margin-bottom: 48px;
}

.kzh-article {
    padding: clamp(26px, 4vw, 48px);
    margin-bottom: 52px;
}

.kzh-article-header {
    margin-bottom: clamp(28px, 4vw, 42px);
    padding-bottom: clamp(22px, 4vw, 34px);
    border-bottom: 1px solid rgba(31, 75, 57, 0.12);
}

.kzh-article-header h1,
.kzh-login-page h1 {
    color: var(--kzh-green-900);
    font-size: clamp(2rem, 3.6vw, 3.3rem);
    line-height: 1.02;
    text-wrap: balance;
}

.kzh-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--kzh-muted);
    font-size: 0.94rem;
}

.kzh-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--kzh-green-800) !important;
    text-decoration: none !important;
}

.kzh-featured-image {
    margin: 0 0 34px;
}

.kzh-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(21, 35, 28, 0.12);
}

.kzh-content {
    color: var(--kzh-text);
}

.kzh-content h2,
.kzh-content h3,
.kzh-content h4 {
    color: var(--kzh-green-900);
    line-height: 1.2;
}

.kzh-content table {
    width: 100%;
    border-collapse: collapse;
}

.kzh-content th,
.kzh-content td {
    padding: 12px;
    border: 1px solid var(--kzh-cream-200);
    text-align: left;
}

.kzh-people-section {
    margin-top: clamp(34px, 5vw, 56px);
    padding-top: clamp(26px, 4vw, 42px);
    border-top: 1px solid rgba(31, 75, 57, 0.12);
}

.kzh-people-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)) !important;
    gap: clamp(18px, 3vw, 26px) !important;
    align-items: stretch !important;
}

.kzh-person-card {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    width: 100% !important;
    min-width: 0 !important;
    padding: clamp(20px, 3vw, 26px);
    margin: 0 !important;
    border: 1px solid rgba(31, 75, 57, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffefa 100%);
    box-shadow: 0 14px 36px rgba(21, 35, 28, 0.08);
}

.kzh-person-photo {
    display: flex;
    width: 104px;
    height: 104px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: var(--kzh-green-100);
    color: var(--kzh-green-800);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.7rem;
    font-weight: 800;
}

.kzh-person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kzh-person-content h3 {
    margin: 0;
    color: var(--kzh-green-900);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    line-height: 1.12;
}

.kzh-person-role {
    margin: 8px 0 0;
    color: var(--kzh-muted);
    font-weight: 800;
}

.kzh-person-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.kzh-person-links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--kzh-cream-100);
    color: var(--kzh-green-800) !important;
    font-size: 0.94rem;
    font-weight: 800;
    text-decoration: none !important;
}

.kzh-person-links a:hover {
    background: var(--kzh-green-800);
    color: #ffffff !important;
}

.kzh-cta-box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-top: 38px;
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid rgba(199, 173, 103, 0.32);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--kzh-cream-100), #ffffff);
}

.kzh-cta-box h2 {
    margin-top: 0;
}

.kzh-edit-link {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(31, 75, 57, 0.12);
}

.kzh-login-page {
    padding: clamp(28px, 5vw, 56px);
    margin-bottom: 60px;
}

.kzh-login-box {
    margin-top: 28px;
}

.kzh-login-note {
    padding: 16px 18px;
    border: 1px solid rgba(199, 173, 103, 0.3);
    border-radius: 18px;
    background: var(--kzh-cream-100);
    color: var(--kzh-green-900);
}

.kzh-wrap form.login label {
    display: block;
    margin-bottom: 7px;
    color: var(--kzh-green-900);
    font-weight: 800;
}

.kzh-wrap form.login input[type='text'],
.kzh-wrap form.login input[type='password'] {
    width: 100%;
    min-height: 52px;
    padding: 11px 14px;
    border: 1px solid rgba(31, 75, 57, 0.18);
    border-radius: 14px;
    background: #ffffff;
    color: var(--kzh-text);
    font: inherit;
}

.kzh-wrap form.login input[type='text']:focus,
.kzh-wrap form.login input[type='password']:focus {
    border-color: var(--kzh-green-700);
    outline: 2px solid rgba(47, 97, 75, 0.18);
}

.kzh-wrap .login-remember label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


@media (min-width: 1100px) {
    .kzh-hero h1 {
        max-width: min(100%, 1560px);
        font-size: clamp(3.4rem, 4.15vw, 4.65rem);
    }

    .kzh-hero-content {
        padding-right: clamp(0px, 12vw, 180px);
    }
}

@media (min-width: 1500px) {
    .kzh-hero h1 {
        max-width: 1500px;
        font-size: clamp(3.8rem, 3.85vw, 4.7rem);
    }

    .kzh-hero::after {
        right: clamp(22px, 4vw, 86px);
        top: clamp(36px, 6vw, 96px);
    }
}

@media (min-width: 1280px) {
    .kzh-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1279px) {
    .kzh-nav-link-panel {
        margin-left: 0;
    }
}

@media (max-width: 920px) {
    .kzh-hero-content {
        padding-right: 0;
    }

    .kzh-nav-link {
        flex: 1 1 calc(33.333% - 10px);
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 720px) {
    .kzh-wrap {
        --kzh-gutter: 16px;
        font-size: 16px;
    }

    .kzh-hero {
        min-height: auto;
        padding: 58px 0 82px;
    }

    .kzh-hero-inner {
        min-height: 0;
    }

    .kzh-hero h1 {
        max-width: 100%;
        font-size: clamp(2.05rem, 10.5vw, 3.25rem);
    }

    .kzh-hero::after {
        top: 34px;
        right: -30px;
        font-size: clamp(170px, 54vw, 240px);
    }

    .kzh-home .kzh-nav {
        margin-top: -42px;
    }

    .kzh-nav {
        gap: 8px;
        padding: 12px;
        border-radius: 22px;
    }

    .kzh-nav-link {
        flex: 1 1 calc(50% - 8px);
        min-height: 44px;
        white-space: normal;
        text-align: center;
    }

    .kzh-intro,
    .kzh-cta-box,
    .kzh-person-card {
        grid-template-columns: 1fr;
    }

    .kzh-intro-content {
        padding-left: 0;
        border-left: 0;
    }

    .kzh-section-heading-centered h2::before,
    .kzh-section-heading-centered h2::after {
        width: 36px;
    }

    .kzh-person-photo {
        width: 92px;
        height: 92px;
    }
}

@media (max-width: 460px) {
    .kzh-nav-link {
        flex-basis: 100%;
    }

    .kzh-section-heading-centered h2::before,
    .kzh-section-heading-centered h2::after {
        display: none;
    }
}

.kzh-people-intro {
    max-width: 980px;
    margin: -18px auto 28px;
    color: var(--kzh-muted);
    font-size: clamp(1rem, 1.6vw, 1.08rem);
    line-height: 1.75;
    text-align: center;
}

.kzh-people-intro p {
    margin: 0;
}

.kzh-section-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.kzh-news-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)) !important;
    gap: clamp(22px, 2.4vw, 34px) !important;
    align-items: stretch !important;
}

.kzh-news-grid-archive {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)) !important;
}

.kzh-news-card {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 75, 57, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(21, 35, 28, 0.1);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kzh-news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 75, 57, 0.22);
    box-shadow: 0 24px 62px rgba(21, 35, 28, 0.14);
}

.kzh-news-thumb {
    display: flex;
    width: 100%;
    aspect-ratio: 16 / 9;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--kzh-green-900), var(--kzh-green-700));
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none !important;
}

.kzh-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.kzh-news-card:hover .kzh-news-thumb img {
    transform: scale(1.03);
}

.kzh-news-thumb-placeholder svg {
    width: 72px;
    height: 72px;
}

.kzh-news-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: clamp(22px, 3vw, 30px);
}

.kzh-news-content time,
.kzh-news-meta {
    display: block;
    margin: 0 0 12px;
    color: var(--kzh-gold);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kzh-news-title {
    margin: 0 0 14px !important;
    color: var(--kzh-green-900);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.32rem, 1.55vw, 1.7rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.kzh-news-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.kzh-news-content p {
    margin: 0 0 24px;
    color: var(--kzh-muted);
}

.kzh-news-content .kzh-more {
    margin-top: auto;
}

.kzh-pagination {
    margin-top: clamp(28px, 5vw, 46px);
}

.kzh-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.kzh-pagination .page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--kzh-cream-100);
    color: var(--kzh-green-900) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.kzh-pagination .page-numbers.current,
.kzh-pagination .page-numbers:hover {
    background: var(--kzh-green-800);
    color: #ffffff !important;
}

/* Aktualności: lista dwukolumnowa używana w archiwum i na stronie głównej */
.kzh-news-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(18px, 2.2vw, 26px) !important;
}

.kzh-news-list .kzh-news-card {
    display: grid !important;
    grid-template-columns: minmax(190px, 320px) minmax(0, 1fr) !important;
    align-items: stretch;
    min-height: 190px;
    flex-direction: initial !important;
}

.kzh-news-list .kzh-news-thumb {
    width: 100%;
    height: 100%;
    min-height: 190px;
    aspect-ratio: auto;
    border-radius: 0;
}

.kzh-news-list .kzh-news-thumb-placeholder svg {
    width: 44px;
    height: 44px;
}

.kzh-news-list .kzh-news-content {
    justify-content: center;
    padding: clamp(22px, 3vw, 34px);
}

.kzh-news-list .kzh-news-title {
    max-width: 980px;
    font-size: clamp(1.42rem, 1.75vw, 1.95rem);
}

.kzh-news-list .kzh-news-content p {
    max-width: 980px;
    font-size: clamp(0.96rem, 1.08vw, 1.04rem);
    line-height: 1.68;
}

@media (max-width: 820px) {
    .kzh-news-list .kzh-news-card {
        grid-template-columns: 1fr !important;
        min-height: 0;
    }

    .kzh-news-list .kzh-news-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}
