:root {
    --bs-border-radius: 1.125rem;
    --bs-border-radius-sm: .85rem;
    --bs-border-radius-lg: 1.35rem;
    --bs-border-radius-xl: 1.65rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-pill: 999rem;
}

:root {
    --tzsm-primary: #247f43;
    --tzsm-primary-dark: #174f31;
    --tzsm-primary-deep: #0f3826;
    --tzsm-primary-soft: #e8f4ea;
    --tzsm-accent: #f0b323;
    --tzsm-accent-dark: #c88710;
    --tzsm-accent-soft: #fff4ce;
    --tzsm-earth: #8d5f2d;
    --tzsm-earth-soft: #f5eee2;
    --tzsm-ink: #173323;
    --tzsm-muted: #66766b;
    --tzsm-bg: #fbfaf4;
    --tzsm-surface: #ffffff;
    --tzsm-surface-soft: #f1f6ef;
    --tzsm-border: rgba(23, 51, 35, .13);
    --tzsm-shadow: 0 26px 70px rgba(23, 51, 35, .13);
    --tzsm-shadow-soft: 0 14px 34px rgba(23, 51, 35, .08);
    --tzsm-container: 1180px;
    --tzsm-heading-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --tzsm-body-font: "Trebuchet MS", "Avenir Next", Arial, sans-serif;
    --tzsm-ui-font: var(--tzsm-body-font);
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--tzsm-body-font);
    background:
        radial-gradient(circle at 8% 5%, rgba(240, 179, 35, .08), transparent 30vw),
        radial-gradient(circle at 92% 20%, rgba(36, 127, 67, .08), transparent 36vw),
        var(--tzsm-bg);
    color: var(--tzsm-ink);
    line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, select, input[type="button"], input[type="submit"], input[type="reset"] { font-family: var(--tzsm-ui-font); }
.tzsm-main-nav, .tzsm-subnav, .tzsm-header-cta, .tzsm-button, .tzsm-navbar-search, .tzsm-home-calendar-nav { font-family: var(--tzsm-ui-font); }
h1, h2, h3, h4, h5, h6 { font-family: var(--tzsm-heading-font); text-shadow: 0 2px 0 rgba(255,255,255,.48), 0 14px 30px rgba(23,51,35,.16); }
.tzsm-hero h1, .tzsm-page-hero h1, .tzsm-cta-band h2, .tzsm-contact-panel h2, .tzsm-destination-card h3, .tzsm-site-footer h2, .tzsm-site-footer h3 { text-shadow: 0 5px 20px rgba(0,0,0,.34); }

.tzsm-container { width: min(var(--tzsm-container), calc(100% - 40px)); margin-inline: auto; }
.tzsm-skip-link { position: fixed; left: 16px; top: 16px; z-index: 1000; transform: translateY(-140%); padding: 10px 14px; border-radius: var(--bs-border-radius-pill) !important; background: var(--tzsm-ink); color: #fff; }
.tzsm-skip-link:focus { transform: translateY(0); }

.tzsm-site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,244,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--tzsm-border); transition: box-shadow .18s ease, background .18s ease; }
.tzsm-site-header.is-scrolled { box-shadow: 0 10px 32px rgba(23,51,35,.10); background: rgba(255,255,255,.97); }
.tzsm-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.tzsm-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.tzsm-brand-mark { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px !important; background: linear-gradient(135deg, var(--tzsm-primary), var(--tzsm-primary-dark)); color: #fff; font-weight: 950; font-size: 1.25rem; box-shadow: 0 12px 24px rgba(36,127,67,.24); }
.tzsm-brand-text { display: grid; line-height: 1.12; }
.tzsm-brand-text strong { font-size: 1.05rem; max-width: 280px; }
.tzsm-brand-text small { color: var(--tzsm-muted); font-weight: 750; }
.tzsm-brand-logo { max-width: 220px; max-height: 64px; object-fit: contain; }
.tzsm-main-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.tzsm-main-nav a { padding: 10px 13px; border-radius: var(--bs-border-radius-pill) !important; color: #334d3d; text-decoration: none; font-weight: 850; font-size: .93rem; }
.tzsm-main-nav a:hover, .tzsm-main-nav a:focus { color: var(--tzsm-primary-dark); background: rgba(36,127,67,.10); }
.tzsm-nav-item { position: relative; display: inline-flex; }
.tzsm-nav-item > a { display: inline-flex; align-items: center; }
.tzsm-nav-item.has-children > a::after { content: ""; width: .42rem; height: .42rem; margin-left: .42rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .75; }
.tzsm-subnav { position: absolute; left: 0; top: calc(100% + 10px); z-index: 40; min-width: 230px; display: grid; gap: 4px; padding: 10px; border: 1px solid var(--tzsm-border); border-radius: var(--bs-border-radius-lg) !important; background: var(--tzsm-surface); box-shadow: var(--tzsm-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.tzsm-nav-item:hover .tzsm-subnav, .tzsm-nav-item:focus-within .tzsm-subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.tzsm-subnav a { display: block; white-space: nowrap; border-radius: 14px !important; }
.tzsm-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border-radius: var(--bs-border-radius-pill) !important; background: var(--tzsm-accent); color: #241802; font-weight: 950; text-decoration: none; box-shadow: 0 12px 24px rgba(240,179,35,.22); white-space: nowrap; }
.tzsm-header-cta:hover { color: #241802; transform: translateY(-1px); }
.tzsm-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--tzsm-border); border-radius: 16px !important; background: var(--tzsm-surface); padding: 10px; }
.tzsm-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--tzsm-ink); border-radius: 2px; }

.tzsm-hero {
    min-height: 650px;
    display: grid;
    align-items: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(9,40,26,.98) 0%, rgba(12,58,34,.91) 37%, rgba(23,103,52,.50) 68%, rgba(9,40,26,.18) 100%),
        linear-gradient(180deg, rgba(7,30,20,.12) 0%, rgba(7,30,20,.04) 54%, rgba(7,30,20,.42) 100%),
        var(--tzsm-hero-image, radial-gradient(circle at 74% 17%, rgba(240,179,35,.38), transparent 26%), linear-gradient(135deg, #0f3826, #247f43 58%, #8d5f2d));
    background-size: cover;
    background-position: center 46%;
}
.tzsm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 42%, transparent 73%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.82) 42%, transparent 73%);
    opacity: .34;
}
.tzsm-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: -1;
    height: 138px;
    background: linear-gradient(0deg, var(--tzsm-bg) 0%, rgba(251,250,244,.62) 18%, transparent 100%);
    pointer-events: none;
}
.tzsm-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 650px;
    padding-block: 88px 112px;
}
.tzsm-hero-copy {
    position: relative;
    width: min(900px, 82%);
    max-width: 900px;
    padding: 8px 0;
}
.tzsm-hero h1, .tzsm-page-hero h1 { margin: 0; font-size: clamp(2.85rem, 6.25vw, 6rem); line-height: .91; letter-spacing: -.065em; font-weight: 950; }
.tzsm-hero h1 { max-width: 900px; text-wrap: balance; text-shadow: 0 8px 34px rgba(0,0,0,.32); }
.tzsm-hero p:not(.tzsm-eyebrow), .tzsm-page-hero p:not(.tzsm-eyebrow) { max-width: 740px; margin: 24px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: rgba(255,255,255,.90); }
.tzsm-hero p:not(.tzsm-eyebrow) { line-height: 1.62; text-shadow: 0 3px 18px rgba(0,0,0,.26); }
.tzsm-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--tzsm-accent); font-weight: 950; letter-spacing: .17em; text-transform: uppercase; font-size: .78rem; }
.tzsm-eyebrow::before { content: ""; width: 30px; height: 2px; border-radius: 999px; background: currentColor; box-shadow: 0 0 18px rgba(240,179,35,.30); }
.tzsm-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.tzsm-hero-actions .tzsm-button { min-height: 54px; padding-inline: 25px; }
.tzsm-hero .tzsm-button-ghost { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); backdrop-filter: blur(8px); }
.tzsm-hero .tzsm-button-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.68); color: #fff; }
.tzsm-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: var(--bs-border-radius-pill) !important; font-weight: 950; text-decoration: none; border: 1px solid transparent; cursor: pointer; line-height: 1.1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.tzsm-button:hover { transform: translateY(-1px); }
.tzsm-button-primary { background: var(--tzsm-accent); color: #241802; box-shadow: 0 14px 30px rgba(240,179,35,.25); }
.tzsm-button-primary:hover { filter: brightness(1.02); color: #241802; }
.tzsm-button-ghost, .tzsm-button-outline { color: #fff; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.08); }
.tzsm-button-outline { color: var(--tzsm-primary-dark); border-color: rgba(36,127,67,.25); background: #fff; }
.tzsm-button-line { margin-top: 28px; }
.tzsm-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--tzsm-primary); font-weight: 950; text-decoration: none; }
.tzsm-text-link::after { content: "→"; }

.tzsm-hero-stats { position: relative; z-index: 2; margin-top: -64px; }
.tzsm-stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border-radius: 28px !important; box-shadow: var(--tzsm-shadow); background: var(--tzsm-border); }
.tzsm-stat-item { padding: 26px 28px; background: #fff; }
.tzsm-stat-item strong { display: block; color: var(--tzsm-primary-dark); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; }
.tzsm-stat-item span { display: block; margin-top: 8px; color: var(--tzsm-muted); font-weight: 800; }

.tzsm-page-hero { padding: 116px 0 92px; background: radial-gradient(circle at 80% 20%, rgba(240,179,35,.28), transparent 28%), linear-gradient(135deg, var(--tzsm-primary-deep), var(--tzsm-primary)); color: #fff; position: relative; overflow: hidden; }
.tzsm-page-hero::after { content: ""; position: absolute; right: -90px; bottom: -120px; width: 340px; height: 340px; border-radius: 50%; border: 60px solid rgba(255,255,255,.08); }
.tzsm-page-hero > .tzsm-container { position: relative; z-index: 1; }
.tzsm-page-hero-with-image { background: linear-gradient(90deg, rgba(15,56,38,.92), rgba(15,56,38,.58)), var(--tzsm-page-hero-image, linear-gradient(135deg, var(--tzsm-primary-dark), var(--tzsm-primary))); background-size: cover; background-position: center; }
.tzsm-page-hero-contact { background: radial-gradient(circle at 84% 24%, rgba(240,179,35,.26), transparent 28%), linear-gradient(135deg, var(--tzsm-primary-deep), var(--tzsm-earth)); }

.tzsm-section { padding: 88px 0; }
.tzsm-section-intro { padding-top: 110px; }
.tzsm-section-muted { background: var(--tzsm-surface-soft); }
.tzsm-section-events { background: linear-gradient(180deg, #fff, var(--tzsm-primary-soft)); }
.tzsm-section-adventure { background: #fff; }
.tzsm-section-heading { max-width: 780px; margin-bottom: 34px; }
.tzsm-section-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.tzsm-section-heading h2, .tzsm-split h2, .tzsm-adventure-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.55rem); line-height: .96; letter-spacing: -.055em; font-weight: 950; }
.tzsm-section-heading p:not(.tzsm-eyebrow), .tzsm-split p, .tzsm-adventure-copy p { color: var(--tzsm-muted); }

.tzsm-content-card { padding: clamp(24px, 5vw, 56px); background: var(--tzsm-surface); border: 1px solid var(--tzsm-border); border-radius: var(--bs-border-radius-xl) !important; box-shadow: var(--tzsm-shadow); }
.tzsm-rich-content { max-width: 860px; margin-inline: auto; font-size: 1.07rem; }
.tzsm-rich-content h2, .tzsm-rich-content h3, .tzsm-rich-content h4 { line-height: 1.12; letter-spacing: -.03em; margin: 1.45em 0 .55em; }
.tzsm-rich-content p { margin: 0 0 1.05em; }
.tzsm-rich-content a { color: var(--tzsm-primary); font-weight: 800; }
.tzsm-rich-content figcaption { color: var(--tzsm-muted); font-size: .92rem; margin-top: 10px; text-align: center; }
.tzsm-rich-content blockquote { margin: 34px 0; padding: 26px 30px; border-left: 5px solid var(--tzsm-accent); background: var(--tzsm-primary-soft); border-radius: var(--bs-border-radius-lg) !important; }
.tzsm-rich-content blockquote p { font-size: 1.2rem; color: var(--tzsm-ink); }
.tzsm-rich-content cite { display: block; color: var(--tzsm-muted); margin-top: 8px; }
.tzsm-rich-content hr { margin: 40px 0; border: 0; border-top: 1px solid var(--tzsm-border); }
.tzsm-featured-image { max-width: 960px; margin: 0 auto 42px; }
.tzsm-featured-image img { width: 100%; height: auto; object-fit: contain; border-radius: var(--bs-border-radius-xl) !important; }
.tzsm-editor-image { max-width: var(--tzsm-image-width, 100%); margin: 32px auto; }
.tzsm-editor-image img { width: 100%; border-radius: var(--bs-border-radius-xl) !important; }
.tzsm-editor-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tzsm-gallery-item { display: block; overflow: hidden; border-radius: var(--bs-border-radius-lg) !important; background: #dfe8df; }
.tzsm-gallery-item img { width: 100%; aspect-ratio: 427 / 240; object-fit: cover; transition: transform .25s ease; }
.tzsm-gallery-item:hover img { transform: scale(1.04); }
.tzsm-embed { position: relative; overflow: hidden; border-radius: var(--bs-border-radius-xl) !important; aspect-ratio: 16 / 9; background: #dfe8df; }
.tzsm-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tzsm-table-scroll { overflow-x: auto; }
.tzsm-rich-content table { width: 100%; border-collapse: collapse; background: #fff; }
.tzsm-rich-content td, .tzsm-rich-content th { padding: 12px 14px; border: 1px solid var(--tzsm-border); }
.tzsm-warning-block, .tzsm-callout { padding: 20px 24px; border-radius: var(--bs-border-radius-lg) !important; background: #fff7df; border: 1px solid rgba(240, 179, 35, .45); }
.tzsm-callout { margin: 28px 0; background: var(--tzsm-primary-soft); border-color: rgba(36,127,67,.22); }
.tzsm-callout-warning { background: #fff7df; border-color: rgba(240,179,35,.45); }
.tzsm-callout-success { background: #edf8e6; border-color: rgba(36,127,67,.25); }
.tzsm-checklist { list-style: none; padding: 0; }
.tzsm-checklist li { padding-left: 28px; position: relative; margin: 8px 0; }
.tzsm-checklist li::before { content: ""; position: absolute; left: 0; top: .42em; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--tzsm-primary); }
.tzsm-checklist li.is-checked::before { background: var(--tzsm-primary); box-shadow: inset 0 0 0 3px #fff; }
.tzsm-editor-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 30px 0; }
.tzsm-event-info { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
.tzsm-event-info div, .tzsm-contact-card-inline, .tzsm-document-list { padding: 18px; border-radius: var(--bs-border-radius-lg) !important; background: var(--tzsm-surface); border: 1px solid var(--tzsm-border); box-shadow: var(--tzsm-shadow-soft); }
.tzsm-event-info strong { display: block; color: var(--tzsm-primary-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.tzsm-document-list { display: grid; gap: 10px; margin: 28px 0; }
.tzsm-document-list h3 { margin-top: 0; }
.tzsm-document-list a { padding: 12px 14px; border: 1px solid var(--tzsm-border); border-radius: var(--bs-border-radius-lg) !important; background: var(--tzsm-surface-soft); text-decoration: none; }
.tzsm-map-block { margin: 30px 0; }

.tzsm-adventure-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; }
.tzsm-adventure-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tzsm-mini-card { padding: 24px; min-height: 185px; border-radius: 28px !important; background: #fff; border: 1px solid var(--tzsm-border); box-shadow: var(--tzsm-shadow-soft); position: relative; overflow: hidden; }
.tzsm-mini-card::after { content: ""; position: absolute; right: -36px; top: -36px; width: 100px; height: 100px; border-radius: 50%; background: rgba(36,127,67,.08); }
.tzsm-mini-card strong { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 18px !important; background: var(--tzsm-accent-soft); color: var(--tzsm-primary-dark); font-size: 1.18rem; }
.tzsm-mini-card h3 { margin: 20px 0 8px; line-height: 1.08; font-size: 1.32rem; }
.tzsm-mini-card p { margin: 0; color: var(--tzsm-muted); }

.tzsm-card-grid, .tzsm-feature-grid, .tzsm-listing-grid, .tzsm-destination-grid, .tzsm-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tzsm-offer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tzsm-list-stack { display: grid; gap: 18px; }
.tzsm-card, .tzsm-feature-card, .tzsm-offer-card, .tzsm-destination-card { background: var(--tzsm-surface); border: 1px solid var(--tzsm-border); border-radius: 28px !important; overflow: hidden; box-shadow: var(--tzsm-shadow-soft); transition: transform .18s ease, box-shadow .18s ease; }
.tzsm-card:hover, .tzsm-feature-card:hover, .tzsm-offer-card:hover, .tzsm-destination-card:hover { transform: translateY(-4px); box-shadow: var(--tzsm-shadow); }
.tzsm-feature-card, .tzsm-offer-card { padding: 30px; }
.tzsm-feature-card span, .tzsm-offer-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 20px !important; background: var(--tzsm-primary-soft); color: var(--tzsm-primary); font-weight: 950; }
.tzsm-feature-card h3, .tzsm-offer-card h3 { margin: 24px 0 10px; font-size: 1.45rem; line-height: 1.08; }
.tzsm-feature-card p, .tzsm-teaser-body p, .tzsm-offer-card p { color: var(--tzsm-muted); }
.tzsm-feature-card a { display: inline-flex; margin-top: 14px; color: var(--tzsm-primary); font-weight: 950; text-decoration: none; }
.tzsm-feature-card a::after { content: " →"; }
.tzsm-teaser-image { display: block; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--tzsm-primary-soft), var(--tzsm-accent-soft)); }
.tzsm-teaser-image img, .tzsm-teaser-placeholder { width: 100%; aspect-ratio: 427 / 265; object-fit: cover; transition: transform .25s ease; }
.tzsm-card:hover .tzsm-teaser-image img { transform: scale(1.04); }
.tzsm-teaser-placeholder { display: flex; align-items: center; justify-content: center; padding: 26px; color: var(--tzsm-primary-dark); font-weight: 950; text-align: center; background:
    radial-gradient(circle at 75% 25%, rgba(240,179,35,.35), transparent 28%),
    linear-gradient(135deg, var(--tzsm-primary-soft), #fff); }
.tzsm-card-badge { position: absolute; left: 18px; top: 18px; display: inline-flex; padding: 8px 12px; border-radius: var(--bs-border-radius-pill) !important; background: var(--tzsm-accent); color: #241802; font-size: .82rem; font-weight: 950; box-shadow: 0 12px 20px rgba(0,0,0,.12); }
.tzsm-teaser-body { padding: 24px; }
.tzsm-teaser-date { display: inline-flex; color: var(--tzsm-primary); font-weight: 900; font-size: .9rem; margin-bottom: 10px; }
.tzsm-teaser-body h2 { margin: 0; font-size: 1.28rem; line-height: 1.18; }
.tzsm-teaser-body h2 a { text-decoration: none; }
.tzsm-destination-card { position: relative; min-height: 310px; display: flex; align-items: end; padding: 24px; color: #fff; background: linear-gradient(160deg, rgba(15,56,38,.15), rgba(15,56,38,.92)), var(--tzsm-card-image, linear-gradient(135deg, var(--tzsm-primary), var(--tzsm-earth))); background-size: cover; background-position: center; }
.tzsm-destination-card h3 { margin: 0; font-size: 1.55rem; line-height: 1.05; }
.tzsm-destination-card p { margin: 8px 0 0; color: rgba(255,255,255,.82); }
.tzsm-destination-card a { position: absolute; inset: 0; text-indent: -9999px; }

.tzsm-split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.tzsm-empty-state { max-width: 760px; margin-inline: auto; padding: 42px; border-radius: 28px !important; background: var(--tzsm-surface); border: 1px dashed var(--tzsm-border); text-align: center; }
.tzsm-empty-state h2 { margin-top: 0; font-size: 2rem; }
.tzsm-empty-state p { color: var(--tzsm-muted); }
.tzsm-cta-band { position: relative; overflow: hidden; padding: clamp(34px, 6vw, 58px); border-radius: 32px !important; background: radial-gradient(circle at 86% 18%, rgba(240,179,35,.28), transparent 30%), linear-gradient(135deg, var(--tzsm-primary-deep), var(--tzsm-primary)); color: #fff; box-shadow: var(--tzsm-shadow); }
.tzsm-cta-band h2 { max-width: 720px; margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); line-height: .98; letter-spacing: -.05em; }
.tzsm-cta-band p { max-width: 660px; color: rgba(255,255,255,.82); }

.tzsm-contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 32px; align-items: start; }
.tzsm-contact-panel, .tzsm-contact-form-card { padding: clamp(24px, 4vw, 42px); background: #fff; border: 1px solid var(--tzsm-border); border-radius: 30px !important; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-contact-panel { color: #fff; background: radial-gradient(circle at 80% 16%, rgba(240,179,35,.25), transparent 28%), linear-gradient(135deg, var(--tzsm-primary-deep), var(--tzsm-primary)); }
.tzsm-contact-panel .tzsm-eyebrow { color: var(--tzsm-accent); }
.tzsm-contact-panel h2 { margin-top: 0; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: .98; letter-spacing: -.045em; }
.tzsm-contact-panel p { color: rgba(255,255,255,.82); }
.tzsm-contact-row { display: grid; gap: 2px; margin-top: 14px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.20); text-decoration: none; color: #fff; }
.tzsm-contact-row strong { color: var(--tzsm-accent); }
.tzsm-contact-form { display: grid; gap: 16px; }
.tzsm-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tzsm-contact-form label { display: grid; gap: 7px; color: var(--tzsm-ink); font-weight: 850; }
.tzsm-contact-form input, .tzsm-contact-form textarea { width: 100%; border: 1px solid var(--tzsm-border); border-radius: 18px !important; padding: 14px 15px; font: inherit; background: #fff; color: var(--tzsm-ink); }
.tzsm-contact-form input:focus, .tzsm-contact-form textarea:focus { outline: 3px solid rgba(36,127,67,.14); border-color: rgba(36,127,67,.45); }
.tzsm-contact-form small { color: #b42318; }
.tzsm-hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.tzsm-alert { padding: 14px 16px; border-radius: 18px !important; margin-bottom: 18px; font-weight: 800; }
.tzsm-alert-success { background: #e8f7e7; color: #1b642c; border: 1px solid rgba(36,127,67,.22); }
.tzsm-alert-danger { background: #fff0ed; color: #9b1c12; border: 1px solid rgba(180,35,24,.20); }

.tzsm-site-footer { background: var(--tzsm-primary-deep); color: #fff; position: relative; overflow: hidden; }
.tzsm-site-footer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(240,179,35,.12), transparent 25%), radial-gradient(circle at 90% 80%, rgba(255,255,255,.08), transparent 30%); pointer-events: none; }
.tzsm-footer-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; padding: 68px 0; }
.tzsm-footer-grid-1 { grid-template-columns: minmax(0, 760px); }
.tzsm-footer-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tzsm-footer-grid-3 { grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr)); }
.tzsm-footer-widget-about { grid-column: auto; }
.tzsm-site-footer h2, .tzsm-site-footer h3 { margin-top: 0; }
.tzsm-site-footer p, .tzsm-site-footer a { color: rgba(255,255,255,.76); }
.tzsm-site-footer ul { list-style: none; padding: 0; margin: 0; }
.tzsm-site-footer li + li { margin-top: 8px; }
.tzsm-site-footer a { text-decoration: none; }
.tzsm-social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tzsm-social-links a { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--bs-border-radius-pill) !important; text-decoration: none; color: rgba(255,255,255,.88); font-weight: 850; font-size: .86rem; }
.tzsm-footer-bottom { position: relative; border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; color: rgba(255,255,255,.65); }

.tzsm-template-full-width.is-grapesjs, .tzsm-template-canvas.is-grapesjs { width: 100%; }
.tzsm-template-full-width-inner { padding-block: 70px; }
.tzsm-no-sticky-header .tzsm-site-header { position: relative; }
.tzsm-header-centered .tzsm-header-inner { flex-direction: column; justify-content: center; padding-block: 18px; }
.tzsm-header-compact .tzsm-header-inner { min-height: 64px; }
.tzsm-footer-simple .tzsm-footer-grid { grid-template-columns: 1fr; }
.tzsm-footer-large .tzsm-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 56px; }

@media (max-width: 1080px) { .tzsm-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 980px) {
    .tzsm-header-cta { display: none; }
    .tzsm-menu-toggle { display: block; }
    .tzsm-main-nav { position: absolute; inset: 82px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--tzsm-border); border-radius: 22px !important; background: rgba(255,255,255,.98); box-shadow: var(--tzsm-shadow); }
    .tzsm-main-nav.is-open { display: flex; }
    .tzsm-nav-item { display: block; width: 100%; }
    .tzsm-nav-item > a { width: 100%; }
    .tzsm-main-nav a { padding: 13px 16px; }
    .tzsm-subnav { position: static; display: grid; visibility: visible; opacity: 1; transform: none; box-shadow: none; margin: 0 0 8px 14px; background: rgba(36,127,67,.06); }
    .tzsm-card-grid, .tzsm-feature-grid, .tzsm-listing-grid, .tzsm-footer-grid, .tzsm-split, .tzsm-contact-layout, .tzsm-event-info, .tzsm-adventure-grid, .tzsm-destination-grid { grid-template-columns: 1fr; }
    .tzsm-hero { min-height: 570px; background-position: 58% center; }
    .tzsm-hero-inner { min-height: 570px; padding-block: 78px 104px; }
    .tzsm-hero-copy { width: min(760px, 92%); }
    .tzsm-hero-stats { margin-top: 0; padding-top: 24px; }
    .tzsm-stat-strip { grid-template-columns: 1fr; }
    .tzsm-editor-gallery, .tzsm-form-grid, .tzsm-editor-columns { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .tzsm-container { width: min(100% - 28px, var(--tzsm-container)); }
    .tzsm-section { padding: 60px 0; }
    .tzsm-page-hero { padding: 78px 0 62px; }
    .tzsm-content-card { padding: 22px; }
    .tzsm-section-heading-row { display: block; }
    .tzsm-brand-text small { display: none; }
    .tzsm-adventure-cards, .tzsm-offer-grid { grid-template-columns: 1fr; }
    .tzsm-hero { min-height: 540px; background-position: 62% center; }
    .tzsm-hero-inner { min-height: 540px; padding-block: 68px 92px; }
    .tzsm-hero-copy { width: 100%; padding-left: 0; }
    .tzsm-hero h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
    .tzsm-hero-actions { gap: 10px; margin-top: 30px; }
    .tzsm-hero-actions .tzsm-button { width: 100%; }
}

.card,.btn,.badge,.alert,.dropdown-menu,.dropdown-item,.modal-content,.modal-header,.modal-footer,.form-control,.form-select,.input-group-text,.list-group,.list-group-item,.nav-link,.page-link,.toast,.rounded,.rounded-1,.rounded-2,.rounded-3,.rounded-4,.rounded-5,.rounded-circle,.rounded-pill,[class*="card"],[class*="tile"],[class*="panel"],[class*="block"] { border-radius: var(--bs-border-radius) !important; }


.tzsm-info-stack { display: grid; gap: 18px; }
.tzsm-info-card { padding: 26px; border: 1px solid var(--tzsm-border); border-radius: 28px !important; background: #fff; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-info-card span { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 16px !important; background: var(--tzsm-accent-soft); color: var(--tzsm-primary-dark); font-weight: 950; }
.tzsm-info-card h3 { margin: 18px 0 8px; font-size: 1.28rem; line-height: 1.1; }
.tzsm-info-card p { margin: 0; color: var(--tzsm-muted); }

.tzsm-explore-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.tzsm-explore-card { min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border-radius: 30px !important; text-decoration: none; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(240,179,35,.28), transparent 30%), linear-gradient(150deg, rgba(15,56,38,.92), rgba(36,127,67,.78)), var(--tzsm-card-image, linear-gradient(135deg, var(--tzsm-primary), var(--tzsm-earth))); box-shadow: var(--tzsm-shadow-soft); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.tzsm-explore-card:hover { transform: translateY(-4px); color: #fff; box-shadow: var(--tzsm-shadow); }
.tzsm-explore-card span { font-size: 2.2rem; margin-bottom: auto; }
.tzsm-explore-card h3 { margin: 28px 0 8px; font-size: 1.45rem; line-height: 1.08; text-shadow: 0 5px 20px rgba(0,0,0,.32); }
.tzsm-explore-card p { margin: 0; color: rgba(255,255,255,.82); }

.tzsm-documents-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 32px; align-items: start; }
.tzsm-documents-sidebar { position: sticky; top: 128px; padding: 34px; border-radius: 30px !important; background: radial-gradient(circle at 82% 16%, rgba(240,179,35,.25), transparent 28%), linear-gradient(135deg, var(--tzsm-primary-deep), var(--tzsm-primary)); color: #fff; box-shadow: var(--tzsm-shadow); }
.tzsm-documents-sidebar h2 { margin: 0 0 14px; font-size: clamp(1.75rem, 2.5vw, 2.45rem); line-height: 1; text-shadow: 0 5px 20px rgba(0,0,0,.34); }
.tzsm-documents-sidebar p { color: rgba(255,255,255,.82); }
.tzsm-documents-main { display: grid; gap: 24px; }
.tzsm-documents-intro { margin-bottom: 0; }
.tzsm-document-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tzsm-document-categories article { padding: 22px; border-radius: 24px !important; background: #fff; border: 1px solid var(--tzsm-border); box-shadow: var(--tzsm-shadow-soft); }
.tzsm-document-categories strong { display: block; color: var(--tzsm-primary-dark); font-family: var(--tzsm-heading-font); font-size: 1.08rem; }
.tzsm-document-categories span { display: block; margin-top: 7px; color: var(--tzsm-muted); }
.tzsm-document-list-large { padding: clamp(22px, 3vw, 32px); border: 1px solid var(--tzsm-border); border-radius: 30px !important; background: #fff; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-document-list-large h2 { margin: 0 0 18px; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.tzsm-document-list-large a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-top: 1px solid var(--tzsm-border); color: var(--tzsm-ink); text-decoration: none; }
.tzsm-document-list-large a:first-of-type { border-top: 0; }
.tzsm-document-list-large a:hover strong { color: var(--tzsm-primary); }
.tzsm-document-list-large strong { display: block; font-family: var(--tzsm-heading-font); line-height: 1.2; }
.tzsm-document-list-large small { display: block; margin-top: 4px; color: var(--tzsm-muted); }
.tzsm-document-list-large em { color: var(--tzsm-primary); font-style: normal; font-weight: 900; white-space: nowrap; }

@media (max-width: 1080px) { .tzsm-explore-grid, .tzsm-document-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 980px) { .tzsm-documents-layout { grid-template-columns: 1fr; } .tzsm-documents-sidebar { position: static; } }
@media (max-width: 620px) { .tzsm-explore-grid, .tzsm-document-categories { grid-template-columns: 1fr; } .tzsm-document-list-large a { align-items: flex-start; flex-direction: column; } }

.tzsm-location-strip { align-items: stretch; }
.tzsm-location-item { color: var(--tzsm-ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.tzsm-location-item strong { font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.05; }
.tzsm-location-item span { max-width: 24rem; }
.tzsm-location-item:hover { color: var(--tzsm-ink); transform: translateY(-3px); border-color: rgba(36,127,67,.28); box-shadow: var(--tzsm-shadow); }

/* Managed documents archive */
.tzsm-document-archive { padding: clamp(22px, 3vw, 34px); border: 1px solid var(--tzsm-border); border-radius: 30px !important; background: #fff; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-document-archive-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.tzsm-document-archive-head h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.2rem); }
.tzsm-document-archive-head span { color: var(--tzsm-muted); font-weight: 800; font-size: .92rem; }
.tzsm-document-year { border: 1px solid var(--tzsm-border); border-radius: 22px !important; background: var(--tzsm-surface-soft); overflow: hidden; margin-top: 14px; }
.tzsm-document-year summary { list-style: none; cursor: pointer; padding: 18px 22px; color: var(--tzsm-primary-dark); font-family: var(--tzsm-heading-font); font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 950; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tzsm-document-year summary::-webkit-details-marker { display: none; }
.tzsm-document-year summary::after { content: '+'; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--tzsm-accent); color: #312100; font-weight: 950; }
.tzsm-document-year[open] summary::after { content: '–'; }
.tzsm-document-group { padding: 0 22px 22px; }
.tzsm-document-group + .tzsm-document-group { border-top: 1px solid var(--tzsm-border); padding-top: 22px; }
.tzsm-document-group h3 { margin: 0 0 6px; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.tzsm-document-group p { margin: 0 0 12px; color: var(--tzsm-muted); }
.tzsm-document-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.tzsm-document-rows a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border: 1px solid var(--tzsm-border); border-radius: 16px !important; background: #fff; color: var(--tzsm-ink); text-decoration: none; transition: .18s ease; }
.tzsm-document-rows a:hover { transform: translateY(-1px); border-color: rgba(31,122,84,.32); box-shadow: var(--tzsm-shadow-soft); }
.tzsm-document-rows strong { display: block; font-family: var(--tzsm-heading-font); line-height: 1.25; }
.tzsm-document-rows small { display: block; color: var(--tzsm-muted); margin-top: 4px; }
.tzsm-document-rows em { color: var(--tzsm-primary); font-style: normal; font-weight: 950; white-space: nowrap; font-size: .88rem; }
@media (max-width: 620px) { .tzsm-document-archive-head { align-items: flex-start; flex-direction: column; } .tzsm-document-rows a { align-items: flex-start; flex-direction: column; } .tzsm-document-rows em { white-space: normal; } }

/* ZLXCMS 1.0.6 TZSM visual refresh and Menu Builder navigation parity */
.tzsm-site-header { background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(23,51,35,.10); box-shadow: 0 1px 0 rgba(255,255,255,.70) inset; }
.tzsm-header-inner { min-height: 88px; }
.tzsm-brand { padding: 8px 10px 8px 0; }
.tzsm-brand-logo { max-height: 70px; }
.tzsm-brand-mark { border-radius: 20px !important; background: radial-gradient(circle at 28% 20%, rgba(255,255,255,.22), transparent 35%), linear-gradient(135deg, var(--tzsm-primary), var(--tzsm-primary-deep)); }
.tzsm-main-nav { gap: 6px; padding: 7px; border: 1px solid rgba(23,51,35,.08); border-radius: var(--bs-border-radius-pill) !important; background: rgba(255,255,255,.68); box-shadow: 0 16px 36px rgba(23,51,35,.06); }
.tzsm-main-nav .tzsm-nav-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; border-radius: var(--bs-border-radius-pill) !important; color: #274535; text-decoration: none; font-weight: 900; font-size: .93rem; line-height: 1.1; }
.tzsm-main-nav > .tzsm-nav-item:hover > .tzsm-nav-link,
.tzsm-main-nav > .tzsm-nav-item:focus-within > .tzsm-nav-link,
.tzsm-main-nav > .tzsm-nav-item.is-active > .tzsm-nav-link { color: var(--tzsm-primary-deep); background: linear-gradient(135deg, rgba(36,127,67,.12), rgba(240,179,35,.14)); }
.tzsm-nav-item.has-children > .tzsm-nav-link::after { content: ""; flex: 0 0 auto; width: .42rem; height: .42rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .72; }
.tzsm-nav-item .tzsm-nav-item.has-children > .tzsm-nav-link::after { transform: rotate(-45deg); }
.tzsm-subnav { min-width: 250px; padding: 10px; border-radius: 22px !important; background: rgba(255,255,255,.98); backdrop-filter: blur(14px); border: 1px solid rgba(23,51,35,.10); box-shadow: 0 24px 60px rgba(23,51,35,.16); }
.tzsm-subnav .tzsm-nav-item { display: block; width: 100%; }
.tzsm-subnav .tzsm-nav-link { width: 100%; border-radius: 15px !important; padding: 10px 12px; white-space: nowrap; }
.tzsm-subnav .tzsm-subnav { left: calc(100% + 10px); top: -10px; }
.tzsm-header-cta { background: linear-gradient(135deg, var(--tzsm-accent), #ffd66b); border: 1px solid rgba(49,33,0,.08); }
.tzsm-hero { background-blend-mode: normal; }
.tzsm-hero::before { opacity: .34; }
.tzsm-stat-strip { border-radius: 30px !important; }
.tzsm-location-item { text-decoration: none; transition: transform .18s ease, background .18s ease; }
.tzsm-location-item:hover { transform: translateY(-2px); background: linear-gradient(180deg, #fff, var(--tzsm-surface-soft)); }
.tzsm-section-heading h2 { letter-spacing: -.045em; }
.tzsm-card, .tzsm-feature-card, .tzsm-offer-card, .tzsm-destination-card, .tzsm-mini-card { border-color: rgba(23,51,35,.10); }
@media (max-width: 980px) {
    .tzsm-main-nav { border-radius: 24px !important; padding: 14px; background: rgba(255,255,255,.98); }
    .tzsm-main-nav .tzsm-nav-link { border-radius: 16px !important; }
    .tzsm-subnav { position: static; visibility: visible; opacity: 1; transform: none; box-shadow: none; border: 0; background: transparent; padding: 4px 0 4px 14px; }
    .tzsm-subnav .tzsm-subnav { position: static; }
    .tzsm-nav-item .tzsm-nav-item.has-children > .tzsm-nav-link::after { transform: rotate(45deg) translateY(-2px); }
}
.tzsm-nav-item > .tzsm-subnav { opacity: 0; visibility: hidden; transform: translateY(8px); }
.tzsm-nav-item:hover > .tzsm-subnav, .tzsm-nav-item:focus-within > .tzsm-subnav { opacity: 1; visibility: visible; transform: translateY(0); }
@media (max-width: 980px) {
    .tzsm-nav-item > .tzsm-subnav { opacity: 1; visibility: visible; transform: none; }
}

/* EditorJS frontend additions and archive pagination */
.tzsm-code-block { overflow: auto; padding: 18px 20px; border: 1px solid var(--tzsm-border); border-radius: var(--bs-border-radius-lg) !important; background: #0f172a; color: #e2e8f0; font-size: .95rem; line-height: 1.65; }
.tzsm-link-card { display: grid; gap: 6px; padding: 18px 20px; margin: 24px 0; border: 1px solid var(--tzsm-border); border-radius: var(--bs-border-radius-lg) !important; background: var(--tzsm-surface); text-decoration: none; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-link-card strong { color: var(--tzsm-primary-dark); font-family: var(--tzsm-heading-font); font-size: 1.08rem; }
.tzsm-link-card span { color: var(--tzsm-muted); font-weight: 500; }
.tzsm-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.tzsm-page-link { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid var(--tzsm-border); border-radius: var(--bs-border-radius-lg) !important; background: #fff; color: var(--tzsm-ink); font-weight: 850; text-decoration: none; box-shadow: var(--tzsm-shadow-soft); transition: .18s ease; }
.tzsm-page-link:hover { transform: translateY(-1px); border-color: rgba(31,122,84,.35); color: var(--tzsm-primary); }
.tzsm-page-link.is-current { background: var(--tzsm-primary); border-color: var(--tzsm-primary); color: #fff; }
.tzsm-page-link.is-disabled, .tzsm-page-link.is-dots { color: var(--tzsm-muted); background: var(--tzsm-surface-soft); box-shadow: none; pointer-events: none; }

/* ZLXCMS v1.1: TZSM heading color, navbar search, location image and events calendar */
:root { --tzsm-heading-color: #1f4c92; }
h1, h2, h3, h4, h5, h6 { color: #1f4c92; }

.tzsm-navbar-search {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tzsm-border);
    border-radius: 50% !important;
    background: #fff;
    color: #1f4c92;
    text-decoration: none;
    box-shadow: var(--tzsm-shadow-soft);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.tzsm-navbar-search:hover,
.tzsm-navbar-search:focus {
    color: #1f4c92;
    background: #eef4fd;
    border-color: rgba(31,76,146,.28);
    transform: translateY(-1px);
}

.tzsm-location-showcase {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.5fr);
    overflow: hidden;
    border: 1px solid var(--tzsm-border);
    border-radius: 30px !important;
    background: #fff;
    box-shadow: var(--tzsm-shadow);
}
.tzsm-location-image {
    min-height: 310px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--tzsm-primary-soft), var(--tzsm-accent-soft));
}
.tzsm-location-image img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.tzsm-location-image span {
    width: 100%; height: 100%; min-height: 310px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 24px; color: #1f4c92; font-weight: 900; text-align: center;
}
.tzsm-location-showcase .tzsm-stat-strip {
    grid-template-columns: 1fr;
    border-radius: 0 !important;
    box-shadow: none;
}
.tzsm-location-showcase .tzsm-location-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 103px;
}

.tzsm-event-card h3 { margin: 0; font-size: 1.34rem; line-height: 1.15; }
.tzsm-event-card h3 a { text-decoration: none; }
.tzsm-event-card-location { display: flex; align-items: flex-start; gap: 7px; margin: 12px 0 0; }

.tzsm-calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 24px;
}
.tzsm-calendar-toolbar h2 { min-width: min(460px, 70vw); margin: 0; text-align: center; text-transform: capitalize; }
.tzsm-calendar-nav {
    width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--tzsm-border); border-radius: 50% !important;
    background: #fff; color: #1f4c92; text-decoration: none; font-weight: 950;
    box-shadow: var(--tzsm-shadow-soft);
}
.tzsm-calendar {
    overflow: hidden;
    border: 1px solid var(--tzsm-border);
    border-radius: 28px !important;
    background: #fff;
    box-shadow: var(--tzsm-shadow-soft);
}
.tzsm-calendar-weekdays,
.tzsm-calendar-week { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.tzsm-calendar-weekdays { background: #1f4c92; color: #fff; }
.tzsm-calendar-weekdays span { padding: 12px 8px; text-align: center; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.tzsm-calendar-day {
    min-height: 138px;
    padding: 12px;
    border-top: 1px solid var(--tzsm-border);
    border-right: 1px solid var(--tzsm-border);
    background: #fff;
}
.tzsm-calendar-day:nth-child(7n) { border-right: 0; }
.tzsm-calendar-day.is-outside { background: #f6f7f9; color: var(--tzsm-muted); }
.tzsm-calendar-day.is-today { box-shadow: inset 0 0 0 3px #1f4c92; }
.tzsm-calendar-day-number { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 50%; font-weight: 900; }
.tzsm-calendar-day.is-today .tzsm-calendar-day-number { background: #1f4c92; color: #fff; }
.tzsm-calendar-day-events { display: grid; gap: 6px; margin-top: 8px; }
.tzsm-calendar-day-events a {
    display: block; overflow: hidden; padding: 6px 8px; border-radius: 9px !important;
    background: #eef4fd; color: #1f4c92; font-size: .76rem; font-weight: 850;
    line-height: 1.25; text-decoration: none; text-overflow: ellipsis; white-space: nowrap;
}
.tzsm-event-detail-hero {
    background: linear-gradient(90deg, rgba(15,56,38,.92), rgba(15,56,38,.62)), var(--tzsm-page-hero-image, linear-gradient(135deg, var(--tzsm-primary-deep), var(--tzsm-primary)));
    background-size: cover;
    background-position: center;
}
.tzsm-event-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 32px; align-items: start; }
.tzsm-event-sidebar { position: sticky; top: 130px; padding: 28px; border: 1px solid var(--tzsm-border); border-radius: 24px !important; background: #fff; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-event-sidebar h2 { margin-top: 0; }
.tzsm-event-sidebar p { padding-bottom: 14px; border-bottom: 1px solid var(--tzsm-border); }

@media (max-width: 980px) {
    .tzsm-navbar-search { margin-left: auto; }
    .tzsm-location-showcase, .tzsm-event-detail-layout { grid-template-columns: 1fr; }
    .tzsm-location-image, .tzsm-location-image img, .tzsm-location-image span { min-height: 260px; }
    .tzsm-event-sidebar { position: static; }
    .tzsm-calendar { overflow-x: auto; }
    .tzsm-calendar-weekdays, .tzsm-calendar-week { min-width: 760px; }
}
@media (max-width: 620px) {
    .tzsm-navbar-search { width: 42px; height: 42px; flex-basis: 42px; }
    .tzsm-calendar-toolbar { gap: 10px; }
    .tzsm-calendar-toolbar h2 { min-width: 0; flex: 1; font-size: 1.4rem; }
}
.tzsm-event-card-grid > .tzsm-empty-state { grid-column: 1 / -1; width: 100%; }

/* ZLXCMS v1.2: contextual heading colors and homepage events calendar */
:is(
    .tzsm-hero,
    .tzsm-page-hero,
    .tzsm-cta-band,
    .tzsm-contact-panel,
    .tzsm-destination-card,
    .tzsm-explore-card,
    .tzsm-documents-sidebar,
    .tzsm-site-footer,
    .tzsm-home-event-item:not(.is-featured)
) :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

.tzsm-home-calendar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    gap: 28px;
    align-items: start;
}

.tzsm-home-calendar-panel {
    min-width: 0;
    padding: clamp(20px, 3vw, 32px);
    border: 1px solid var(--tzsm-border);
    border-radius: 28px !important;
    background: #fff;
    box-shadow: var(--tzsm-shadow-soft);
}

.tzsm-home-calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.tzsm-home-calendar-toolbar h3 {
    margin: 0;
    color: #1f4c92;
    font-size: clamp(1.65rem, 3.2vw, 2.65rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
}

.tzsm-home-calendar-nav {
    display: inline-flex;
    gap: 8px;
}

.tzsm-home-calendar-nav a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(31,76,146,.38);
    border-radius: 50% !important;
    background: #fff;
    color: #1f4c92;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.tzsm-home-calendar-nav a:hover,
.tzsm-home-calendar-nav a:focus {
    background: #1f4c92;
    color: #fff;
    transform: translateY(-1px);
}

.tzsm-home-calendar-scroll {
    min-width: 0;
    overflow-x: auto;
    border: 1px solid var(--tzsm-border);
    border-radius: 18px !important;
    background: #fff;
}

.tzsm-home-calendar {
    min-width: 520px;
}

.tzsm-home-calendar-weekdays,
.tzsm-home-calendar-week {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tzsm-home-calendar-weekdays {
    color: var(--tzsm-muted);
    background: #fff;
}

.tzsm-home-calendar-weekdays span {
    padding: 10px 5px;
    text-align: center;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.tzsm-home-calendar-day {
    min-height: 78px;
    padding: 8px;
    border-top: 1px solid var(--tzsm-border);
    border-right: 1px solid var(--tzsm-border);
    background: #fff;
}

.tzsm-home-calendar-day:nth-child(7n) {
    border-right: 0;
}

.tzsm-home-calendar-day a {
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 13px !important;
    color: var(--tzsm-ink);
    text-decoration: none;
    background: var(--tzsm-primary-soft);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.tzsm-home-calendar-day a:hover,
.tzsm-home-calendar-day a:focus {
    border-color: rgba(36,127,67,.34);
    background: #dcefe0;
    transform: translateY(-1px);
}

.tzsm-home-calendar-day strong {
    font-size: 1.05rem;
    line-height: 1;
}

.tzsm-home-calendar-day small {
    margin-top: 5px;
    color: var(--tzsm-primary-dark);
    font-size: .65rem;
    font-weight: 900;
    line-height: 1;
}

.tzsm-home-calendar-day.has-events a {
    background: rgba(36,127,67,.20);
    border-color: rgba(36,127,67,.12);
}

.tzsm-home-calendar-day.is-today a {
    border-color: #1f4c92;
    box-shadow: inset 0 0 0 2px #1f4c92;
}

.tzsm-home-calendar-day.is-today strong {
    color: #1f4c92;
}

.tzsm-home-calendar-day.is-empty {
    background: #fff;
}

.tzsm-home-event-list {
    display: grid;
    gap: 10px;
}

.tzsm-home-event-item {
    min-height: 112px;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    border-radius: 20px !important;
    background:
        radial-gradient(circle at 92% 14%, rgba(255,255,255,.15), transparent 28%),
        linear-gradient(135deg, var(--tzsm-primary-dark), var(--tzsm-primary));
    color: #fff;
    box-shadow: var(--tzsm-shadow-soft);
}

.tzsm-home-event-item.is-featured {
    background:
        radial-gradient(circle at 92% 14%, rgba(255,255,255,.30), transparent 28%),
        linear-gradient(135deg, var(--tzsm-accent), #f7cf55);
    color: #312100;
}

.tzsm-home-event-date {
    min-width: 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content: start;
    column-gap: 4px;
    color: inherit;
    text-decoration: none;
    line-height: .9;
}

.tzsm-home-event-date strong {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 950;
    letter-spacing: -.065em;
}

.tzsm-home-event-date span {
    padding-bottom: 3px;
    font-size: .9rem;
    font-weight: 900;
}

.tzsm-home-event-date small {
    grid-column: 1 / -1;
    margin-top: 5px;
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .08em;
}

.tzsm-home-event-content {
    min-width: 0;
}

.tzsm-home-event-featured {
    display: inline-flex;
    margin-bottom: 7px;
    padding: 4px 8px;
    border-radius: 6px !important;
    background: #1f4c92;
    color: #fff;
    font-size: .62rem;
    font-weight: 950;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.tzsm-home-event-content h3 {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.tzsm-home-event-item.is-featured .tzsm-home-event-content h3 {
    color: #1f4c92;
}

.tzsm-home-event-content h3 a {
    color: inherit;
    text-decoration: none;
}

.tzsm-home-event-content p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 9px 0 0;
    color: rgba(255,255,255,.86);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
}

.tzsm-home-event-item.is-featured .tzsm-home-event-content p {
    color: rgba(49,33,0,.78);
}

.tzsm-home-event-empty {
    min-height: 230px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px;
    border: 1px dashed rgba(31,76,146,.30);
    border-radius: 24px !important;
    background: #fff;
    box-shadow: var(--tzsm-shadow-soft);
}

.tzsm-home-event-empty > i {
    flex: 0 0 auto;
    font-size: 2.5rem;
    color: #1f4c92;
}

.tzsm-home-event-empty h3 {
    margin: 0;
    color: #1f4c92;
    font-size: 1.35rem;
    line-height: 1.15;
}

.tzsm-home-event-empty p {
    margin: 8px 0 0;
    color: var(--tzsm-muted);
}

@media (max-width: 980px) {
    .tzsm-home-calendar-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .tzsm-home-calendar-panel {
        padding: 18px;
    }

    .tzsm-home-calendar-toolbar {
        align-items: flex-start;
    }

    .tzsm-home-calendar-toolbar h3 {
        font-size: 1.55rem;
    }

    .tzsm-home-event-item {
        grid-template-columns: 70px minmax(0, 1fr);
        padding: 16px;
    }

    .tzsm-home-event-empty {
        align-items: flex-start;
        padding: 24px;
    }
}

/* ZLXCMS v1.6: AJAX month switching for the homepage events calendar */
.tzsm-home-calendar-ajax {
    position: relative;
}

.tzsm-home-calendar-ajax [data-tzsm-event-calendar-content] {
    transition: opacity .18s ease;
}

.tzsm-home-calendar-ajax.is-loading [data-tzsm-event-calendar-content] {
    opacity: .48;
    pointer-events: none;
}

.tzsm-home-calendar-ajax.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 -19px;
    border: 3px solid rgba(31, 76, 146, .18);
    border-top-color: #1f4c92;
    border-radius: 50% !important;
    animation: tzsm-calendar-spin .72s linear infinite;
    z-index: 3;
}

.tzsm-home-calendar-nav a[aria-disabled="true"] {
    cursor: wait;
}

.tzsm-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@keyframes tzsm-calendar-spin {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .tzsm-home-calendar-ajax [data-tzsm-event-calendar-content] {
        transition: none;
    }

    .tzsm-home-calendar-ajax.is-loading::after {
        animation-duration: 1.4s;
    }
}

/* ZLXCMS v1.7: retain the logged-in administration bar; the public TZSM top strip was removed. */
.frontend-admin-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2147483000;
    width: 100%;
    min-height: 42px;
    background: #11303f;
    color: #ecfeff;
    font-size: 13px;
    line-height: 1;
    border-bottom: 1px solid #204a5e;
    box-shadow: 0 8px 20px rgba(17, 48, 63, .24);
}

.frontend-admin-topbar-inner {
    min-height: 42px;
    padding: 0 12px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
}

.frontend-admin-topbar-left,
.frontend-admin-topbar-right {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

.frontend-admin-topbar a,
.frontend-admin-topbar-user,
.frontend-admin-topbar-site-label {
    min-height: 42px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ecfeff;
    text-decoration: none;
    white-space: nowrap;
    border-left: 1px solid rgba(32, 74, 94, .78);
    border-radius: 0 !important;
    transition: background-color .14s ease, color .14s ease;
}

.frontend-admin-topbar-right > :last-child {
    border-right: 1px solid rgba(32, 74, 94, .78);
}

.frontend-admin-topbar a:hover,
.frontend-admin-topbar a:focus {
    color: #fff;
    background: #006060;
    text-decoration: none;
}

.frontend-admin-topbar i,
.frontend-admin-topbar-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bff7ff;
    font-size: 15px;
    line-height: 1;
}

.frontend-admin-topbar-icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
}

.frontend-admin-topbar a:hover i,
.frontend-admin-topbar a:focus i,
.frontend-admin-topbar a:hover .frontend-admin-topbar-icon,
.frontend-admin-topbar a:focus .frontend-admin-topbar-icon {
    color: #fff;
}

.frontend-admin-topbar .bi::before {
    display: block;
    line-height: 1;
}

.frontend-admin-topbar-brand {
    padding-inline: 10px 14px !important;
    font-weight: 700;
    letter-spacing: .01em;
    background: rgba(0, 96, 96, .28);
    color: #fff !important;
    border-left: 0 !important;
}

.frontend-admin-topbar-brand:hover,
.frontend-admin-topbar-brand:focus {
    background: #006060 !important;
}

.frontend-admin-topbar-brand-logo {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: block;
    object-fit: cover;
    border: 1px solid rgba(236, 254, 255, .16);
    border-radius: 5px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.frontend-admin-topbar-brand-name {
    font-weight: 800;
    letter-spacing: .035em;
}

.frontend-admin-topbar-divider {
    width: 1px;
    min-height: 42px;
    background: #204a5e;
    margin: 0;
    flex: 0 0 1px;
}

.frontend-admin-topbar-item.is-accent {
    color: #fff;
    background: rgba(0, 96, 96, .34);
    font-weight: 700;
}

.frontend-admin-topbar-item.is-accent:hover,
.frontend-admin-topbar-item.is-accent:focus {
    background: #006060;
}

.frontend-admin-topbar-item.is-strong {
    color: #fff;
    font-weight: 700;
    background: rgba(236, 254, 255, .05);
}

.frontend-admin-topbar-user,
.frontend-admin-topbar-site-label {
    color: #d7f7fb;
    background: rgba(236, 254, 255, .035);
}

.frontend-admin-topbar-user {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frontend-admin-topbar-site-label {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.has-frontend-admin-topbar {
    padding-top: 42px;
}

body.has-frontend-admin-topbar .tzsm-site-header {
    top: 42px;
}

body.has-frontend-admin-topbar .tzsm-skip-link {
    top: 58px;
}

body.has-frontend-admin-topbar.tzsm-no-sticky-header .tzsm-site-header {
    top: auto;
}

@media (max-width: 991.98px) {
    .frontend-admin-topbar-site-label {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .frontend-admin-topbar-inner {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        padding-inline: 0;
    }

    .frontend-admin-topbar-inner::-webkit-scrollbar {
        display: none;
    }

    .frontend-admin-topbar-left,
    .frontend-admin-topbar-right {
        flex: 0 0 auto;
    }

    .frontend-admin-topbar-right {
        margin-left: auto;
    }

    .frontend-admin-topbar-user span,
    .frontend-admin-topbar-site-label,
    .frontend-admin-topbar-brand-name {
        display: none;
    }

    .frontend-admin-topbar a,
    .frontend-admin-topbar-user {
        padding-inline: 10px;
    }
}

/* ZLXCMS v1.9: independent images for the three ordered TZSM locations */
.tzsm-location-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    border-radius: 0 !important;
}
.tzsm-location-strip .tzsm-location-item {
    min-width: 0;
    min-height: 190px;
    display: grid;
    grid-template-columns: minmax(118px, 42%) minmax(0, 58%);
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--tzsm-border);
    border-radius: 22px !important;
    background: #fff;
    color: var(--tzsm-ink);
    text-decoration: none;
    box-shadow: var(--tzsm-shadow-soft);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tzsm-location-strip .tzsm-location-item:hover,
.tzsm-location-strip .tzsm-location-item:focus {
    color: var(--tzsm-ink);
    transform: translateY(-3px);
    border-color: rgba(31,76,146,.24);
    box-shadow: var(--tzsm-shadow);
}
.tzsm-location-strip .tzsm-location-image {
    min-height: 190px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(31,76,146,.13), rgba(240,179,35,.18));
}
.tzsm-location-strip .tzsm-location-image img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    transition: transform .35s ease;
}
.tzsm-location-strip .tzsm-location-item:hover .tzsm-location-image img,
.tzsm-location-strip .tzsm-location-item:focus .tzsm-location-image img {
    transform: scale(1.035);
}
.tzsm-location-strip .tzsm-location-image > span {
    width: 100%;
    height: 100%;
    min-height: 190px;
    display: grid;
    place-items: center;
    padding: 18px;
    color: #1f4c92;
    font-size: 1.65rem;
}
.tzsm-location-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 22px 20px;
}
.tzsm-location-content strong {
    color: #1f4c92;
    font-family: var(--tzsm-heading-font);
    font-size: clamp(1.08rem, 1.45vw, 1.35rem);
    line-height: 1.08;
}
.tzsm-location-content > span {
    display: block;
    margin-top: 9px;
    color: var(--tzsm-muted);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .tzsm-location-strip { grid-template-columns: 1fr; }
    .tzsm-location-strip .tzsm-location-item { grid-template-columns: minmax(220px, 34%) minmax(0, 66%); min-height: 170px; }
    .tzsm-location-strip .tzsm-location-image,
    .tzsm-location-strip .tzsm-location-image img,
    .tzsm-location-strip .tzsm-location-image > span { min-height: 170px; }
}
@media (max-width: 620px) {
    .tzsm-location-strip { gap: 14px; }
    .tzsm-location-strip .tzsm-location-item { grid-template-columns: 42% minmax(0, 58%); min-height: 160px; border-radius: 18px !important; }
    .tzsm-location-strip .tzsm-location-image,
    .tzsm-location-strip .tzsm-location-image img,
    .tzsm-location-strip .tzsm-location-image > span { min-height: 160px; }
    .tzsm-location-content { padding: 17px 15px; }
    .tzsm-location-content > span { font-size: .82rem; }
}


/* ZLXCMS v2.0: simplified TZSM navigation, body typography, footer and contact layout */
@media (min-width: 981px) {
    .tzsm-main-nav {
        gap: 22px;
        padding: 0;
        border: 0;
        border-radius: 0 !important;
        background: transparent;
        box-shadow: none;
    }
    .tzsm-main-nav .tzsm-nav-link {
        padding: 12px 0;
        border: 0;
        border-radius: 0 !important;
        background: transparent;
        color: #274535;
    }
    .tzsm-main-nav > .tzsm-nav-item:hover > .tzsm-nav-link,
    .tzsm-main-nav > .tzsm-nav-item:focus-within > .tzsm-nav-link,
    .tzsm-main-nav > .tzsm-nav-item.is-active > .tzsm-nav-link {
        color: var(--tzsm-primary-deep);
        background: transparent;
    }
}

.tzsm-navbar-search {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    font-size: 1.42rem;
}
.tzsm-navbar-search:hover,
.tzsm-navbar-search:focus {
    background: rgba(31,76,146,.08);
    border-color: transparent;
}

.tzsm-footer-grid {
    grid-template-columns: minmax(250px, 1.35fr) minmax(150px, .8fr) minmax(170px, .9fr) minmax(220px, 1fr);
}
.tzsm-footer-large .tzsm-footer-grid {
    grid-template-columns: minmax(260px, 1.3fr) minmax(160px, .8fr) minmax(180px, .9fr) minmax(230px, 1fr);
}
.tzsm-footer-grid.tzsm-footer-grid-1,
.tzsm-footer-large .tzsm-footer-grid.tzsm-footer-grid-1 { grid-template-columns: minmax(0, 760px); }
.tzsm-footer-grid.tzsm-footer-grid-2,
.tzsm-footer-large .tzsm-footer-grid.tzsm-footer-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tzsm-footer-grid.tzsm-footer-grid-3,
.tzsm-footer-large .tzsm-footer-grid.tzsm-footer-grid-3 { grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr)); }

.tzsm-contact-section { background: #fff; }
.tzsm-contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
    gap: clamp(30px, 5vw, 64px);
}
.tzsm-contact-content-card,
.tzsm-contact-form-card {
    padding: 0;
    border: 0;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none;
}
.tzsm-contact-content-card h2,
.tzsm-contact-form-card h2 {
    margin-top: 0;
    line-height: 1.08;
    letter-spacing: -.035em;
}
.tzsm-contact-content-card .tzsm-rich-content > :first-child { margin-top: 0; }
.tzsm-contact-form-card {
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--tzsm-border);
    border-radius: 18px !important;
    background: var(--tzsm-surface-soft);
}
.tzsm-contact-details {
    display: grid;
    gap: 0;
    margin-top: 30px;
    border-top: 1px solid var(--tzsm-border);
}
.tzsm-contact-details > div {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--tzsm-border);
}
.tzsm-contact-details strong { color: #1f4c92; }
.tzsm-contact-details span,
.tzsm-contact-details a { color: var(--tzsm-muted); text-decoration: none; }
.tzsm-contact-form input,
.tzsm-contact-form textarea { border-radius: 10px !important; }

@media (max-width: 980px) {
    .tzsm-contact-layout { grid-template-columns: 1fr; }
    .tzsm-footer-grid,
    .tzsm-footer-large .tzsm-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .tzsm-navbar-search { width: 48px; height: 48px; flex-basis: 48px; font-size: 1.32rem; }
    .tzsm-footer-grid,
    .tzsm-footer-large .tzsm-footer-grid { grid-template-columns: 1fr; }
    .tzsm-contact-details > div { grid-template-columns: 1fr; gap: 4px; }
}

/* ZLXCMS v2.1: refined navigation, in-page search overlay and reliable calendar arrows */
.tzsm-main-nav .tzsm-nav-link {
    font-family: var(--tzsm-ui-font);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -.012em;
    line-height: 1.2;
}

@media (min-width: 981px) {
    .tzsm-main-nav { gap: 20px; }
    .tzsm-main-nav .tzsm-nav-link { padding-block: 13px; }
}

.tzsm-navbar-search {
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}
.tzsm-navbar-search svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.tzsm-search-is-open { overflow: hidden; }
.tzsm-search-overlay[hidden] { display: none !important; }
.tzsm-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    align-items: start;
    justify-items: center;
    padding: clamp(92px, 12vh, 150px) 20px 32px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
}
.tzsm-search-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.tzsm-search-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(8, 31, 21, .68);
    backdrop-filter: blur(12px);
    cursor: default;
}
.tzsm-search-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 28px !important;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 34px 100px rgba(8, 31, 21, .32);
    transform: translateY(-18px) scale(.985);
    transition: transform .2s ease;
}
.tzsm-search-overlay.is-open .tzsm-search-dialog { transform: translateY(0) scale(1); }
.tzsm-search-dialog .tzsm-eyebrow { margin: 0 0 8px; }
.tzsm-search-dialog h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.4rem);
    line-height: 1;
    letter-spacing: -.05em;
}
.tzsm-search-dialog-copy {
    max-width: 590px;
    margin: 16px 0 28px;
    color: var(--tzsm-muted);
    font-size: 1.02rem;
}
.tzsm-search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(31, 76, 146, .18);
    border-radius: 50% !important;
    background: #f4f7fb;
    color: #1f4c92;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}
.tzsm-search-close:hover,
.tzsm-search-close:focus { background: #e8eff9; transform: rotate(4deg); }
.tzsm-search-close svg,
.tzsm-search-dialog-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tzsm-search-dialog-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 1px solid rgba(31, 76, 146, .22);
    border-radius: 18px !important;
    background: #fff;
    box-shadow: 0 16px 42px rgba(31, 76, 146, .10);
}
.tzsm-search-dialog-icon {
    display: inline-flex;
    padding-left: 10px;
    color: #1f4c92;
}
.tzsm-search-dialog-form input {
    min-width: 0;
    width: 100%;
    height: 50px;
    padding: 0 4px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tzsm-ink);
    font: 700 1.05rem/1.2 var(--tzsm-body-font);
}
.tzsm-search-dialog-form input::placeholder { color: #8b9890; }
.tzsm-search-dialog-form:focus-within {
    border-color: rgba(31, 76, 146, .58);
    box-shadow: 0 0 0 4px rgba(31, 76, 146, .08), 0 18px 46px rgba(31, 76, 146, .13);
}
.tzsm-search-dialog-form button {
    min-height: 50px;
    padding: 0 23px;
    border: 0;
    border-radius: 13px !important;
    background: #1f4c92;
    color: #fff;
    font: 800 .98rem/1 var(--tzsm-heading-font);
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}
.tzsm-search-dialog-form button:hover,
.tzsm-search-dialog-form button:focus { background: #163b75; transform: translateY(-1px); }
.tzsm-search-dialog-hint {
    margin: 15px 0 0;
    color: var(--tzsm-muted);
    font-size: .86rem;
}
.tzsm-search-dialog-hint kbd {
    display: inline-block;
    margin-right: 4px;
    padding: 2px 7px;
    border: 1px solid var(--tzsm-border);
    border-bottom-width: 2px;
    border-radius: 6px !important;
    background: #f7f8f6;
    color: var(--tzsm-ink);
    font: 700 .78rem/1.4 var(--tzsm-body-font);
}

.tzsm-calendar-arrow {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

@media (max-width: 620px) {
    .tzsm-main-nav .tzsm-nav-link { font-size: 1rem; }
    .tzsm-search-overlay { padding: 78px 12px 20px; }
    .tzsm-search-dialog { padding: 30px 20px 22px; border-radius: 22px !important; }
    .tzsm-search-close { top: 14px; right: 14px; }
    .tzsm-search-dialog h2 { padding-right: 42px; }
    .tzsm-search-dialog-form {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
    }
    .tzsm-search-dialog-form button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tzsm-search-overlay,
    .tzsm-search-dialog,
    .tzsm-search-close,
    .tzsm-search-dialog-form button { transition: none; }
}

/* ZLXCMS v2.4: simple text-only desktop dropdown navigation */
@media (min-width: 981px) {
    .tzsm-subnav {
        min-width: 238px;
        gap: 0;
        padding: 8px 0;
        border: 1px solid rgba(23, 51, 35, .12);
        border-radius: 12px !important;
        background: #fff;
        backdrop-filter: none;
        box-shadow: 0 14px 34px rgba(23, 51, 35, .13);
    }

    .tzsm-subnav .tzsm-nav-link {
        min-height: 0;
        padding: 11px 18px;
        border: 0;
        border-radius: 0 !important;
        background: transparent;
        color: #294838;
        font-family: var(--tzsm-ui-font);
        font-size: .96rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.35;
        white-space: normal;
        transition: color .15s ease, background-color .15s ease;
    }

    .tzsm-subnav .tzsm-nav-item:hover > .tzsm-nav-link,
    .tzsm-subnav .tzsm-nav-item:focus-within > .tzsm-nav-link,
    .tzsm-subnav .tzsm-nav-item.is-active > .tzsm-nav-link {
        color: var(--tzsm-primary-deep);
        background: rgba(36, 127, 67, .075);
    }

    .tzsm-subnav .tzsm-subnav {
        top: -8px;
        left: calc(100% + 8px);
    }
}


/* ZLXCMS v2.7: full-width documents archive and configurable rich footer */
.tzsm-documents-section { background: linear-gradient(180deg, #f8faf8 0%, #fff 42%); }
.tzsm-documents-page { display: grid; gap: 28px; }
.tzsm-documents-intro { max-width: 980px; margin: 0 auto; }
.tzsm-documents-overview { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; padding: clamp(26px, 4vw, 44px); border: 1px solid var(--tzsm-border); background: #fff; box-shadow: var(--tzsm-shadow-soft); }
.tzsm-documents-overview h2 { max-width: 760px; margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.02; }
.tzsm-documents-overview p:not(.tzsm-eyebrow) { max-width: 760px; margin: 14px 0 0; color: var(--tzsm-muted); font-size: 1.02rem; }
.tzsm-documents-stat { min-width: 190px; padding-left: 28px; border-left: 1px solid var(--tzsm-border); }
.tzsm-documents-stat strong { display: block; color: var(--tzsm-primary); font-family: var(--tzsm-heading-font); font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .85; }
.tzsm-documents-stat span { display: block; max-width: 160px; margin-top: 10px; color: var(--tzsm-muted); font-size: .82rem; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }
.tzsm-document-category-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tzsm-document-category-index a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 72px; padding: 16px 18px; border: 1px solid var(--tzsm-border); background: #fff; color: var(--tzsm-ink); text-decoration: none; box-shadow: 0 10px 26px rgba(23,51,35,.045); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.tzsm-document-category-index a:hover { transform: translateY(-2px); border-color: rgba(31,122,84,.3); box-shadow: var(--tzsm-shadow-soft); }
.tzsm-document-category-index span { font-family: var(--tzsm-heading-font); font-weight: 900; line-height: 1.15; }
.tzsm-document-category-index small { flex: 0 0 auto; color: var(--tzsm-primary); font-weight: 850; }
.tzsm-document-archive { display: grid; gap: 14px; padding: 0; border: 0; border-radius: 0 !important; background: transparent; box-shadow: none; }
.tzsm-document-year { margin: 0; border: 1px solid var(--tzsm-border); border-radius: 0 !important; background: #fff; box-shadow: 0 14px 34px rgba(23,51,35,.05); }
.tzsm-document-year summary { min-height: 78px; padding: 20px 24px; }
.tzsm-document-year summary > span { font-size: clamp(1.2rem, 2vw, 1.55rem); }
.tzsm-document-year summary > small { margin-left: auto; color: var(--tzsm-muted); font-family: var(--tzsm-body-font); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tzsm-document-year-content { padding: 0 24px 24px; }
.tzsm-document-group { padding: 26px 0 0; scroll-margin-top: 130px; }
.tzsm-document-group + .tzsm-document-group { margin-top: 26px; padding-top: 26px; }
.tzsm-document-group-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.tzsm-document-group-heading h3 { margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.tzsm-document-group-heading p { max-width: 760px; margin: 6px 0 0; }
.tzsm-document-group-heading > span { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50% !important; background: var(--tzsm-accent-soft); color: var(--tzsm-primary-deep); font-weight: 900; }
.tzsm-document-rows { gap: 6px; }
.tzsm-document-rows a { display: grid; grid-template-columns: 66px minmax(0, 1fr) auto; align-items: center; min-height: 78px; padding: 12px 16px; border-radius: 0 !important; }
.tzsm-document-type { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 7px 9px; background: var(--tzsm-surface-soft); color: var(--tzsm-primary-deep); font-size: .72rem; font-weight: 950; letter-spacing: .05em; }
.tzsm-document-copy { min-width: 0; }
.tzsm-document-copy em { display: block; margin-top: 5px; color: var(--tzsm-muted); font-size: .76rem; font-style: normal; font-weight: 750; }
.tzsm-document-action { color: var(--tzsm-primary); font-weight: 900; }
.tzsm-site-footer { background-color: var(--tzsm-primary-deep); background-image: linear-gradient(120deg, rgba(10,43,31,.94), rgba(14,58,41,.86)), var(--tzsm-footer-background-image, none); background-size: cover; background-position: center; }
.tzsm-site-footer.has-background-image::before { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(0,0,0,.12)); }
.tzsm-footer-editor-content { margin: 0 0 16px; }
.tzsm-footer-editor-content .tzsm-rich-content { display: grid; gap: 10px; }
.tzsm-footer-editor-content .tzsm-rich-content > * { margin: 0; }
.tzsm-site-footer .tzsm-footer-editor-content h2,
.tzsm-site-footer .tzsm-footer-editor-content h3,
.tzsm-site-footer .tzsm-footer-editor-content h4 { color: #fff; font-size: 1rem; line-height: 1.3; }
.tzsm-site-footer .tzsm-footer-editor-content p,
.tzsm-site-footer .tzsm-footer-editor-content li,
.tzsm-site-footer .tzsm-footer-editor-content blockquote { color: rgba(255,255,255,.78); font-size: .92rem; line-height: 1.65; }
.tzsm-site-footer .tzsm-footer-editor-content ul,
.tzsm-site-footer .tzsm-footer-editor-content ol { margin: 0; padding-left: 1.2rem; list-style: initial; }
.tzsm-site-footer .tzsm-footer-editor-content blockquote { padding-left: 12px; border-left: 2px solid var(--tzsm-accent); }
@media (max-width: 900px) {
    .tzsm-documents-overview { grid-template-columns: 1fr; align-items: start; }
    .tzsm-documents-stat { min-width: 0; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--tzsm-border); }
    .tzsm-document-category-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .tzsm-document-category-index { grid-template-columns: 1fr; }
    .tzsm-document-year summary { align-items: flex-start; flex-wrap: wrap; }
    .tzsm-document-year summary > small { order: 3; width: 100%; margin: 0; }
    .tzsm-document-year-content { padding: 0 16px 18px; }
    .tzsm-document-rows a { grid-template-columns: 54px minmax(0, 1fr); }
    .tzsm-document-action { grid-column: 2; }
}


/* ZLXCMS v2.8: simple AJAX documents archive, rich footer editors, and typography sizes */
.theme-tzsm { font-size: var(--tzsm-body-size, 16px); }
.theme-tzsm .tzsm-hero h1,
.theme-tzsm .tzsm-page-hero h1 { font-size: clamp(var(--tzsm-h1-min, 45px), 6.25vw, var(--tzsm-h1-size, 72px)); }
.theme-tzsm .tzsm-section-heading h2,
.theme-tzsm .tzsm-split h2,
.theme-tzsm .tzsm-adventure-copy h2,
.theme-tzsm .tzsm-cta-band h2,
.theme-tzsm .tzsm-contact-panel h2 { font-size: clamp(var(--tzsm-h2-min, 35px), 4vw, var(--tzsm-h2-size, 48px)); }
.theme-tzsm .tzsm-rich-content h3,
.theme-tzsm .tzsm-mini-card h3,
.theme-tzsm .tzsm-feature-card h3,
.theme-tzsm .tzsm-offer-card h3,
.theme-tzsm .tzsm-destination-card h3,
.theme-tzsm .tzsm-info-card h3,
.theme-tzsm .tzsm-explore-card h3,
.theme-tzsm .tzsm-document-category-modern h3 { font-size: var(--tzsm-h3-size, 24px); }
.theme-tzsm .tzsm-main-nav .tzsm-nav-link,
.theme-tzsm .tzsm-subnav .tzsm-nav-link,
.theme-tzsm .tzsm-header-cta,
.theme-tzsm .tzsm-button,
.theme-tzsm .tzsm-document-search button { font-size: var(--tzsm-ui-size, 15px); }

.tzsm-documents-hero { padding: clamp(52px, 7vw, 82px) 0 22px; background: transparent; color: var(--tzsm-ink); }
.tzsm-documents-hero::after { display: none; }
.tzsm-documents-hero h1 { color: #1f4c92; text-shadow: none; }
.tzsm-documents-section { padding-top: 20px; background: transparent; }
.tzsm-documents-page { gap: 14px; }
.tzsm-document-search { position: relative; display:grid; grid-template-columns:42px minmax(0,1fr) auto auto; align-items:center; min-height:62px; border:1px solid rgba(23,51,35,.14); background:#fff; box-shadow:0 14px 38px rgba(23,51,35,.07); transition:border-color .18s ease, box-shadow .18s ease; }
.tzsm-document-search:focus-within { border-color:rgba(31,76,146,.45); box-shadow:0 16px 42px rgba(31,76,146,.12); }
.tzsm-document-search.is-loading { opacity:.72; }
.tzsm-document-search-icon { display:grid; place-items:center; color:#1f4c92; }
.tzsm-document-search-icon svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; }
.tzsm-document-search input { width:100%; min-width:0; height:60px; padding:0 10px 0 0; border:0; outline:0; background:transparent; color:var(--tzsm-ink); font:inherit; }
.tzsm-document-search-clear,.tzsm-document-search-submit { min-height:40px; margin-right:10px; padding:8px 14px; border:0; cursor:pointer; font-weight:800; }
.tzsm-document-search-clear { background:transparent; color:var(--tzsm-muted); }
.tzsm-document-search-submit { background:#1f4c92; color:#fff; }
.tzsm-document-search-meta { min-height:28px; display:flex; justify-content:space-between; gap:16px; color:var(--tzsm-muted); font-size:.86rem; font-weight:750; }
.tzsm-document-search-status { margin-left:auto; }
.tzsm-document-results { min-height:180px; }
.tzsm-document-archive-modern { display:grid; gap:20px; }
.tzsm-document-year-modern { overflow:hidden; border:1px solid var(--tzsm-border); background:#fff; box-shadow:0 12px 32px rgba(23,51,35,.055); }
.tzsm-document-year-modern-head { padding:20px 24px; border-bottom:1px solid var(--tzsm-border); background:#fbfcfb; }
.tzsm-document-year-modern-head h2 { margin:0; color:#1f4c92; font-size:clamp(1.35rem,2.5vw,2rem); text-shadow:none; }
.tzsm-document-year-modern-body { display:grid; }
.tzsm-document-category-modern { padding:22px 24px; }
.tzsm-document-category-modern + .tzsm-document-category-modern { border-top:1px solid var(--tzsm-border); }
.tzsm-document-category-modern-head { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:10px; }
.tzsm-document-category-modern-head h3 { margin:0; color:var(--tzsm-primary-deep); text-shadow:none; }
.tzsm-document-category-modern-head > span { color:var(--tzsm-muted); font-size:.82rem; font-weight:850; }
.tzsm-document-items-modern { display:grid; }
.tzsm-document-item-modern { display:grid; grid-template-columns:54px minmax(0,1fr) 24px; align-items:center; gap:14px; min-height:66px; padding:12px 0; border-top:1px solid rgba(23,51,35,.09); color:var(--tzsm-ink); text-decoration:none; }
.tzsm-document-item-modern:first-child { border-top:0; }
.tzsm-document-item-modern:hover strong { color:#1f4c92; }
.tzsm-document-file-badge { display:grid; place-items:center; min-height:34px; padding:5px 7px; background:#eef4fd; color:#1f4c92; font-size:.68rem; font-weight:900; letter-spacing:.04em; }
.tzsm-document-item-copy { min-width:0; }
.tzsm-document-item-copy strong { display:block; overflow:hidden; color:var(--tzsm-ink); line-height:1.28; text-overflow:ellipsis; white-space:nowrap; transition:color .15s ease; }
.tzsm-document-item-copy small { display:block; margin-top:4px; color:var(--tzsm-muted); font-size:.76rem; }
.tzsm-document-item-modern svg { width:21px; height:21px; fill:none; stroke:#1f4c92; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.tzsm-document-empty { padding:56px 24px; border:1px dashed rgba(23,51,35,.22); background:#fff; text-align:center; }
.tzsm-document-empty h2 { margin:0; color:#1f4c92; text-shadow:none; }
.tzsm-document-empty p { margin:10px 0 0; color:var(--tzsm-muted); }
.tzsm-document-fallback-list { display:grid; border:1px solid var(--tzsm-border); background:#fff; }
.tzsm-document-fallback-list a { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:17px 20px; border-top:1px solid var(--tzsm-border); color:var(--tzsm-ink); text-decoration:none; }
.tzsm-document-fallback-list a:first-child { border-top:0; }
.tzsm-document-fallback-list strong,.tzsm-document-fallback-list small { display:block; }
.tzsm-document-fallback-list small { margin-top:4px; color:var(--tzsm-muted); }
@media (max-width: 620px) {
    .tzsm-document-search { grid-template-columns:38px minmax(0,1fr) auto; }
    .tzsm-document-search-submit { display:none; }
    .tzsm-document-search-clear { margin-right:6px; padding-inline:8px; }
    .tzsm-document-search-meta { align-items:flex-start; flex-direction:column; gap:2px; }
    .tzsm-document-search-status { margin-left:0; }
    .tzsm-document-year-modern-head,.tzsm-document-category-modern { padding:18px 16px; }
    .tzsm-document-item-modern { grid-template-columns:46px minmax(0,1fr) 20px; gap:10px; }
}

/* ZLXCMS v2.9: refined frontend Documents library */
.tzsm-documents-section {
    min-height: 70vh;
    padding: clamp(56px, 6vw, 88px) 0 clamp(72px, 8vw, 118px);
    background:
        linear-gradient(180deg, rgba(232, 244, 234, .7) 0, rgba(251, 250, 244, 0) 330px),
        var(--tzsm-bg);
}
.tzsm-documents-page {
    width: min(1080px, calc(100% - 40px));
    display: grid;
    gap: 28px;
}
.tzsm-documents-header {
    display: grid;
    grid-template-columns: minmax(230px, .72fr) minmax(420px, 1.28fr);
    align-items: end;
    gap: clamp(30px, 5vw, 72px);
    padding: 0 0 28px;
    border-bottom: 1px solid rgba(23, 51, 35, .14);
}
.tzsm-documents-heading h1 {
    margin: 0;
    color: #1f4c92;
    font-size: clamp(var(--tzsm-h1-min, 45px), 5vw, var(--tzsm-h1-size, 72px));
    line-height: .95;
    letter-spacing: -.055em;
    text-shadow: none;
}
.tzsm-documents-heading > span {
    display: block;
    margin-top: 12px;
    color: var(--tzsm-muted);
    font-size: .9rem;
    font-weight: 800;
}
.tzsm-document-search {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 40px 48px;
    align-items: center;
    min-height: 58px;
    overflow: hidden;
    border: 1px solid rgba(23, 51, 35, .15);
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 13px 34px rgba(23, 51, 35, .075);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.tzsm-document-search:focus-within {
    border-color: rgba(31, 76, 146, .55);
    box-shadow: 0 16px 38px rgba(31, 76, 146, .13);
    transform: translateY(-1px);
}
.tzsm-document-search.is-loading::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #1f4c92, transparent);
    animation: tzsm-document-progress 1s linear infinite;
}
@keyframes tzsm-document-progress {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}
.tzsm-document-search-icon {
    display: grid;
    place-items: center;
    color: #1f4c92;
}
.tzsm-document-search-icon svg,
.tzsm-document-search-submit svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}
.tzsm-document-search input {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 12px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tzsm-ink);
    font: inherit;
    font-size: 1rem;
}
.tzsm-document-search input::placeholder { color: #8b978f; opacity: 1; }
.tzsm-document-search-clear,
.tzsm-document-search-submit {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px !important;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, transform .15s ease;
}
.tzsm-document-search-clear {
    background: transparent;
    color: #6f7d74;
}
.tzsm-document-search-clear:hover,
.tzsm-document-search-clear:focus-visible {
    background: #edf2ef;
    color: var(--tzsm-ink);
}
.tzsm-document-search-clear svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}
.tzsm-document-search-submit {
    width: 48px;
    height: 58px;
    border-radius: 0 !important;
    background: #1f4c92;
    color: #fff;
}
.tzsm-document-search-submit:hover,
.tzsm-document-search-submit:focus-visible { background: #173e79; }
.tzsm-document-search-status {
    min-height: 0;
    margin: -16px 0 0;
    color: var(--tzsm-muted);
    font-size: .84rem;
    font-weight: 750;
}
.tzsm-document-search-status:empty { display: none; }
.tzsm-document-results { min-height: 180px; }
.tzsm-document-library { display: grid; gap: 38px; }
.tzsm-document-period { display: grid; gap: 14px; }
.tzsm-document-period-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 0 4px;
}
.tzsm-document-period-head h2 {
    margin: 0;
    color: #1f4c92;
    font-size: clamp(var(--tzsm-h2-min, 32px), 2.4vw, var(--tzsm-h2-size, 48px));
    line-height: 1.05;
    text-shadow: none;
}
.tzsm-document-period-head > span {
    color: var(--tzsm-muted);
    font-size: .82rem;
    font-weight: 800;
    white-space: nowrap;
}
.tzsm-document-category-list { display: grid; gap: 14px; }
.tzsm-document-category-card {
    overflow: hidden;
    border: 1px solid rgba(23, 51, 35, .12);
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(23, 51, 35, .055);
}
.tzsm-document-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(23, 51, 35, .09);
    background: #f8faf8;
}
.tzsm-document-category-head h3 {
    margin: 0;
    color: var(--tzsm-primary-deep);
    font-size: var(--tzsm-h3-size, 24px);
    line-height: 1.2;
    text-shadow: none;
}
.tzsm-document-category-head > span {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50% !important;
    background: #eaf1fb;
    color: #1f4c92;
    font-size: .78rem;
    font-weight: 900;
}
.tzsm-document-items-modern { display: grid; }
.tzsm-document-item-modern {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 15px;
    min-height: 76px;
    padding: 13px 18px;
    border-top: 1px solid rgba(23, 51, 35, .08);
    color: var(--tzsm-ink);
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
.tzsm-document-item-modern:first-child { border-top: 0; }
.tzsm-document-item-modern:hover,
.tzsm-document-item-modern:focus-visible {
    background: #f6f9fc;
    color: var(--tzsm-ink);
}
.tzsm-document-file-icon,
.tzsm-document-fallback-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px !important;
    background: #edf3fc;
    color: #1f4c92;
}
.tzsm-document-file-icon svg,
.tzsm-document-fallback-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tzsm-document-item-copy { min-width: 0; }
.tzsm-document-item-copy strong {
    display: block;
    overflow: hidden;
    color: var(--tzsm-ink);
    font-family: var(--tzsm-body-font);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .15s ease;
}
.tzsm-document-item-modern:hover strong,
.tzsm-document-item-modern:focus-visible strong { color: #1f4c92; }
.tzsm-document-item-copy small {
    display: block;
    margin-top: 4px;
    color: var(--tzsm-muted);
    font-size: .76rem;
    font-weight: 700;
}
.tzsm-document-download {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px !important;
    color: #1f4c92;
    transition: background .15s ease, transform .15s ease;
}
.tzsm-document-download svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tzsm-document-item-modern:hover .tzsm-document-download,
.tzsm-document-item-modern:focus-visible .tzsm-document-download,
.tzsm-document-fallback-list a:hover .tzsm-document-download,
.tzsm-document-fallback-list a:focus-visible .tzsm-document-download {
    background: #e6eef9;
    transform: translateY(1px);
}
.tzsm-document-empty {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 64px 24px;
    border: 1px dashed rgba(23, 51, 35, .2);
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .72);
    text-align: center;
}
.tzsm-document-empty > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 15px !important;
    background: #edf3fc;
    color: #1f4c92;
}
.tzsm-document-empty > span svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tzsm-document-empty h2 {
    margin: 0;
    color: #1f4c92;
    font-size: 1.45rem;
    text-shadow: none;
}
.tzsm-document-empty p { margin: -4px 0 0; color: var(--tzsm-muted); }
.tzsm-document-fallback-list {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(23, 51, 35, .12);
    border-radius: 16px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(23, 51, 35, .055);
}
.tzsm-document-fallback-list a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 15px;
    min-height: 76px;
    padding: 13px 18px;
    border-top: 1px solid rgba(23, 51, 35, .08);
    color: var(--tzsm-ink);
    text-decoration: none;
}
.tzsm-document-fallback-list a:first-child { border-top: 0; }
.tzsm-document-fallback-list a:hover,
.tzsm-document-fallback-list a:focus-visible { background: #f6f9fc; }
.tzsm-document-fallback-copy { min-width: 0; }
.tzsm-document-fallback-copy strong,
.tzsm-document-fallback-copy small { display: block; }
.tzsm-document-fallback-copy strong {
    overflow: hidden;
    font-weight: 850;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tzsm-document-fallback-copy small {
    margin-top: 4px;
    color: var(--tzsm-muted);
    font-size: .76rem;
}

@media (max-width: 820px) {
    .tzsm-documents-header {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 24px;
    }
    .tzsm-documents-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
    .tzsm-documents-heading > span { margin: 0 0 4px; }
}
@media (max-width: 620px) {
    .tzsm-documents-section { padding: 44px 0 76px; }
    .tzsm-documents-page { width: min(100% - 28px, 1080px); gap: 22px; }
    .tzsm-documents-header { gap: 20px; padding-bottom: 22px; }
    .tzsm-documents-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
    .tzsm-documents-heading h1 { font-size: clamp(var(--tzsm-h1-min, 40px), 14vw, var(--tzsm-h1-size, 72px)); }
    .tzsm-documents-heading > span { margin: 0; }
    .tzsm-document-search { grid-template-columns: 44px minmax(0, 1fr) 38px 44px; min-height: 54px; }
    .tzsm-document-search input { height: 52px; font-size: .95rem; }
    .tzsm-document-search-submit { width: 44px; height: 54px; }
    .tzsm-document-library { gap: 30px; }
    .tzsm-document-period-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .tzsm-document-category-head { min-height: 62px; padding: 14px 16px; }
    .tzsm-document-item-modern,
    .tzsm-document-fallback-list a {
        grid-template-columns: 40px minmax(0, 1fr) 34px;
        gap: 11px;
        min-height: 72px;
        padding: 12px 13px;
    }
    .tzsm-document-file-icon,
    .tzsm-document-fallback-icon { width: 38px; height: 38px; border-radius: 10px !important; }
    .tzsm-document-item-copy strong,
    .tzsm-document-fallback-copy strong { font-size: .94rem; }
    .tzsm-document-download { width: 32px; height: 32px; }
}


/* Dokumenti v1.7.2: clean header row and dedicated information notice */
.tzsm-documents-heading > span { display: none !important; }
.tzsm-document-notice {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 11px 16px;
    border: 1px solid rgba(31, 76, 146, .16);
    border-left: 4px solid #1f4c92;
    border-radius: 12px !important;
    background: #f3f7fc;
    color: #29465f;
}
.tzsm-document-notice-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50% !important;
    background: #fff;
    color: #1f4c92;
    box-shadow: 0 4px 14px rgba(31, 76, 146, .1);
}
.tzsm-document-notice-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tzsm-document-notice p {
    margin: 0;
    color: inherit;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.45;
}
.tzsm-document-search-status { display: none !important; }
@media (max-width: 620px) {
    .tzsm-document-notice {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 54px;
        padding: 10px 12px;
    }
    .tzsm-document-notice-icon { width: 30px; height: 30px; }
    .tzsm-document-notice p { font-size: .84rem; }
}

/* ZLXCMS v3.2: Novosti uses the standard TZSM page shell. */
.tzsm-news-layout { display: grid; gap: clamp(24px, 3vw, 38px); }
.tzsm-news-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr);
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(23, 51, 35, .12);
    border-radius: 24px !important;
    background: #fff;
    box-shadow: 0 24px 70px rgba(23, 51, 35, .11);
}
.tzsm-news-featured-media,
.tzsm-news-card-media,
.tzsm-news-list-media { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--tzsm-primary-soft), var(--tzsm-accent-soft)); }
.tzsm-news-featured-media { min-height: 420px; }
.tzsm-news-featured-media img,
.tzsm-news-card-media img,
.tzsm-news-list-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.tzsm-news-featured:hover .tzsm-news-featured-media img,
.tzsm-news-card:hover .tzsm-news-card-media img,
.tzsm-news-list-item:hover .tzsm-news-list-media img { transform: scale(1.035); }
.tzsm-news-image-placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; padding: 28px; color: var(--tzsm-primary-dark); font-family: var(--tzsm-heading-font); font-size: 1.25rem; font-weight: 900; text-align: center; background: radial-gradient(circle at 75% 25%, rgba(240,179,35,.32), transparent 28%), linear-gradient(135deg, var(--tzsm-primary-soft), #fff); }
.tzsm-news-category {
    position: absolute;
    left: 18px;
    top: 18px;
    display: inline-flex;
    max-width: calc(100% - 36px);
    padding: 7px 11px;
    border-radius: 999px !important;
    background: var(--tzsm-accent);
    color: #251902;
    font-family: var(--tzsm-ui-font);
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .035em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .13);
}
.tzsm-news-featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 54px);
}
.tzsm-news-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 16px; color: var(--tzsm-muted); font-size: .82rem; font-weight: 750; }
.tzsm-news-meta span { position: relative; }
.tzsm-news-meta span::before { content: ""; position: absolute; left: -10px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: currentColor; transform: translateY(-50%); }
.tzsm-news-featured h2 { margin: 0; color: #1f4c92; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.06; letter-spacing: -.035em; text-shadow: none; }
.tzsm-news-featured h2 a,
.tzsm-news-card h2 a,
.tzsm-news-list-item h2 a { color: inherit; text-decoration: none; }
.tzsm-news-featured-copy > p { margin: 20px 0 0; color: var(--tzsm-muted); font-size: 1rem; line-height: 1.7; }
.tzsm-news-read-more { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 28px; color: var(--tzsm-primary-dark); font-weight: 900; text-decoration: none; }
.tzsm-news-read-more svg,
.tzsm-news-list-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.tzsm-news-read-more:hover svg,
.tzsm-news-list-item:hover .tzsm-news-list-arrow svg { transform: translateX(4px); }
.tzsm-news-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tzsm-news-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 51, 35, .12);
    border-radius: 20px !important;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 51, 35, .075);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tzsm-news-card:hover { transform: translateY(-3px); border-color: rgba(36, 127, 67, .24); box-shadow: 0 20px 46px rgba(23, 51, 35, .11); }
.tzsm-news-card-media { display: block; aspect-ratio: 16 / 10; }
.tzsm-news-card-copy { display: flex; flex-direction: column; padding: 22px; }
.tzsm-news-card-copy time { color: var(--tzsm-muted); font-size: .78rem; font-weight: 750; }
.tzsm-news-card h2 { margin: 9px 0 0; color: #1f4c92; font-size: clamp(1.18rem, 1.75vw, 1.48rem); line-height: 1.16; letter-spacing: -.022em; text-shadow: none; }
.tzsm-news-card-copy > p { display: -webkit-box; overflow: hidden; margin: 13px 0 0; color: var(--tzsm-muted); font-size: .9rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tzsm-news-card-link { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--tzsm-primary-dark); font-size: .88rem; font-weight: 900; text-decoration: none; }
.tzsm-news-list {
    overflow: hidden;
    border: 1px solid rgba(23, 51, 35, .12);
    border-radius: 20px !important;
    background: #fff;
    box-shadow: 0 14px 36px rgba(23, 51, 35, .06);
}
.tzsm-news-list-item {
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 22px;
    min-height: 132px;
    padding: 14px 18px 14px 14px;
    border-top: 1px solid rgba(23, 51, 35, .1);
    transition: background .18s ease;
}
.tzsm-news-list-item:first-child { border-top: 0; }
.tzsm-news-list-item:hover { background: #fbfdfb; }
.tzsm-news-list-media { display: block; width: 164px; height: 104px; border-radius: 14px !important; }
.tzsm-news-list-copy { min-width: 0; }
.tzsm-news-list-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 6px; color: var(--tzsm-muted); font-size: .74rem; font-weight: 800; }
.tzsm-news-list-kicker span { color: var(--tzsm-primary); text-transform: uppercase; letter-spacing: .045em; }
.tzsm-news-list-item h2 { margin: 0; color: #1f4c92; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.18; text-shadow: none; }
.tzsm-news-list-copy > p { display: -webkit-box; overflow: hidden; margin: 8px 0 0; color: var(--tzsm-muted); font-size: .84rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tzsm-news-list-arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(36, 127, 67, .2); border-radius: 50% !important; color: var(--tzsm-primary-dark); text-decoration: none; }
.tzsm-news-list-arrow:hover { background: var(--tzsm-primary-soft); }

@media (max-width: 980px) {
    .tzsm-news-featured { grid-template-columns: 1fr; }
    .tzsm-news-featured-media { min-height: 360px; aspect-ratio: 16 / 9; }
    .tzsm-news-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tzsm-news-card-grid .tzsm-news-card:last-child:nth-child(odd) { grid-column: 1 / -1; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); grid-template-rows: 1fr; }
    .tzsm-news-card-grid .tzsm-news-card:last-child:nth-child(odd) .tzsm-news-card-media { height: 100%; aspect-ratio: auto; }
}
@media (max-width: 700px) {
    .tzsm-news-featured { min-height: 0; border-radius: 18px !important; }
    .tzsm-news-featured-media { min-height: 260px; }
    .tzsm-news-featured-copy { padding: 26px 22px 28px; }
    .tzsm-news-meta span::before { display: none; }
    .tzsm-news-card-grid { grid-template-columns: 1fr; }
    .tzsm-news-card-grid .tzsm-news-card:last-child:nth-child(odd) { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
    .tzsm-news-card-grid .tzsm-news-card:last-child:nth-child(odd) .tzsm-news-card-media { height: auto; aspect-ratio: 16 / 10; }
    .tzsm-news-list { border-radius: 18px !important; }
    .tzsm-news-list-item { grid-template-columns: 96px minmax(0, 1fr) 32px; gap: 13px; min-height: 112px; padding: 12px; }
    .tzsm-news-list-media { width: 96px; height: 82px; border-radius: 11px !important; }
    .tzsm-news-list-copy > p { display: none; }
    .tzsm-news-list-arrow { width: 32px; height: 32px; border: 0; }
    .tzsm-news-list-arrow svg { width: 18px; height: 18px; }
}
@media (max-width: 470px) {
    .tzsm-news-list-item { grid-template-columns: 76px minmax(0, 1fr); }
    .tzsm-news-list-media { width: 76px; height: 72px; }
    .tzsm-news-list-arrow { display: none; }
    .tzsm-news-list-kicker { gap: 5px 8px; }
    .tzsm-news-list-item h2 { font-size: 1rem; }
}

/* ZLXCMS v3.3: restored frontend admin-bar icons and placed the ZLXCMS logo first. */
