:root {
    --ohm-color-heading: #18212f;
    --ohm-color-text: #344054;
    --ohm-color-muted: #667085;
    --ohm-color-link: #1769a6;
    --ohm-color-link-hover: #0d4f82;
    --ohm-color-surface: #ffffff;
    --ohm-color-surface-soft: #f7f8fa;
    --ohm-color-border: #dfe3e8;
    --ohm-color-border-strong: #cbd2da;
    --ohm-color-success: #287a4b;
    --ohm-color-warning: #9a6700;
    --ohm-shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);
    --ohm-shadow-md: 0 6px 18px rgba(16, 24, 40, .07);
    --ohm-radius-sm: 6px;
    --ohm-radius-md: 8px;
    --ohm-space-section: clamp(32px, 5vw, 46px);
}

.ohm-region-page .ohm-region-breadcrumbs,.ohm-country-page .ohm-region-breadcrumbs{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin:0 0 1.25rem;color:#64748b;font-size:.9rem}.ohm-region-page .ohm-region-breadcrumbs a,.ohm-country-page .ohm-region-breadcrumbs a{color:#075985;text-decoration:none}.ohm-region-page .ohm-country-identity{text-transform:capitalize}.ohm-region-page .ohm-year-nav{flex-wrap:wrap}.ohm-region-page .ohm-year-nav .is-current{background:#0f766e;color:#fff}.ohm-region-page .ohm-holiday-name{margin:0;font-size:1rem}
.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-year-nav{margin-block:11px 7px;padding-block:5px}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-year-nav__link{min-height:31px;padding-block:4px}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-section{margin-block:clamp(26px,4vw,38px)}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-section-header{margin-bottom:14px}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links{gap:0}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 4px;border-bottom:1px solid var(--ohm-color-border);color:var(--ohm-color-link)!important;font-weight:700}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links a:hover,.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links a:focus-visible{background:var(--ohm-color-surface-soft);color:var(--ohm-color-link-hover)!important}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links a span{justify-self:end;color:currentColor}
.ohm-school-calendar{display:grid;gap:.75rem}.ohm-school-calendar>.ohm-section-header{margin-bottom:.25rem}.ohm-school-period{display:grid;grid-template-columns:minmax(220px,1fr) minmax(230px,.7fr);gap:.75rem 1.5rem;align-items:center;padding:1rem 0;border-top:1px solid #e2e8f0}.ohm-school-period h3{margin:0 0 .4rem;font-size:1.05rem}.ohm-school-period p{margin:.2rem 0}.ohm-school-period-dates{font-weight:700;color:#1e293b}.ohm-school-year{color:#64748b;font-size:.9rem}.ohm-school-division{margin:1rem 0 0;padding:.65rem .8rem;background:#f8fafc;border-left:3px solid #0f6fae;font-size:1rem}
@media(max-width:640px){.ohm-region-page .ohm-calendar-row{grid-template-columns:52px minmax(0,1fr);gap:.65rem}.ohm-region-page .ohm-holiday-day,.ohm-region-page .ohm-holiday-statuses{grid-column:2}.ohm-region-page{overflow-wrap:anywhere}}
@media(max-width:640px){.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-year-nav{gap:7px}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links a{grid-template-columns:minmax(0,1fr) auto;overflow-wrap:anywhere}.ohm-region-page:not(.ohm-school-page):not(:has(.ohm-country-calendar)) .ohm-related-country-links a span{align-self:center}}
@media(max-width:640px){.ohm-school-period{grid-template-columns:1fr}.ohm-school-period-dates{overflow-wrap:anywhere}}

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

.ohm-page {
    color: var(--ohm-color-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
}

.ohm-page a { color: var(--ohm-color-link); }
.ohm-page a:hover { color: var(--ohm-color-link-hover); }
.ohm-page a:focus-visible,
.ohm-page button:focus-visible { outline: 3px solid rgba(23, 105, 166, .28); outline-offset: 3px; }

.ohm-page .ohm-section-header__copy p,
.ohm-page .ohm-page-header__intro p,
.ohm-page .ohm-editorial-section > div p,
.ohm-page .ohm-holiday-hero p,
.ohm-page .ohm-holiday-content .ohm-content-block > div p,
.ohm-page .ohm-global-hero > div:not(.ohm-global-primary-date) p,
.ohm-page .ohm-global-editorial > div p,
.ohm-page.ohm-country-type-page .ohm-page-header > p,
.ohm-page.ohm-country-type-page .ohm-content-block > div p,
.ohm-page.ohm-type-page .ohm-type-hero p {
    width:100%;
    max-width:none;
}

.ohm-container { width: min(100% - 30px, 1220px); margin-inline: auto; }
.ohm-section { margin-block: var(--ohm-space-section); }
.ohm-section--soft { padding: 24px; border: 1px solid var(--ohm-color-border); border-radius: var(--ohm-radius-md); background: var(--ohm-color-surface-soft); }
.ohm-section-header { display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px; }
.ohm-section-header__copy { width:100%;max-width:none; }
.ohm-section-header h2 { margin:0 0 4px;color:var(--ohm-color-heading);font-size:clamp(24px,3vw,30px);line-height:1.25;letter-spacing:-.02em; }
.ohm-section-header p { margin:0;color:var(--ohm-color-muted); }

.ohm-hero { padding:clamp(22px,3.5vw,32px);border:1px solid #b8d2e4;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:linear-gradient(115deg,#f4f8fb,#eaf3f8);color:var(--ohm-color-text);box-shadow:var(--ohm-shadow-sm); }
.ohm-hero__content { width:100%;max-width:none; }
.ohm-hero h1 { margin:7px 0 9px;color:var(--ohm-color-heading);font-size:clamp(30px,4vw,43px);line-height:1.12;letter-spacing:-.03em; }
.ohm-hero p { width:100%;margin:0;max-width:none;color:var(--ohm-color-text);font-size:clamp(15px,1.8vw,17px); }
.ohm-hero__actions { display:flex;flex-wrap:wrap;gap:9px;margin-top:17px; }

.ohm-badge { display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid #bdd4e4;border-radius:999px;background:#fff;color:#315b78;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase; }
.ohm-button { display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 15px;border:1px solid transparent;border-radius:var(--ohm-radius-sm);font-weight:700;text-decoration:none;transition:border-color .15s ease,background .15s ease,color .15s ease; }
.ohm-button--primary { background:var(--ohm-color-link);color:#fff!important; }
.ohm-button--primary:hover { background:var(--ohm-color-link-hover); }
.ohm-button--secondary { border-color:#9fb9cb;background:#fff;color:#244d69!important; }
.ohm-button--secondary:hover { border-color:#739bb7;background:#f6fafc; }
.ohm-link { font-weight:700;text-decoration:none;white-space:nowrap; }
.ohm-link::after { content:' →'; }

.ohm-grid { display:grid;gap:14px; }
.ohm-grid--countries { grid-template-columns:repeat(4,minmax(0,1fr)); }
.ohm-grid--global { grid-template-columns:repeat(4,minmax(0,1fr)); }
.ohm-card { display:block;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:var(--ohm-color-surface);box-shadow:var(--ohm-shadow-sm);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease; }
.ohm-card:hover { border-color:#9abbd3;box-shadow:var(--ohm-shadow-md);transform:translateY(-1px); }
.ohm-country-card { display:flex;align-items:center;gap:11px;min-height:62px;padding:12px 14px;color:var(--ohm-color-heading)!important; }
.ohm-country-card__flag { display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border:1px solid #e7eaee;border-radius:50%;background:var(--ohm-color-surface-soft);font-size:22px; }
.ohm-country-card__copy { min-width:0; }
.ohm-country-card strong { display:block;color:var(--ohm-color-link);font-size:15px;line-height:1.3; }
.ohm-country-card small { display:block;margin-top:2px;color:var(--ohm-color-muted);font-size:12px; }
.ohm-country-card__arrow { margin-left:auto;color:#7c8b98;font-weight:700;transition:transform .15s ease,color .15s ease; }
.ohm-country-card:hover .ohm-country-card__arrow { color:var(--ohm-color-link);transform:translateX(2px); }
.ohm-global-card { position:relative;padding:13px 15px;border-left:3px solid #a9c5d8;color:var(--ohm-color-heading)!important;font-weight:700; }
.ohm-global-card span { display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--ohm-color-link); }
.ohm-global-card b { color:#7890a1;font-size:14px;transition:transform .15s ease; }
.ohm-global-card:hover b { transform:translateX(2px); }
.ohm-global-card small { display:block;margin-top:3px;color:var(--ohm-color-muted);font-weight:400; }

.ohm-list { overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:var(--ohm-color-surface); }
.ohm-holiday-row { display:grid;grid-template-columns:74px minmax(0,1fr) minmax(150px,.45fr);align-items:center;gap:14px;padding:11px 14px;border-bottom:1px solid var(--ohm-color-border); }
.ohm-holiday-row:last-child { border-bottom:0; }
.ohm-date { color:var(--ohm-color-heading);font-weight:800;line-height:1.2; }
.ohm-date span { display:block;color:var(--ohm-color-muted);font-size:12px;font-weight:700;text-transform:uppercase; }
.ohm-holiday-row h3 { margin:0;color:var(--ohm-color-heading);font-size:16px;line-height:1.35; }
.ohm-holiday-row h3 a { text-decoration:none; }
.ohm-holiday-row p { margin:2px 0 0;color:var(--ohm-color-muted);font-size:13px; }
.ohm-holiday-row__country { color:var(--ohm-color-text);font-size:14px;text-align:right; }

.ohm-category-directory { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:var(--ohm-color-surface); }
.ohm-category-directory a { display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding:8px 12px;border-right:1px solid #edf0f3;border-bottom:1px solid #edf0f3;color:var(--ohm-color-heading)!important;font-weight:650;text-decoration:none; }
.ohm-category-directory a:hover { background:#f6f9fb;color:var(--ohm-color-link)!important; }
.ohm-category-directory span { color:#8293a1; }
.ohm-month-grid { display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:7px; }
.ohm-month-link { display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 5px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:var(--ohm-color-surface);color:var(--ohm-color-heading)!important;font-size:13px;font-weight:800;text-decoration:none; }
.ohm-month-link:hover { border-color:var(--ohm-color-link);color:var(--ohm-color-link)!important; }

.ohm-letter-nav { display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px;padding:9px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:var(--ohm-color-surface-soft); }
.ohm-letter-nav a { display:grid;width:30px;height:30px;place-items:center;border-radius:4px;color:var(--ohm-color-link)!important;font-size:13px;font-weight:800;text-decoration:none; }
.ohm-letter-nav a:hover { background:#e7f0f6; }
.ohm-country-directory { columns:4 220px;column-gap:28px; }
.ohm-country-group { display:inline-block;width:100%;margin:0 0 14px;break-inside:avoid;scroll-margin-top:20px;border-top:2px solid var(--ohm-color-border-strong); }
.ohm-country-group h3 { margin:0;padding:7px 3px 5px;color:var(--ohm-color-heading);font-size:18px;line-height:1.3; }
.ohm-country-group a { display:block;padding:5px 3px;color:var(--ohm-color-heading)!important;font-size:14px;text-decoration:none; }
.ohm-country-group a:hover { color:var(--ohm-color-link)!important;text-decoration:underline; }
.ohm-country-group a span { display:inline-block;width:27px; }
.ohm-empty-state { padding:18px;color:var(--ohm-color-muted);text-align:center; }

@media (max-width: 900px) {
    .ohm-grid--countries,.ohm-grid--global { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-category-directory { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-country-directory { columns:3 190px; }
    .ohm-month-grid { grid-template-columns:repeat(6,minmax(0,1fr)); }
}

@media (max-width: 680px) {
    .ohm-container { width:min(100% - 22px,1220px); }
    .ohm-section { margin-block:30px; }
    .ohm-section--soft { padding:18px 14px; }
    .ohm-section-header { align-items:start;flex-direction:column;gap:8px;margin-bottom:14px; }
    .ohm-hero { padding:22px 18px; }
    .ohm-grid--countries,.ohm-grid--global { grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }
    .ohm-country-card { min-height:58px;padding:10px; }
    .ohm-holiday-row { grid-template-columns:58px minmax(0,1fr);gap:10px;padding:11px; }
    .ohm-holiday-row__country { grid-column:2;text-align:left;font-size:13px; }
    .ohm-category-directory { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .ohm-country-directory { columns:2 170px;column-gap:20px; }
    .ohm-month-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}

@media (max-width: 410px) {
    .ohm-grid--countries,.ohm-grid--global { grid-template-columns:1fr; }
    .ohm-category-directory { grid-template-columns:1fr; }
    .ohm-country-directory { columns:1; }
    .ohm-month-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

/* Country + year calendar */
.ohm-country-page { padding-block:22px 8px; }
.ohm-page-header { padding:20px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-country-identity { display:flex;align-items:center;gap:8px;margin-bottom:5px;color:#486174;font-size:14px;font-weight:750; }
.ohm-country-identity__flag { font-size:24px;line-height:1; }
.ohm-page-header h1 { margin:0 0 7px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-page-header__intro { width:100%;max-width:none;color:var(--ohm-color-text); }
.ohm-page-header__intro > :first-child { margin-top:0; }
.ohm-page-header__intro > :last-child { margin-bottom:0; }
.ohm-page-header__meta { margin:9px 0 0;color:var(--ohm-color-muted);font-size:13px; }
.ohm-page-header__meta strong { color:var(--ohm-color-heading);font-size:15px; }
.ohm-year-nav { display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:14px 0 9px;padding:7px 8px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:var(--ohm-color-surface); }
.ohm-year-nav strong { color:var(--ohm-color-heading);font-size:18px;text-align:center; }
.ohm-year-nav__link { justify-self:start;min-height:36px;padding:6px 9px;border-radius:4px;font-size:14px;font-weight:700;text-decoration:none; }
.ohm-year-nav__link:last-child { justify-self:end; }
.ohm-year-nav__link:hover { background:#eef5f9; }
.ohm-country-month-nav { display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6px;margin-bottom:20px; }
.ohm-country-month-nav a { display:grid;min-height:38px;place-items:center;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:#fff;color:var(--ohm-color-heading)!important;font-size:13px;font-weight:750;text-decoration:none; }
.ohm-country-month-nav a:hover { border-color:var(--ohm-color-link);color:var(--ohm-color-link)!important;background:#f6fafc; }
.ohm-country-page .ohm-section { margin-block:30px; }
.ohm-country-page .ohm-section-header { margin-bottom:13px; }
.ohm-country-page .ohm-section-header h2 { font-size:clamp(23px,2.6vw,28px); }
.ohm-country-upcoming { padding:16px 18px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:var(--ohm-color-surface-soft); }
.ohm-country-upcoming__list { display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:#fff; }
.ohm-country-upcoming__row { min-width:0;padding:9px 11px;border-right:1px solid var(--ohm-color-border); }
.ohm-country-upcoming__row:last-child { border-right:0; }
.ohm-country-upcoming__row time { display:block;color:var(--ohm-color-heading);font-size:13px;font-weight:800; }
.ohm-country-upcoming__row span { display:block;overflow:hidden;color:var(--ohm-color-text);font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap; }
.ohm-country-upcoming__row small { display:block;color:var(--ohm-color-muted);font-size:12px; }
.ohm-calendar { overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:#fff; }
.ohm-calendar-month { margin:0;padding:9px 13px;border-top:1px solid var(--ohm-color-border);border-bottom:1px solid var(--ohm-color-border);background:#f3f6f8;color:var(--ohm-color-heading);font-size:14px;line-height:1.3;letter-spacing:.045em;text-transform:uppercase;scroll-margin-top:20px; }
.ohm-calendar-month:first-child { border-top:0; }
.ohm-calendar-row { display:grid;grid-template-columns:66px 110px minmax(180px,1fr) minmax(250px,auto);align-items:center;gap:12px;min-height:54px;padding:7px 13px;border-bottom:1px solid #e9edf0; }
.ohm-calendar-row:last-child { border-bottom:0; }
.ohm-calendar-row:hover { background:#fafcfd; }
.ohm-holiday-date { display:flex;align-items:baseline;gap:5px;color:var(--ohm-color-heading); }
.ohm-holiday-date strong { font-size:19px;line-height:1; }
.ohm-holiday-date span { color:var(--ohm-color-muted);font-size:12px;font-weight:750;text-transform:uppercase; }
.ohm-holiday-day { color:var(--ohm-color-muted);font-size:13px; }
.ohm-holiday-name { margin:0;font-size:15px;line-height:1.35; }
.ohm-holiday-name a { color:var(--ohm-color-link)!important;text-decoration:none; }
.ohm-holiday-name a:hover { text-decoration:underline; }
.ohm-holiday-statuses { display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px; }
.ohm-status-badge { display:inline-flex;align-items:center;min-height:23px;padding:2px 7px;border:1px solid #d9e0e6;border-radius:999px;background:#f5f7f9;color:#52616d;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap; }
.ohm-status-badge--public { border-color:#c5dceb;background:#edf6fb;color:#245d82; }
.ohm-status-badge--optional { border-color:#ead9ad;background:#fff9e9;color:#795c17; }
.ohm-country-content { width:100%;max-width:none; }
.ohm-editorial-section { margin-bottom:27px; }
.ohm-editorial-section h2 { margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px);line-height:1.3; }
.ohm-editorial-section > div { width:100%;max-width:none;color:var(--ohm-color-text);line-height:1.75; }
.ohm-impact-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:3px 0 27px;border-block:1px solid var(--ohm-color-border); }
.ohm-impact-item { padding:15px 0; }
.ohm-impact-item h3 { margin:0 0 5px;color:var(--ohm-color-heading);font-size:18px; }
.ohm-impact-item div { color:var(--ohm-color-text);line-height:1.65; }
.ohm-faq-section { padding:17px 18px;border-left:3px solid #d7b45a;background:#fffcf4; }
.ohm-related-countries { padding-top:19px;border-top:1px solid var(--ohm-color-border); }
.ohm-related-country-links { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 18px; }
.ohm-related-country-links a { display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 3px;border-bottom:1px solid #edf0f3;color:var(--ohm-color-heading)!important;font-size:14px;text-decoration:none; }
.ohm-related-country-links a:hover { color:var(--ohm-color-link)!important; }
.ohm-related-country-links span { color:#8293a1; }

@media (max-width: 900px) {
    .ohm-country-month-nav { grid-template-columns:repeat(6,minmax(0,1fr)); }
    .ohm-country-upcoming__list { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-country-upcoming__row { border-bottom:1px solid var(--ohm-color-border); }
    .ohm-calendar-row { grid-template-columns:62px 90px minmax(160px,1fr); }
    .ohm-holiday-statuses { grid-column:3;justify-content:flex-start; }
    .ohm-related-country-links { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width: 680px) {
    .ohm-country-page { padding-top:12px; }
    .ohm-page-header { padding:17px 15px; }
    .ohm-year-nav__link { font-size:12px; }
    .ohm-country-month-nav { grid-template-columns:repeat(4,minmax(0,1fr)); }
    .ohm-country-upcoming { padding:14px 12px; }
    .ohm-country-upcoming__list { grid-template-columns:1fr; }
    .ohm-country-upcoming__row { display:grid;grid-template-columns:62px minmax(0,1fr) auto;gap:9px;border-right:0; }
    .ohm-country-upcoming__row span { white-space:normal; }
    .ohm-calendar-row { grid-template-columns:56px minmax(0,1fr);gap:4px 10px;padding:9px 11px; }
    .ohm-holiday-day { grid-column:1;grid-row:2; }
    .ohm-holiday-name { grid-column:2;grid-row:1; }
    .ohm-holiday-statuses { grid-column:2;grid-row:2;justify-content:flex-start; }
    .ohm-impact-grid,.ohm-related-country-links { grid-template-columns:1fr; }
}

/* Holiday + country detail */
html.ohm-applying-year-context .ohm-holiday-page { visibility:hidden; }
.ohm-holiday-page { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:18px 10px; }
.ohm-holiday-page .ohm-breadcrumbs { display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;color:var(--ohm-color-muted);font-size:13px; }
.ohm-holiday-page .ohm-breadcrumbs a { color:var(--ohm-color-link);text-decoration:none; }
.ohm-holiday-page .ohm-breadcrumbs a:hover { text-decoration:underline; }
.ohm-holiday-page .ohm-breadcrumbs strong { color:var(--ohm-color-text);font-weight:650; }
.ohm-holiday-page .ohm-holiday-hero { padding:19px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-holiday-page .ohm-holiday-badge { display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#486174;font-size:14px;font-weight:750; }
.ohm-holiday-page .ohm-holiday-hero h1 { margin:0 0 7px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-holiday-page .ohm-holiday-hero p { width:100%;max-width:none;margin:6px 0;color:var(--ohm-color-text);line-height:1.65; }
.ohm-holiday-page .ohm-master-short-description { font-weight:650; }
.ohm-holiday-page .ohm-global-holiday-link { font-size:13px; }
.ohm-holiday-page .ohm-global-holiday-link a { font-weight:700;text-underline-offset:2px; }
.ohm-holiday-page .ohm-holiday-summary { display:none; }
.ohm-holiday-page .ohm-date-section { display:grid;grid-template-columns:170px minmax(0,1fr);gap:0;margin:14px 0 24px;overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:#fff; }
.ohm-holiday-page .ohm-date-big { display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:174px;padding:17px;border-right:1px solid var(--ohm-color-border);background:#eef5f9;text-align:center; }
.ohm-holiday-page .ohm-date-big > span { color:#315f7e;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase; }
.ohm-holiday-page .ohm-date-big > strong { color:var(--ohm-color-heading);font-size:51px;line-height:1.05; }
.ohm-holiday-page .ohm-date-big > small { margin-top:5px;color:var(--ohm-color-muted);font-size:12px; }
.ohm-holiday-page .ohm-date-details { padding:17px 20px; }
.ohm-holiday-page .ohm-date-details h2 { margin:0 0 10px;color:var(--ohm-color-heading);font-size:22px;line-height:1.3; }
.ohm-holiday-page .ohm-info-row { display:grid;grid-template-columns:minmax(130px,.35fr) 1fr;gap:14px;padding:6px 0;border-bottom:1px solid #edf0f3; }
.ohm-holiday-page .ohm-info-row:last-child { border-bottom:0; }
.ohm-holiday-page .ohm-info-row span { color:var(--ohm-color-muted);font-size:13px; }
.ohm-holiday-page .ohm-info-row strong { color:var(--ohm-color-heading);font-size:14px; }
.ohm-holiday-page .ohm-holiday-content { width:100%;max-width:none;margin:28px 0; }
.ohm-holiday-page .ohm-content-block { margin-bottom:27px; }
.ohm-holiday-page .ohm-content-block h2 { margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px);line-height:1.3; }
.ohm-holiday-page .ohm-content-block > div { width:100%;max-width:none;color:var(--ohm-color-text);line-height:1.75; }
.ohm-holiday-page .ohm-master-holiday-description { padding-bottom:22px;border-bottom:1px solid var(--ohm-color-border); }
.ohm-holiday-page .ohm-impact-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:3px 0 27px;border-block:1px solid var(--ohm-color-border); }
.ohm-holiday-page .ohm-impact-card { padding:15px 0; }
.ohm-holiday-page .ohm-impact-card h3 { margin:0 0 5px;color:var(--ohm-color-heading);font-size:18px; }
.ohm-holiday-page .ohm-impact-card div { color:var(--ohm-color-text);line-height:1.65; }
.ohm-holiday-page .ohm-faq-block { padding:17px 18px;border-left:3px solid #d7b45a;background:#fffcf4; }
.ohm-holiday-page .ohm-faq-block [data-ohm-field="faq"] { max-width:960px; }
.ohm-holiday-page .ohm-faq-block [data-ohm-field="faq"] > * { padding-bottom:12px;border-bottom:1px solid #eee6d1; }
.ohm-holiday-page .ohm-faq-block [data-ohm-field="faq"] > :last-child { padding-bottom:0;border-bottom:0; }
.ohm-holiday-page .ohm-holiday-dates-all { width:100%;max-width:none; }
.ohm-holiday-page .ohm-all-dates-grid { overflow:hidden;margin-top:12px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:#fff; }
.ohm-holiday-page .ohm-all-date-card { display:grid;grid-template-columns:80px minmax(150px,1fr) 120px auto;align-items:center;gap:12px;min-height:48px;padding:7px 12px;border-bottom:1px solid #e9edf0;color:var(--ohm-color-heading)!important;text-decoration:none; }
.ohm-holiday-page .ohm-all-date-card:last-child { border-bottom:0; }
.ohm-holiday-page .ohm-all-date-card:hover { background:#f7fafc; }
.ohm-holiday-page .ohm-all-date-card strong { color:var(--ohm-color-link); }
.ohm-holiday-page .ohm-all-date-card span { font-weight:650; }
.ohm-holiday-page .ohm-all-date-card small { color:var(--ohm-color-muted); }
.ohm-holiday-page .ohm-all-date-card em { justify-self:end;padding:2px 7px;border:1px solid #bfd6e5;border-radius:999px;background:#edf6fb;color:#245d82;font-size:10px;font-style:normal;font-weight:750;white-space:nowrap; }
.ohm-holiday-page .ohm-all-date-card.is-current-view { box-shadow:inset 3px 0 var(--ohm-color-link);background:#f3f8fb; }
.ohm-holiday-page .ohm-prev-next { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0; }
.ohm-holiday-page .ohm-prev-next > div:last-child { text-align:right; }
.ohm-holiday-page .ohm-prev-next-card { display:flex;flex-direction:column;min-height:78px;padding:11px 13px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:#fff;text-decoration:none; }
.ohm-holiday-page .ohm-prev-next-card:hover { border-color:#9abbd3;background:#f8fbfd; }
.ohm-holiday-page .ohm-prev-next-card small { color:var(--ohm-color-muted);font-size:11px;font-weight:700; }
.ohm-holiday-page .ohm-prev-next-card strong { color:var(--ohm-color-link);font-size:14px; }
.ohm-holiday-page .ohm-prev-next-card span { color:var(--ohm-color-muted);font-size:12px; }
.ohm-holiday-page .ohm-related-holidays { margin:30px 0;padding-top:19px;border-top:1px solid var(--ohm-color-border); }
.ohm-holiday-page .ohm-related-holidays h2 { margin:0 0 12px;color:var(--ohm-color-heading);font-size:23px; }
.ohm-holiday-page .ohm-related-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 18px; }
.ohm-holiday-page .ohm-related-card { display:block;padding:7px 3px;border-bottom:1px solid #edf0f3;text-decoration:none; }
.ohm-holiday-page .ohm-related-card span { display:block;color:var(--ohm-color-link);font-size:14px;font-weight:700; }
.ohm-holiday-page .ohm-related-card small { display:block;color:var(--ohm-color-muted);font-size:12px; }
.ohm-holiday-page .ohm-back-country { margin:24px 0; }
.ohm-holiday-page .ohm-back-country a { display:inline-flex;min-height:38px;align-items:center;padding:6px 11px;border:1px solid #9fb9cb;border-radius:var(--ohm-radius-sm);background:#fff;color:var(--ohm-color-link);font-size:14px;font-weight:700;text-decoration:none; }
.ohm-holiday-page .ohm-back-country a:hover { background:#f4f8fb; }

@media (max-width:900px) {
    .ohm-holiday-page .ohm-related-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width:680px) {
    .ohm-holiday-page { width:min(100% - 22px,1220px);padding-top:11px; }
    .ohm-holiday-page .ohm-holiday-hero { padding:17px 15px; }
    .ohm-holiday-page .ohm-date-section { grid-template-columns:105px minmax(0,1fr); }
    .ohm-holiday-page .ohm-date-big { min-height:160px;padding:12px 8px; }
    .ohm-holiday-page .ohm-date-big > strong { font-size:41px; }
    .ohm-holiday-page .ohm-date-details { padding:14px 12px; }
    .ohm-holiday-page .ohm-info-row { grid-template-columns:1fr;gap:0;padding:5px 0; }
    .ohm-holiday-page .ohm-all-date-card { grid-template-columns:58px minmax(105px,1fr) auto;gap:8px; }
    .ohm-holiday-page .ohm-all-date-card small { grid-column:2; }
    .ohm-holiday-page .ohm-all-date-card em { grid-column:3;grid-row:1 / span 2; }
    .ohm-holiday-page .ohm-impact-grid,.ohm-holiday-page .ohm-related-grid { grid-template-columns:1fr; }
    .ohm-holiday-page .ohm-prev-next { grid-template-columns:1fr; }
    .ohm-holiday-page .ohm-prev-next > div:last-child { text-align:left; }
}

/* Global holiday guide */
.ohm-global-holiday { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:18px 10px; }
.ohm-global-breadcrumbs { display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;color:var(--ohm-color-muted);font-size:13px; }
.ohm-global-breadcrumbs a { color:var(--ohm-color-link);text-decoration:none; }
.ohm-global-breadcrumbs a:hover { text-decoration:underline; }
.ohm-global-breadcrumbs strong { color:var(--ohm-color-text);font-weight:650; }
.ohm-global-hero { padding:19px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-global-label { display:block;margin-bottom:5px;color:#41637a;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase; }
.ohm-global-hero h1 { margin:0 0 7px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-global-hero > div:not(.ohm-global-primary-date) { width:100%;max-width:none;color:var(--ohm-color-text);line-height:1.65; }
.ohm-global-primary-date { display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 18px;width:100%;margin-top:14px;padding:11px 14px;border:1px solid #bed3e1;border-radius:var(--ohm-radius-sm);background:#fff; }
.ohm-global-primary-date strong { grid-row:1 / span 2;color:var(--ohm-color-heading);font-size:22px;line-height:1.2; }
.ohm-global-primary-date span { color:var(--ohm-color-muted);font-size:14px; }
.ohm-global-primary-date small { grid-column:2;color:#6b5a2b;font-size:12px; }
.ohm-global-section { margin:29px 0;padding-top:1px; }
.ohm-global-section + .ohm-global-section { padding-top:25px;border-top:1px solid var(--ohm-color-border); }
.ohm-global-section h2 { margin:0 0 12px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px);line-height:1.3; }
.ohm-global-section h2:not(:first-child) { margin-top:26px; }
.ohm-global-section > div:not([class]) { width:100%;max-width:none;color:var(--ohm-color-text);line-height:1.75; }
.ohm-global-date-list { overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:#fff; }
.ohm-global-date-row { display:grid;grid-template-columns:70px 190px 100px minmax(220px,1fr);align-items:start;gap:12px;min-height:50px;padding:8px 12px;border-bottom:1px solid #e9edf0; }
.ohm-global-date-row:last-child { border-bottom:0; }
.ohm-global-date-row:hover { background:#fafcfd; }
.ohm-global-date-row > strong { color:var(--ohm-color-link);font-size:16px; }
.ohm-global-date-row > span { color:var(--ohm-color-heading);font-size:14px;font-weight:650; }
.ohm-global-date-countries { color:var(--ohm-color-muted);font-size:12px;line-height:1.55; }
.ohm-global-country-count { display:block;color:var(--ohm-color-text);font-size:11px;font-weight:750;text-transform:uppercase; }
.ohm-global-date-countries a { color:var(--ohm-color-link);text-decoration:none; }
.ohm-global-date-countries a:hover { text-decoration:underline; }
.ohm-global-country-more { color:var(--ohm-color-muted);font-weight:700;white-space:nowrap; }
.ohm-global-country-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:#fff; }
.ohm-global-country-grid > a,.ohm-global-country-grid > span { display:flex;align-items:center;gap:8px;min-height:42px;padding:7px 10px;border-right:1px solid #edf0f3;border-bottom:1px solid #edf0f3;color:var(--ohm-color-heading);font-size:14px;font-weight:650;text-decoration:none; }
.ohm-global-country-grid > a { color:var(--ohm-color-link); }
.ohm-global-country-grid > a:hover { background:#f6f9fb; }
.ohm-global-country-grid > a > span,.ohm-global-country-grid > span > span { flex:0 0 25px;font-size:18px; }
.ohm-global-status-summary { display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;margin-bottom:10px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:#fff; }
.ohm-global-status-summary > div { display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:8px 10px;border-right:1px solid var(--ohm-color-border); }
.ohm-global-status-summary > div:last-child { border-right:0; }
.ohm-global-status-summary span { color:var(--ohm-color-muted);font-size:12px; }
.ohm-global-status-summary strong { color:var(--ohm-color-heading);font-size:17px; }
.ohm-global-section > p { width:100%;max-width:none;margin:8px 0 0;color:var(--ohm-color-muted);line-height:1.65; }
.ohm-global-editorial { width:100%;max-width:none; }
.ohm-global-editorial > div { width:100%;max-width:none;color:var(--ohm-color-text);line-height:1.75; }
.ohm-global-related-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 18px; }
.ohm-global-related-grid a { display:flex;align-items:center;justify-content:space-between;min-height:39px;padding:6px 3px;border-bottom:1px solid #edf0f3;color:var(--ohm-color-link);font-size:14px;font-weight:700;text-decoration:none; }
.ohm-global-related-grid a::after { content:'\2192';color:#8293a1; }
.ohm-global-related-grid a:hover { text-decoration:underline; }
.ohm-global-note { color:var(--ohm-color-muted);font-size:13px; }
.ohm-global-faq { width:100%;max-width:none;padding:17px 18px!important;border-top:0!important;border-left:3px solid #d7b45a;background:#fffcf4; }
.ohm-global-faq > div { max-width:960px; }
.ohm-global-faq h3 { margin:17px 0 5px;color:var(--ohm-color-heading);font-size:17px; }
.ohm-global-faq h3:first-child { margin-top:0; }
.ohm-global-faq p { margin:0;padding-bottom:13px;border-bottom:1px solid #eee6d1;color:var(--ohm-color-text); }
.ohm-global-faq p:last-child { padding-bottom:0;border-bottom:0; }

@media (max-width:900px) {
    .ohm-global-date-row { grid-template-columns:62px 165px 90px minmax(180px,1fr); }
    .ohm-global-country-grid,.ohm-global-related-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-global-status-summary { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-global-status-summary > div { border-bottom:1px solid var(--ohm-color-border); }
}

@media (max-width:680px) {
    .ohm-global-holiday { width:min(100% - 22px,1220px);padding-top:11px; }
    .ohm-global-hero { padding:17px 15px; }
    .ohm-global-primary-date { grid-template-columns:1fr;gap:2px; }
    .ohm-global-primary-date strong { grid-row:auto; }
    .ohm-global-primary-date small { grid-column:auto; }
    .ohm-global-date-row { grid-template-columns:58px minmax(120px,1fr) auto;gap:4px 8px;padding:9px 10px; }
    .ohm-global-date-row > small { grid-column:2 / -1; }
    .ohm-global-country-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .ohm-global-related-grid { grid-template-columns:1fr; }
    .ohm-global-status-summary { grid-template-columns:1fr; }
    .ohm-global-status-summary > div { border-right:0; }
}

@media (max-width:410px) {
    .ohm-global-country-grid { grid-template-columns:1fr; }
}

/* Country + holiday type + year */
.ohm-country-type-page { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:22px 8px; }
.ohm-country-type-page .ohm-type-header { margin-bottom:8px; }
.ohm-type-eyebrow { display:block;margin:0 0 4px;color:#41637a;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase; }
.ohm-country-type-page .ohm-page-header h1 { margin-bottom:7px; }
.ohm-country-type-page .ohm-page-header > p { width:100%;max-width:none;margin:0;color:var(--ohm-color-text);line-height:1.65; }
.ohm-type-result-count { margin:8px 3px 12px;color:var(--ohm-color-muted);font-size:13px; }
.ohm-type-result-count strong { color:var(--ohm-color-heading);font-size:15px; }
.ohm-country-type-page .ohm-current-year { color:var(--ohm-color-heading);font-size:18px;font-weight:800;text-align:center; }
.ohm-country-type-page .ohm-year-btn { background:transparent!important;color:var(--ohm-color-link)!important; }
.ohm-country-type-page .ohm-upcoming-section { margin:25px 0;padding:16px 18px;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);background:var(--ohm-color-surface-soft); }
.ohm-country-type-page .ohm-upcoming-section h2 { margin:0 0 3px;color:var(--ohm-color-heading);font-size:23px; }
.ohm-country-type-page .ohm-upcoming-section > p { margin:0 0 11px;color:var(--ohm-color-muted);font-size:13px; }
.ohm-country-type-page .ohm-upcoming-grid { display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-sm);background:#fff; }
.ohm-country-type-page .ohm-upcoming-card { min-width:0;padding:9px 11px;border-right:1px solid var(--ohm-color-border); }
.ohm-country-type-page .ohm-upcoming-card:last-child { border-right:0; }
.ohm-country-type-page .ohm-upcoming-card strong { display:block;color:var(--ohm-color-heading);font-size:13px; }
.ohm-country-type-page .ohm-upcoming-card span { display:block;overflow:hidden;color:var(--ohm-color-text);font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap; }
.ohm-country-type-page .ohm-country-section { margin-block:29px;padding:0;border:0;background:transparent;box-shadow:none; }
.ohm-country-type-page .ohm-section-title-row h2 { margin:0 0 3px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px); }
.ohm-country-type-page .ohm-section-title-row p { margin:0 0 12px;color:var(--ohm-color-muted);font-size:14px; }
.ohm-country-type-page .ohm-holiday-list { display:block; }
.ohm-country-type-page .ohm-month-heading { margin:0;padding:9px 13px; }
.ohm-country-type-page .ohm-holiday-item { display:grid;grid-template-columns:66px minmax(180px,1fr) minmax(230px,auto);align-items:center;gap:12px;min-height:54px;padding:7px 13px;border:0;border-bottom:1px solid #e9edf0;border-radius:0;background:#fff;box-shadow:none; }
.ohm-country-type-page .ohm-holiday-item:hover { background:#fafcfd; }
.ohm-country-type-page .ohm-date-pill { display:flex;align-items:baseline;gap:5px;padding:0;border:0;border-radius:0;background:transparent;text-align:left; }
.ohm-country-type-page .ohm-date-pill strong { color:var(--ohm-color-heading);font-size:19px;line-height:1; }
.ohm-country-type-page .ohm-date-pill span { margin:0;color:var(--ohm-color-muted);font-size:12px;font-weight:750;text-transform:uppercase; }
.ohm-country-type-page .ohm-holiday-main h3 { margin:0;font-size:15px;line-height:1.35; }
.ohm-country-type-page .ohm-holiday-main h3 a { color:var(--ohm-color-link)!important;text-decoration:none; }
.ohm-country-type-page .ohm-holiday-main h3 a:hover { text-decoration:underline; }
.ohm-country-type-page .ohm-holiday-main p { margin:2px 0 0;color:var(--ohm-color-muted);font-size:12px; }
.ohm-country-type-page .ohm-holiday-tags { display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px; }
.ohm-country-type-page .ohm-holiday-tags span { min-height:23px;padding:2px 7px;border:1px solid #d9e0e6;border-radius:999px;background:#f5f7f9;color:#52616d;font-size:11px;font-weight:700;line-height:1.5; }
.ohm-country-type-page .ohm-country-content { width:100%;max-width:none;margin:29px 0; }
.ohm-country-type-page .ohm-content-block { margin-bottom:27px; }
.ohm-country-type-page .ohm-content-block h2 { margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px); }
.ohm-country-type-page .ohm-content-block > div { width:100%;max-width:none;color:var(--ohm-color-text);line-height:1.75; }
.ohm-country-type-page .ohm-impact-grid { gap:0 28px; }
.ohm-country-type-page .ohm-impact-card { padding:15px 0; }
.ohm-country-type-page .ohm-impact-card h3 { margin:0 0 5px;color:var(--ohm-color-heading);font-size:18px; }
.ohm-country-type-page .ohm-impact-card div { color:var(--ohm-color-text);line-height:1.65; }
.ohm-country-type-page .ohm-faq-block { padding:17px 18px;border-left:3px solid #d7b45a;background:#fffcf4; }
.ohm-country-type-page .ohm-related-countries { margin:29px 0;padding-top:19px;border-top:1px solid var(--ohm-color-border); }
.ohm-country-type-page .ohm-related-countries h2 { margin:0 0 3px;color:var(--ohm-color-heading);font-size:23px; }
.ohm-country-type-page .ohm-related-countries > p { margin:0 0 10px;color:var(--ohm-color-muted);font-size:13px; }
.ohm-country-type-page .ohm-related-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 18px; }
.ohm-country-type-page .ohm-related-card { display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:39px;padding:6px 3px;border-bottom:1px solid #edf0f3;color:var(--ohm-color-link)!important;font-size:14px;font-weight:700;text-decoration:none; }
.ohm-country-type-page .ohm-related-card span { color:#8293a1; }

/* Global holiday type directory */
.ohm-type-page { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:18px 10px; }
.ohm-type-page .ohm-type-hero { padding:19px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-type-page .ohm-type-hero h1 { margin:0 0 7px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-type-page .ohm-type-hero p { margin:0;color:var(--ohm-color-text);font-size:15px; }
.ohm-type-country-section h2 { margin:0 0 12px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px); }
.ohm-type-page [hidden] { display:none!important; }
.ohm-type-country-filter { display:flex;align-items:center;gap:10px;margin-bottom:10px; }
.ohm-type-country-filter input { width:min(100%,360px);min-height:39px;padding:7px 10px;border:1px solid var(--ohm-color-border-strong);border-radius:var(--ohm-radius-sm);background:#fff;color:var(--ohm-color-text);font:inherit;font-size:14px; }
.ohm-type-country-filter input:focus { border-color:var(--ohm-color-link);outline:3px solid rgba(23,105,166,.16);outline-offset:1px; }
.ohm-type-country-filter__status { color:var(--ohm-color-muted);font-size:12px; }
.ohm-type-letter-nav { display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px;padding:8px 0;border-block:1px solid var(--ohm-color-border); }
.ohm-type-letter-nav a { display:grid;width:30px;height:30px;place-items:center;border-radius:4px;color:var(--ohm-color-link)!important;font-size:13px;font-weight:800;text-decoration:none; }
.ohm-type-letter-nav a:hover { background:#e7f0f6; }
.ohm-type-country-directory { columns:4 220px;column-gap:28px; }
.ohm-type-country-group { display:inline-block;width:100%;margin:0 0 14px;break-inside:avoid;scroll-margin-top:20px;border-top:2px solid var(--ohm-color-border-strong); }
.ohm-type-country-group h3 { margin:0;padding:7px 3px 5px;color:var(--ohm-color-heading);font-size:18px;line-height:1.3; }
.ohm-type-country-group a { display:flex;align-items:center;gap:7px;min-height:34px;padding:4px 3px;border-bottom:1px solid #edf0f3;color:var(--ohm-color-link)!important;font-size:14px;text-decoration:none; }
.ohm-type-country-group a:hover { background:#f7fafc; }
.ohm-type-country-group a > span { flex:0 0 25px;font-size:18px; }
.ohm-type-country-group a > strong { min-width:0;font-weight:650; }
.ohm-type-country-group a > b { margin-left:auto;color:#8293a1;font-size:12px;transition:transform .15s ease; }
.ohm-type-country-group a:hover > b { transform:translateX(2px); }

@media(max-width:900px) {
    .ohm-country-type-page .ohm-upcoming-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-country-type-page .ohm-holiday-item { grid-template-columns:62px minmax(160px,1fr); }
    .ohm-country-type-page .ohm-holiday-tags { grid-column:2;justify-content:flex-start; }
    .ohm-country-type-page .ohm-related-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .ohm-type-country-directory { columns:3 190px; }
}

@media(max-width:680px) {
    .ohm-country-type-page,.ohm-type-page { width:min(100% - 22px,1220px);padding-top:11px; }
    .ohm-country-type-page .ohm-upcoming-grid { grid-template-columns:1fr; }
    .ohm-country-type-page .ohm-upcoming-card { border-right:0;border-bottom:1px solid var(--ohm-color-border); }
    .ohm-country-type-page .ohm-holiday-item { grid-template-columns:56px minmax(0,1fr);gap:4px 10px;padding:9px 11px; }
    .ohm-country-type-page .ohm-holiday-tags { grid-column:2; }
    .ohm-country-type-page .ohm-related-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .ohm-type-country-directory { columns:2 170px;column-gap:20px; }
    .ohm-country-type-page .ohm-impact-grid { grid-template-columns:1fr; }
    .ohm-type-page .ohm-type-hero { padding:17px 15px; }
}

@media(max-width:410px) {
    .ohm-country-type-page .ohm-related-grid { grid-template-columns:1fr; }
    .ohm-type-country-directory { columns:1; }
}

/* Month + year directory */
.ohm-month-page { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:18px 10px; }
.ohm-month-breadcrumbs { display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:12px;color:var(--ohm-color-muted);font-size:13px; }
.ohm-month-breadcrumbs a { text-decoration:none; }
.ohm-month-header { padding:20px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-month-header h1 { margin:4px 0 6px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-month-header p { width:100%;max-width:none;margin:0;color:var(--ohm-color-text);font-size:15px; }
.ohm-month-year-nav { display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:14px 0 9px;padding:9px 0;border-block:1px solid var(--ohm-color-border);font-size:14px; }
.ohm-month-year-nav a { font-weight:700;text-decoration:none; }
.ohm-month-year-nav a:last-child { text-align:right; }
.ohm-month-year-nav strong { color:var(--ohm-color-heading); }
.ohm-month-page-nav { margin-bottom:24px; }
.ohm-month-page-nav a[aria-current="page"] { border-color:var(--ohm-color-link);background:#eaf3f8;color:var(--ohm-color-link)!important; }
.ohm-month-introduction,.ohm-month-content { width:100%;max-width:none; }
.ohm-month-introduction { margin:24px 0; }
.ohm-month-page .ohm-editorial-section { width:100%;max-width:none;margin-bottom:27px; }
.ohm-month-page .ohm-editorial-section h2,.ohm-month-faq h2,.ohm-month-other h2 { margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px); }
.ohm-month-page .ohm-editorial-section > div,.ohm-month-page .ohm-editorial-section p { width:100%;max-width:none; }
.ohm-month-date-list { border:1px solid var(--ohm-color-border);border-radius:var(--ohm-radius-md);overflow:hidden;background:#fff; }
.ohm-month-date-group { display:grid;grid-template-columns:132px minmax(0,1fr);border-bottom:1px solid var(--ohm-color-border); }
.ohm-month-date-group:last-child { border-bottom:0; }
.ohm-month-date-group > header { display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;padding:11px 14px;background:#f5f7f9;color:var(--ohm-color-muted);font-size:12px;line-height:1.3; }
.ohm-month-date-group time { display:flex;align-items:baseline;gap:5px;color:var(--ohm-color-heading); }
.ohm-month-date-group time strong { font-size:21px;line-height:1; }
.ohm-month-date-group time span { font-weight:800;text-transform:uppercase; }
.ohm-month-holiday-row { display:grid;grid-template-columns:minmax(180px,3fr) minmax(150px,2fr);align-items:center;gap:14px;min-height:45px;padding:7px 13px;border-bottom:1px solid #edf0f3; }
.ohm-month-holiday-row:last-child { border-bottom:0; }
.ohm-month-holiday-row:hover { background:#fafcfd; }
.ohm-month-holiday-link { font-weight:750;text-decoration:none; }
.ohm-month-country-link { display:flex;align-items:center;gap:7px;text-decoration:none; }
.ohm-empty-state { padding:18px;border:1px solid var(--ohm-color-border);background:var(--ohm-color-surface-soft); }
.ohm-month-faq { width:100%;max-width:none;padding:17px 18px;border-left:3px solid #d7b45a;background:#fffcf4; }
.ohm-month-other-links { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 20px; }
.ohm-month-other-links a { display:flex;justify-content:space-between;gap:10px;padding:8px 3px;border-bottom:1px solid #edf0f3;font-weight:700;text-decoration:none; }

@media(max-width:680px) {
    .ohm-month-page { width:min(100% - 22px,1220px);padding-top:11px; }
    .ohm-month-header { padding:17px 15px; }
    .ohm-month-year-nav { grid-template-columns:1fr 1fr; }
    .ohm-month-year-nav strong { grid-column:1 / -1;grid-row:1;text-align:center; }
    .ohm-month-date-group { grid-template-columns:1fr; }
    .ohm-month-date-group > header { min-height:58px;justify-content:center; }
    .ohm-month-holiday-row { grid-template-columns:1fr;gap:2px;padding:9px 11px; }
    .ohm-month-country-link { font-size:13px; }
    .ohm-month-other-links { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media(max-width:410px) {
    .ohm-month-other-links { grid-template-columns:1fr; }
}

/* Country hub */
.ohm-country-home-page { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:18px 10px; }
.ohm-country-home-header { padding:19px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-country-home-location { display:flex;align-items:center;gap:7px;margin-bottom:3px;color:var(--ohm-color-text);font-size:14px;font-weight:750; }
.ohm-country-home-location span { font-size:21px;line-height:1; }
.ohm-country-home-header h1 { margin:3px 0 6px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-country-home-header p { width:100%;max-width:none;margin:0;color:var(--ohm-color-text);font-size:15px; }
.ohm-country-home-section { width:100%;margin-block:29px; }
.ohm-country-home-section .ohm-section-header { margin-bottom:11px; }
.ohm-country-home-section .ohm-section-header h2 { font-size:clamp(23px,2.6vw,28px); }
.ohm-country-home-section .ohm-section-header p { font-size:13px; }
.ohm-country-home-year-list { border-top:1px solid var(--ohm-color-border); }
.ohm-country-home-year-list a { display:grid;grid-template-columns:76px minmax(220px,1fr) auto;align-items:center;gap:15px;min-height:53px;padding:7px 10px;border-bottom:1px solid var(--ohm-color-border);color:var(--ohm-color-text)!important;text-decoration:none; }
.ohm-country-home-year-list a:hover { background:#f8fafc; }
.ohm-country-home-year-list a.is-current { border-left:3px solid var(--ohm-color-link);background:#f1f7fb; }
.ohm-country-home-year-list a > strong { color:var(--ohm-color-heading);font-size:21px; }
.ohm-country-home-year-list a > span { font-weight:700; }
.ohm-country-home-year-list a > b { color:var(--ohm-color-link);font-size:13px; }
.ohm-country-home-upcoming-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ohm-color-border); }
.ohm-country-home-upcoming-list > a { display:grid;grid-template-columns:67px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:57px;padding:7px 10px;border-bottom:1px solid var(--ohm-color-border);color:var(--ohm-color-text)!important;text-decoration:none; }
.ohm-country-home-upcoming-list > a:nth-child(odd) { border-right:1px solid var(--ohm-color-border); }
.ohm-country-home-upcoming-list > a:hover { background:#fafcfd; }
.ohm-country-home-upcoming-list time { display:flex;align-items:baseline;gap:5px;color:var(--ohm-color-heading); }
.ohm-country-home-upcoming-list time strong { font-size:20px;line-height:1; }
.ohm-country-home-upcoming-list time span { color:var(--ohm-color-muted);font-size:11px;font-weight:800; }
.ohm-country-home-upcoming-list a > span { display:flex;min-width:0;flex-direction:column; }
.ohm-country-home-upcoming-list a > span strong { color:var(--ohm-color-link);font-size:14px; }
.ohm-country-home-upcoming-list a > span small { color:var(--ohm-color-muted);font-size:12px; }
.ohm-country-home-upcoming-list a > b { color:#8293a1; }
.ohm-country-home-type-list { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px;border-top:1px solid var(--ohm-color-border); }
.ohm-country-home-type-list a { display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:6px 3px;border-bottom:1px solid #edf0f3;color:var(--ohm-color-link)!important;font-size:14px;font-weight:700;text-decoration:none; }
.ohm-country-home-type-list a:hover { background:#f8fafc; }
.ohm-country-home-type-list b { color:#8293a1; }
.ohm-country-home-content { padding-top:20px;border-top:1px solid var(--ohm-color-border); }
.ohm-country-home-content .ohm-editorial-section { width:100%;max-width:none;margin-bottom:27px; }
.ohm-country-home-content .ohm-editorial-section h2 { margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px); }
.ohm-country-home-content .ohm-editorial-section > div,.ohm-country-home-content .ohm-editorial-section p { width:100%;max-width:none; }

@media(max-width:760px) {
    .ohm-country-home-page { width:min(100% - 22px,1220px);padding-top:11px; }
    .ohm-country-home-header { padding:17px 15px; }
    .ohm-country-home-upcoming-list { grid-template-columns:1fr; }
    .ohm-country-home-upcoming-list > a:nth-child(odd) { border-right:0; }
    .ohm-country-home-type-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media(max-width:520px) {
    .ohm-country-home-year-list a { grid-template-columns:58px minmax(0,1fr);gap:8px 10px; }
    .ohm-country-home-year-list a > b { grid-column:2; }
    .ohm-country-home-type-list { grid-template-columns:1fr; }
}

/* Evergreen country + holiday type hub */
.ohm-country-type-home-page { width:min(100% - 30px,1220px);margin-inline:auto;padding-block:18px 10px; }
.ohm-country-type-home-header { padding:19px 22px;border:1px solid #c9dbe7;border-left:4px solid var(--ohm-color-link);border-radius:var(--ohm-radius-md);background:#f6f9fb; }
.ohm-country-type-home-header h1 { margin:3px 0 6px;color:var(--ohm-color-heading);font-size:clamp(29px,4vw,42px);line-height:1.15;letter-spacing:-.025em; }
.ohm-country-type-home-intro,.ohm-country-type-home-intro p { width:100%;max-width:none; }
.ohm-country-type-home-intro p { margin:0;color:var(--ohm-color-text);font-size:15px; }
.ohm-country-type-home-section { width:100%;margin-block:29px; }
.ohm-country-type-home-section .ohm-section-header { margin-bottom:11px; }
.ohm-country-type-home-section .ohm-section-header h2 { font-size:clamp(23px,2.6vw,28px); }
.ohm-country-type-home-section .ohm-section-header p { font-size:13px; }
.ohm-country-type-current > a { display:grid;grid-template-columns:78px minmax(220px,1fr) auto;align-items:center;gap:15px;min-height:58px;padding:8px 12px;border:1px solid #bcd4e4;border-left:3px solid var(--ohm-color-link);border-radius:var(--ohm-radius-sm);background:#f1f7fb;color:var(--ohm-color-text)!important;text-decoration:none; }
.ohm-country-type-current > a:hover { background:#eaf3f8; }
.ohm-country-type-current > a > strong { color:var(--ohm-color-heading);font-size:22px; }
.ohm-country-type-current > a > span { font-weight:750; }
.ohm-country-type-current > a > b { color:var(--ohm-color-link);font-size:13px; }
.ohm-country-type-year-list { border-top:1px solid var(--ohm-color-border); }
.ohm-country-type-year-list a { display:grid;grid-template-columns:78px minmax(180px,1fr) 24px;align-items:center;gap:15px;min-height:46px;padding:6px 10px;border-bottom:1px solid var(--ohm-color-border);color:var(--ohm-color-text)!important;text-decoration:none; }
.ohm-country-type-year-list a:hover { background:#fafcfd; }
.ohm-country-type-year-list strong { color:var(--ohm-color-heading);font-size:18px; }
.ohm-country-type-year-list a > span { font-weight:650; }
.ohm-country-type-year-list b { color:#8293a1; }
.ohm-country-type-upcoming-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--ohm-color-border); }
.ohm-country-type-upcoming-list > a { display:grid;grid-template-columns:67px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:59px;padding:7px 10px;border-bottom:1px solid var(--ohm-color-border);color:var(--ohm-color-text)!important;text-decoration:none; }
.ohm-country-type-upcoming-list > a:nth-child(odd) { border-right:1px solid var(--ohm-color-border); }
.ohm-country-type-upcoming-list > a:hover { background:#fafcfd; }
.ohm-country-type-upcoming-list time { display:flex;align-items:baseline;gap:5px;color:var(--ohm-color-heading); }
.ohm-country-type-upcoming-list time strong { font-size:20px;line-height:1; }
.ohm-country-type-upcoming-list time span { color:var(--ohm-color-muted);font-size:11px;font-weight:800; }
.ohm-country-type-upcoming-list a > span { display:flex;min-width:0;flex-direction:column; }
.ohm-country-type-upcoming-list a > span strong { color:var(--ohm-color-link);font-size:14px; }
.ohm-country-type-upcoming-list a > span small { color:var(--ohm-color-muted);font-size:12px; }
.ohm-country-type-upcoming-list a > b { color:#8293a1; }
.ohm-country-type-home-content { width:100%;margin-block:29px;padding-top:20px;border-top:1px solid var(--ohm-color-border); }
.ohm-country-type-home-content .ohm-editorial-section { width:100%;max-width:none;margin-bottom:27px; }
.ohm-country-type-home-content .ohm-editorial-section h2,.ohm-country-type-home-content .ohm-faq-block h2 { margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(23px,2.6vw,28px); }
.ohm-country-type-home-content .ohm-editorial-section > div,.ohm-country-type-home-content .ohm-editorial-section p { width:100%;max-width:none; }
.ohm-country-type-home-content .ohm-faq-block { width:100%;max-width:none;padding:17px 18px;border-left:3px solid #d7b45a;background:#fffcf4; }
.ohm-country-type-related-list { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 22px;border-top:1px solid var(--ohm-color-border); }
.ohm-country-type-related-list a { display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:6px 3px;border-bottom:1px solid #edf0f3;color:var(--ohm-color-link)!important;font-size:14px;font-weight:700;text-decoration:none; }
.ohm-country-type-related-list a:hover { background:#f8fafc; }
.ohm-country-type-related-list a > span { display:flex;align-items:center;gap:7px; }
.ohm-country-type-related-list i { min-width:24px;font-size:18px;font-style:normal; }
.ohm-country-type-related-list b { color:#8293a1; }

@media(max-width:760px) {
    .ohm-country-type-home-page { width:min(100% - 22px,1220px);padding-top:11px; }
    .ohm-country-type-home-header { padding:17px 15px; }
    .ohm-country-type-upcoming-list { grid-template-columns:1fr; }
    .ohm-country-type-upcoming-list > a:nth-child(odd) { border-right:0; }
    .ohm-country-type-related-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media(max-width:520px) {
    .ohm-country-type-current > a { grid-template-columns:58px minmax(0,1fr);gap:6px 10px; }
    .ohm-country-type-current > a > b { grid-column:2; }
    .ohm-country-type-year-list a { grid-template-columns:58px minmax(0,1fr) 20px;gap:9px; }
    .ohm-country-type-related-list { grid-template-columns:1fr; }
}

.ohm-query-page{width:min(100% - 30px,1220px);margin-inline:auto;padding-block:20px 34px;color:#26364a}.ohm-query-page *{box-sizing:border-box}.ohm-query-page .ohm-breadcrumb{margin-bottom:14px;font-size:13px}.ohm-query-hero{margin-bottom:18px}.ohm-query-hero h1{margin:0 0 6px;color:#10203a;font-size:clamp(29px,4vw,42px);line-height:1.12;letter-spacing:-.025em}.ohm-query-hero p{margin:0;color:#526277;font-size:15px}.ohm-query-selector{display:grid;grid-template-columns:28px minmax(0,1fr) minmax(220px,330px);align-items:center;gap:12px;margin-bottom:22px;padding:13px 16px;border:1px solid #d8e2eb;border-radius:8px;background:#fff;box-shadow:0 3px 12px rgba(27,49,75,.05)}.ohm-query-selector-icon{color:#1550b8;font-size:24px}.ohm-query-selector form{display:flex;align-items:center;gap:10px;min-width:0}.ohm-query-selector label{flex:0 0 auto;color:#29394e;font-size:13px;font-weight:700}.ohm-query-selector select,.ohm-query-selector input,.ohm-query-region-form select{min-width:0;height:44px;padding:0 38px 0 12px;border:1px solid #c9d6e2;border-radius:6px;background:#fff;color:#12223b;font-weight:700}.ohm-query-selector select{width:min(100%,270px)}.ohm-query-selector input{width:165px;padding-right:10px}.ohm-query-selector button,.ohm-query-region-form button{height:44px;padding:0 18px;border:1px solid #1648a8;border-radius:6px;background:#164fb9;color:#fff;font-weight:800;white-space:nowrap;cursor:pointer}.ohm-query-selector p{margin:0;padding:9px 11px;border:1px solid #cfe1f2;border-radius:6px;background:#f5faff;color:#496078;font-size:12px}.ohm-query-selector p span{color:#075ed1}.ohm-query-layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(260px,.95fr);gap:22px;align-items:start}.ohm-query-main,.ohm-query-sidebar{display:grid;gap:20px}.ohm-query-card{overflow:hidden;margin:0!important;border:1px solid #d8e2eb;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(26,49,76,.06)}.ohm-query-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-bottom:1px solid #e5ebf0}.ohm-query-card>header h2,.ohm-query-side-card header h2{margin:0;color:#12223b;font-size:16px}.ohm-query-card-body{padding:18px}.ohm-query-result-grid{display:grid;grid-template-columns:116px minmax(0,1fr);gap:22px}.ohm-query-date-tile{overflow:hidden;display:flex;min-height:176px;flex-direction:column;align-items:center;border:1px solid #cfdbe7;border-radius:7px;text-align:center}.ohm-query-date-tile>b{width:100%;padding:8px;background:#164fb9;color:#fff;font-size:12px}.ohm-query-date-tile>span{margin-top:13px;color:#26364a;font-size:14px}.ohm-query-date-tile>strong{color:#536176;font-size:46px;line-height:1.08}.ohm-query-date-tile>small{color:#17263d;font-size:13px}.ohm-query-result-copy{position:relative;padding:5px 0}.ohm-query-result-copy h2,.ohm-query-tool-result h2,.ohm-query-selection-state h2{margin:0 0 7px;color:#198443;font-size:clamp(20px,2.4vw,27px);line-height:1.18}.ohm-query-result-copy>p,.ohm-query-tool-result>p,.ohm-query-selection-state p{margin:0 0 13px;color:#526277}.ohm-query-result-icon{display:inline-grid;width:38px;height:38px;margin:0 9px 8px 0;place-items:center;border-radius:50%;background:#59b777;color:#fff;font-size:24px;font-weight:900;vertical-align:middle}.ohm-query-result-copy .ohm-query-result-icon+h2{display:inline}.ohm-query-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:17px 0 0;border:1px solid #dce5ed;border-radius:6px}.ohm-query-status div{padding:9px 7px;border-right:1px solid #dce5ed;text-align:center}.ohm-query-status div:last-child{border-right:0}.ohm-query-status dt{color:#58687c;font-size:11px}.ohm-query-status dd{margin:4px 0 0;font-size:13px;font-weight:900}.ohm-query-status .is-yes{color:#18803d}.ohm-query-status .is-no{color:#526277}.ohm-query-card-note{margin:16px -18px -18px;padding:11px 18px;border-top:1px solid #e1e8ee;background:#fbfcfd;color:#526277;font-size:12px}.ohm-query-notice{padding:9px 11px;border-left:3px solid #2570c5;background:#f3f8fd;color:#38526d!important;font-size:12px}.ohm-query-selection-state{display:flex;align-items:flex-start;gap:16px;min-height:154px;padding:20px;border:1px dashed #bbcee0;border-radius:7px;background:#f8fbfe}.ohm-query-selection-state>span{display:grid;flex:0 0 44px;height:44px;place-items:center;border-radius:50%;background:#e5f0ff;color:#1550b8;font-size:24px}.ohm-query-selection-state h2{color:#173c74}.ohm-query-region-form{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin-top:14px}.ohm-query-region-form label{width:100%;font-size:12px;font-weight:800}.ohm-query-region-form select{width:min(100%,280px)}.ohm-query-tool-result{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start}.ohm-query-tool-result>.ohm-query-date-tile{width:116px}.ohm-query-upcoming-list,.ohm-query-country-list,.ohm-query-regional ul{list-style:none;margin:0;padding:0 18px}.ohm-query-upcoming-list li{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:72px;border-bottom:1px solid #e5ebf0}.ohm-query-upcoming-list li:last-child{border-bottom:0}.ohm-query-upcoming-list time{display:flex;width:46px;height:48px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d7e1e9;border-radius:6px;background:#f6f8fa;color:#17263d;line-height:1}.ohm-query-upcoming-list time b{font-size:18px}.ohm-query-upcoming-list time span{margin-top:4px;font-size:10px;font-weight:800}.ohm-query-upcoming-list li>span{display:flex;min-width:0;flex-direction:column}.ohm-query-upcoming-list strong{color:#14243b;font-size:14px}.ohm-query-upcoming-list small{margin-top:4px;color:#617085;font-size:12px}.ohm-query-upcoming-list em,.ohm-query-next-accent em{padding:5px 9px;border-radius:999px;background:#e6f5e7;color:#1a7335;font-size:11px;font-style:normal;font-weight:800;white-space:nowrap}.ohm-query-side-card{padding-bottom:14px}.ohm-query-side-card>header{padding:14px 16px}.ohm-query-side-card>a,.ohm-query-help>a{display:block;margin:12px 16px 0;color:#0756c9;font-size:12px;font-weight:800;text-align:center;text-decoration:none}.ohm-query-next-accent{position:relative;display:grid;gap:5px;margin:14px 16px 0;padding:12px 12px 12px 16px;border-left:4px solid #42ae64;border-radius:5px;background:#f8faf9}.ohm-query-next-accent strong{color:#15243a;font-size:14px}.ohm-query-next-accent time{color:#536276;font-size:12px}.ohm-query-next-accent em{position:absolute;right:8px;bottom:8px}.ohm-query-country-list li{border-bottom:1px solid #edf1f4}.ohm-query-country-list li:last-child{border-bottom:0}.ohm-query-country-list a{display:grid;grid-template-columns:minmax(90px,.75fr) minmax(0,1fr);gap:10px;padding:10px 0;color:#22344b;text-decoration:none}.ohm-query-country-list strong{font-size:12px}.ohm-query-country-list span{color:#5b6b7f;font-size:11px}.ohm-query-help{padding-bottom:18px;background:#f1f8ff}.ohm-query-help p{margin:14px 16px;color:#51647b;font-size:13px}.ohm-query-regional li{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(0,1fr) auto;gap:12px;padding:12px 0;border-bottom:1px solid #e7edf2;font-size:13px}.ohm-query-links{display:flex;align-items:center;justify-content:space-around;gap:10px;margin:24px 0;padding:15px 10px;border:1px solid #d8e2eb;border-radius:8px;background:#fff}.ohm-query-links a{display:inline-flex;min-height:44px;align-items:center;gap:7px;color:#0756c9;font-size:13px;font-weight:700;text-decoration:none}.ohm-query-links a span{font-size:19px}.ohm-query-editorial{margin-top:30px}.ohm-query-editorial .ohm-editorial-section{width:100%;max-width:none;margin-bottom:25px}.ohm-query-empty{padding:15px 18px;color:#617085}
@media(max-width:900px){.ohm-query-selector{grid-template-columns:28px minmax(0,1fr)}.ohm-query-selector p{grid-column:1/-1}.ohm-query-layout{grid-template-columns:1fr}.ohm-query-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.ohm-query-help{grid-column:1/-1}.ohm-query-links{justify-content:flex-start;flex-wrap:wrap}.ohm-query-links a{flex:1 1 190px}}
@media(max-width:620px){.ohm-query-page{width:min(100% - 22px,1220px);padding-top:12px}.ohm-query-selector{display:block;padding:13px}.ohm-query-selector-icon{display:none}.ohm-query-selector form{display:grid;grid-template-columns:1fr}.ohm-query-selector label{margin-bottom:-5px}.ohm-query-selector select,.ohm-query-selector input,.ohm-query-selector button{width:100%;max-width:none}.ohm-query-selector p{margin-top:10px}.ohm-query-result-grid,.ohm-query-tool-result{grid-template-columns:1fr}.ohm-query-date-tile,.ohm-query-tool-result>.ohm-query-date-tile{width:100%;min-height:118px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.ohm-query-date-tile>b{grid-column:1/-1}.ohm-query-date-tile>span,.ohm-query-date-tile>strong,.ohm-query-date-tile>small{margin:0}.ohm-query-date-tile>strong{font-size:36px}.ohm-query-status{grid-template-columns:repeat(2,minmax(0,1fr))}.ohm-query-status div:nth-child(2){border-right:0}.ohm-query-status div:nth-child(-n+2){border-bottom:1px solid #dce5ed}.ohm-query-sidebar{grid-template-columns:1fr}.ohm-query-help{grid-column:auto}.ohm-query-upcoming-list li{grid-template-columns:48px minmax(0,1fr)}.ohm-query-upcoming-list em{grid-column:2;justify-self:start;margin-bottom:8px}.ohm-query-regional li{grid-template-columns:1fr}.ohm-query-links{display:grid;grid-template-columns:1fr}.ohm-query-links a{width:100%}}
.ohm-query-page .ohm-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.ohm-query-selector select:focus-visible,.ohm-query-selector input:focus-visible,.ohm-query-selector button:focus-visible,.ohm-query-region-form select:focus-visible,.ohm-query-region-form button:focus-visible,.ohm-query-page a:focus-visible{outline:3px solid #78aef2;outline-offset:2px}.ohm-query-tool-list{list-style:none;margin:0;padding:5px 16px}.ohm-query-tool-list li{display:flex;flex-direction:column;gap:2px;padding:10px 0;border-bottom:1px solid #dce8f2}.ohm-query-tool-list li:last-child{border-bottom:0}.ohm-query-tool-list small{color:#65758a;font-size:11px}.ohm-query-tool-list a{color:#0756c9;font-size:13px;font-weight:800;text-decoration:none}.ohm-query-links a>b{display:flex;flex-direction:column;font-weight:inherit}.ohm-query-links a strong{color:#0756c9;font-size:13px}.ohm-query-links a small{margin-top:2px;color:#66768a;font-size:10px;font-weight:500}
.ohm-query-next-accent{padding-right:92px}.ohm-query-side-empty{margin:14px 16px 0;padding:12px;border-radius:5px;background:#f7f9fb;color:#617085;font-size:12px}.ohm-query-upcoming header h2 small{color:#66768a;font-size:11px;font-weight:600}
.ohm-query-noscript{margin:-12px 0 20px;padding:11px 14px;border-left:3px solid #b7791f;background:#fff8e6;color:#5f491c}.ohm-query-country-list button{display:grid;width:100%;grid-template-columns:minmax(90px,.75fr) minmax(0,1fr);gap:10px;padding:10px 0;border:0;background:transparent;color:#22344b;text-align:left;cursor:pointer}.ohm-query-country-list button:hover strong{color:#0756c9}.ohm-query-layout[aria-busy="true"]{opacity:.65;transition:opacity .15s}
.ohm-query-selector form{flex-wrap:wrap}.ohm-query-selector form select{flex:1 1 210px}.ohm-query-lead{max-width:760px;color:#526277;font-size:16px;line-height:1.7}.ohm-query-lead>*{margin:0 0 8px}.ohm-query-lead>:last-child{margin-bottom:0}.ohm-query-editorial{width:100%;max-width:880px;margin:34px 0 0}.ohm-query-editorial-section{padding:26px 0;border-top:1px solid #dce4eb}.ohm-query-editorial-section:first-child{padding-top:0;border-top:0}.ohm-query-editorial-section h2{margin:0 0 11px;color:#10203a;font-size:clamp(22px,2.5vw,28px);line-height:1.3}.ohm-query-editorial-section>div{max-width:760px;color:#34465b;font-size:15px;line-height:1.75}.ohm-query-editorial-section>div>*{margin-top:0;margin-bottom:14px}.ohm-query-editorial-section>div>:last-child{margin-bottom:0}.ohm-query-editorial .ohm-faq-section{max-width:800px;margin:2px 0 0;padding:20px 20px 20px 22px;border-top:0;border-left:3px solid #d7b45a;background:#fffcf4}.ohm-query-faq-content h3{margin:18px 0 6px;color:#17263d;font-size:17px;line-height:1.4}.ohm-query-faq-content h3:first-child{margin-top:0}.ohm-query-faq-content h3+p{padding-bottom:14px;border-bottom:1px solid #eee6d1}.ohm-query-faq-content h3:last-of-type+p{padding-bottom:0;border-bottom:0}.ohm-query-school-result{display:block;min-width:0}.ohm-query-school-heading{display:flex;min-width:0;align-items:flex-start;gap:10px;margin-bottom:14px}.ohm-query-school-heading h2{min-width:0;overflow-wrap:anywhere}.ohm-query-school-result .ohm-query-region-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;width:100%;max-width:600px}.ohm-query-school-result .ohm-query-region-form label{grid-column:1/-1}.ohm-query-school-result .ohm-query-region-form select{width:100%;max-width:none}.ohm-query-school-result>h3{margin:12px 0 6px;color:#17263d;overflow-wrap:anywhere}.ohm-query-school-empty{padding:13px 15px;border-left:3px solid #7892ac;background:#f5f8fb}
@media(max-width:620px){.ohm-query-lead{font-size:15px}.ohm-query-editorial{margin-top:27px}.ohm-query-editorial-section{padding:22px 0}.ohm-query-editorial .ohm-faq-section{padding:17px 15px 17px 17px}.ohm-query-school-result .ohm-query-region-form{grid-template-columns:minmax(0,1fr)}.ohm-query-school-result .ohm-query-region-form label{grid-column:auto}.ohm-query-school-result .ohm-query-region-form button{width:100%}}

/* Shared Query Page editorial panel. */
.ohm-query-editorial{width:100%;max-width:none;margin:24px 0 0;padding:30px;border:1px solid #d8e2eb;border-radius:8px;background:#fff}
.ohm-query-editorial-section{margin:0;padding:24px 0;border-top:1px solid #e3e9ee}
.ohm-query-editorial-section:first-child{padding-top:0;border-top:0}
.ohm-query-editorial-section:last-child{padding-bottom:0}
.ohm-query-editorial-section h2{margin:0 0 10px;color:#10203a;font-size:clamp(21px,2.3vw,27px);line-height:1.3}
.ohm-query-editorial-section>div{width:100%;max-width:860px;color:#34465b;font-size:15px;line-height:1.68}
.ohm-query-editorial-section>div>*{margin-top:0;margin-bottom:13px}
.ohm-query-editorial-section>div>:last-child{margin-bottom:0}
.ohm-query-editorial .ohm-faq-section{max-width:none;margin:0;padding:24px 0;border-top:1px solid #e3e9ee;border-left:0;background:transparent}
.ohm-query-editorial .ohm-faq-section:first-child{padding-top:0;border-top:0}
.ohm-query-editorial .ohm-faq-section:last-child{padding-bottom:0}
.ohm-query-editorial .ohm-query-faq-content{max-width:860px;padding:18px 20px;border-left:3px solid #d7b45a;border-radius:0 6px 6px 0;background:#fffcf4}
@media(max-width:900px){.ohm-query-editorial{padding:24px}}
@media(max-width:620px){.ohm-query-editorial{margin-top:20px;padding:19px}.ohm-query-editorial-section,.ohm-query-editorial .ohm-faq-section{padding:20px 0}.ohm-query-editorial .ohm-query-faq-content{padding:16px 15px}}

/* Holiday Tools hub and compact contextual links. */
.ohm-tools-page{width:min(100% - 30px,1220px);margin-inline:auto;padding-block:20px 36px;color:var(--ohm-color-text)}
.ohm-tools-page *{box-sizing:border-box}.ohm-tools-page .ohm-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:14px;font-size:13px}
.ohm-tools-hero{max-width:820px;margin-bottom:28px}.ohm-tools-hero h1{margin:0 0 8px;color:var(--ohm-color-heading);font-size:clamp(30px,4vw,42px);line-height:1.12;letter-spacing:-.025em}.ohm-tools-hero div{color:var(--ohm-color-muted);font-size:16px;line-height:1.7}.ohm-tools-hero p{margin:0}
.ohm-tools-groups{display:grid;gap:30px}.ohm-tools-group h2{margin:0 0 12px;color:var(--ohm-color-heading);font-size:clamp(20px,2.2vw,25px)}.ohm-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ohm-tools-card{position:relative;display:flex;min-width:0;min-height:112px;flex-direction:column;gap:6px;padding:17px 42px 17px 18px;border:1px solid var(--ohm-color-border);border-radius:8px;background:#fff;color:var(--ohm-color-text)!important;text-decoration:none}.ohm-tools-card:hover{border-color:#abc5da;background:#f9fcfe}.ohm-tools-card strong{color:var(--ohm-color-heading);font-size:16px}.ohm-tools-card span{color:var(--ohm-color-muted);font-size:13px;line-height:1.5}.ohm-tools-card b{position:absolute;right:17px;top:17px;color:var(--ohm-color-link);font-size:18px}.ohm-tools-card:focus-visible,.ohm-context-tools a:focus-visible,.ohm-home-tools-callout a:focus-visible{outline:3px solid #78aef2;outline-offset:2px}
.ohm-tools-content{max-width:900px;margin-top:30px;padding-top:24px;border-top:1px solid var(--ohm-color-border);line-height:1.7}
.ohm-context-tools{margin-block:26px;padding:17px 18px;border:1px solid var(--ohm-color-border);border-radius:8px;background:#f8fafc}.ohm-context-tools>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.ohm-context-tools h2{margin:0;color:var(--ohm-color-heading);font-size:19px}.ohm-context-tools>header a{color:var(--ohm-color-link)!important;font-size:12px;font-weight:750;text-decoration:none}.ohm-context-tools nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ohm-context-tools nav a{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border:1px solid #e0e7ed;border-radius:6px;background:#fff;color:var(--ohm-color-heading)!important;font-size:13px;font-weight:700;text-decoration:none}.ohm-context-tools nav a span{color:var(--ohm-color-link)}
.ohm-home-tools-callout{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border:1px solid var(--ohm-color-border);border-left:4px solid var(--ohm-color-link);border-radius:8px;background:#f8fbfe}.ohm-home-tools-callout h2{margin:0 0 4px;color:var(--ohm-color-heading);font-size:22px}.ohm-home-tools-callout p{margin:0;color:var(--ohm-color-muted)}.ohm-home-tools-callout>a{flex:0 0 auto;color:var(--ohm-color-link)!important;font-weight:800;text-decoration:none}
@media(max-width:900px){.ohm-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ohm-context-tools nav{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ohm-tools-page{width:min(100% - 22px,1220px);padding-top:12px}.ohm-tools-hero{margin-bottom:23px}.ohm-tools-grid{grid-template-columns:1fr}.ohm-tools-card{min-height:0}.ohm-context-tools>header,.ohm-home-tools-callout{align-items:flex-start;flex-direction:column}.ohm-context-tools nav{grid-template-columns:1fr;width:100%}.ohm-home-tools-callout>a{flex:auto}}
