:root {
  --gh-bg: #f4f7fb;
  --gh-bg-soft: #ffffff;
  --gh-bg-card: #eef2f7;
  --gh-text: #161a20;
  --gh-text-muted: #5f6b7a;
  --gh-line: rgba(20, 28, 40, .12);
  --gh-accent: #006eb7;
  --gh-accent-strong: #00528d;
  --gh-white: #ffffff;
  --gh-paper: #ffffff;
  --gh-paper-text: #15171a;
  --gh-paper-muted: #5b6673;
  --gh-header-bg: rgba(255,255,255,.96);
  --gh-header-text: #15171a;
  --gh-header-soft: #f3f6fa;
  --gh-footer-bg: #ffffff;
  --gh-footer-text: #15171a;
  --gh-card-shadow: 0 12px 34px rgba(16, 24, 40, .08);
  --gh-max: 1180px;
  --gh-radius: 0px;
  --gh-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gh-rovat-mobile-featured-bg: linear-gradient(135deg, rgba(255, 248, 249, .98) 0%, rgba(255, 236, 240, .98) 100%);
  --gh-rovat-mobile-featured-text: #161a20;
  --gh-rovat-mobile-featured-muted: #5f6b7a;
  --gh-rovat-mobile-featured-shadow: 0 12px 30px rgba(16, 24, 40, .08);
}

body.gh-theme-dark {
  --gh-bg: #111315;
  --gh-bg-soft: #181b1f;
  --gh-bg-card: #202328;
  --gh-text: #f6f7f8;
  --gh-text-muted: #aeb6bf;
  --gh-line: rgba(255,255,255,.12);
  --gh-accent: #2ec8ff;
  --gh-accent-strong: #2ec8ff;
  --gh-paper: #f7f8fa;
  --gh-paper-text: #15171a;
  --gh-paper-muted: #5b6673;
  --gh-header-bg: #0d0f12;
  --gh-header-text: #f6f7f8;
  --gh-header-soft: #181b1f;
  --gh-footer-bg: #090b0d;
  --gh-footer-text: #f6f7f8;
  --gh-card-shadow: none;
  --gh-rovat-mobile-featured-bg: linear-gradient(135deg, rgba(27, 33, 40, .98) 0%, rgba(35, 42, 50, .98) 100%);
  --gh-rovat-mobile-featured-text: #f5f8fb;
  --gh-rovat-mobile-featured-muted: rgba(245,248,251,.76);
  --gh-rovat-mobile-featured-shadow: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--gh-font);
  background: var(--gh-bg);
  color: var(--gh-text);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gh-accent); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.screen-reader-text,
.gh-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gh-skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--gh-accent);
  color: #001018;
  font-weight: 800;
}
.gh-container {
  width: min(var(--gh-max), calc(100% - 32px));
  margin-inline: auto;
}

/* Header */
.gh-site-header { background: var(--gh-header-bg); color: var(--gh-header-text); border-bottom: 1px solid var(--gh-line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.gh-topbar { border-bottom: 1px solid var(--gh-line); color: var(--gh-text-muted); font-size: 13px; }
.gh-topbar__inner { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.gh-topbar__breaking { color: var(--gh-accent); font-weight: 700; }
.gh-header-main__inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px; min-height: 76px; }
.gh-branding img { max-height: 54px; width: auto; }
.gh-logo-text { color: var(--gh-header-text); font-size: 30px; font-weight: 900; letter-spacing: -0.05em; }
.gh-primary-nav ul { list-style: none; display: flex; justify-content: center; gap: 22px; margin: 0; padding: 0; }
.gh-primary-nav a { color: var(--gh-header-text); font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; }
.gh-header-search input {
  width: 170px;
  border: 1px solid var(--gh-line);
  background: var(--gh-header-soft);
  color: var(--gh-header-text);
  padding: 9px 12px;
  border-radius: 999px;
}
.gh-menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.gh-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--gh-header-text); margin: 6px 0; }

.gh-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  border: 1px solid var(--gh-line);
  background: var(--gh-header-soft);
  color: var(--gh-header-text);
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.gh-theme-toggle:hover { border-color: var(--gh-accent); color: var(--gh-accent); }
.gh-theme-toggle__icon { font-size: 17px; line-height: 1; }

/* Category labels */
.gh-cat { display: inline-flex; width: fit-content; color: var(--gh-cat-color, var(--gh-accent)); font-weight: 900; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; line-height: 1; margin-bottom: 6px; }

/* Cards */
.gh-card { min-width: 0; }
.gh-card__media { display: block; overflow: hidden; background: var(--gh-bg-card); }
.gh-card__image { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .25s ease; }
.gh-card__media:hover .gh-card__image { transform: scale(1.025); }
.gh-card__image--placeholder { aspect-ratio: 16/9; display: grid; place-items: center; background: linear-gradient(135deg, var(--gh-bg-card), var(--gh-bg-soft)); color: var(--gh-text-muted); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.gh-card__body { padding-top: 8px; }
.gh-card__title { margin: 0; font-size: 18px; line-height: 1.08; letter-spacing: -0.035em; }
.gh-card__title a { color: var(--gh-text); }
.gh-card__title a:hover { color: var(--gh-accent); }
.gh-card__lead { margin: 8px 0 0; color: var(--gh-text-muted); font-size: 14px; }
.gh-card__meta { margin-top: 7px; color: var(--gh-text-muted); font-size: 12px; }
.gh-card--featured .gh-card__title { font-size: clamp(25px, 4vw, 38px); }
.gh-card--featured .gh-card__lead { font-size: 16px; }
.gh-card--mini { display: grid; grid-template-columns: 105px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--gh-line); }
.gh-card--mini .gh-card__body { padding-top: 0; }
.gh-card--mini .gh-card__title { font-size: 15px; }
.gh-card--mini .gh-card__meta { display: none; }
.gh-card--headline { padding: 10px 0; border-bottom: 1px solid var(--gh-line); }
.gh-card--headline .gh-card__title { font-size: 16px; }
.gh-card--headline .gh-card__media { margin-bottom: 8px; }
.gh-card--hero-side { display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--gh-line); }
.gh-card--hero-side .gh-card__body { padding-top: 0; }
.gh-card--hero-side .gh-card__title { font-size: 16px; }

/* Hero */
.gh-hero { padding: 28px 0 24px; background: var(--gh-bg); }
.gh-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 24px; }
.gh-hero__main { position: relative; min-height: 460px; overflow: hidden; background: var(--gh-bg-card); }
.gh-hero__media, .gh-hero__image { height: 100%; }
.gh-hero__image { width: 100%; object-fit: cover; aspect-ratio: auto; opacity: .78; }
.gh-hero__main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.88) 100%); pointer-events: none; }
.gh-hero__content { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; }
.gh-hero__title { margin: 0; max-width: 820px; font-size: clamp(34px, 5vw, 58px); line-height: .95; letter-spacing: -0.06em; }
.gh-hero__title a { color: var(--gh-white); }
.gh-hero__lead { max-width: 660px; color: #dbe1e7; font-size: 17px; margin: 12px 0 0; }
.gh-hero__side { display: flex; flex-direction: column; gap: 0; }

/* Sections */
.gh-section { padding: 28px 0; }
.gh-section__header { display: flex; align-items: end; justify-content: space-between; gap: 16px; border-top: 2px solid var(--gh-accent); padding-top: 12px; margin-bottom: 18px; }
.gh-section__title { margin: 0; font-size: clamp(24px, 3vw, 34px); line-height: 1; letter-spacing: -0.055em; }
.gh-section__more { color: var(--gh-text-muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }

/* Fresh */
.gh-fresh__grid { display: grid; grid-template-columns: minmax(210px,.75fr) minmax(0,1.25fr) minmax(230px,.8fr); gap: 24px; align-items: start; }
.gh-fresh__bottom { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }

/* Grids */
.gh-grid { display: grid; gap: 22px; }
.gh-grid--cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-grid--mixed { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: start; }
.gh-grid--mixed__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.gh-grid--split { grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); align-items: start; }
.gh-grid--split__list { display: flex; flex-direction: column; }
.gh-more-news__list { columns: 2; column-gap: 28px; }
.gh-more-news__list .gh-card { break-inside: avoid; }

/* Single / archive light reading area */
.gh-layout--single, .gh-page, .gh-archive { padding: 28px 0 48px; }
.gh-layout { display: grid; grid-template-columns: minmax(0, 760px) 320px; gap: 56px; align-items: start; }
.gh-layout__content { min-width: 0; }
.gh-article, .gh-page__article { background: var(--gh-paper); color: var(--gh-paper-text); padding: clamp(20px, 4vw, 42px); }
.gh-article a, .gh-page__article a { color: #006eb7; text-decoration: underline; text-underline-offset: 3px; }
.gh-breadcrumb { color: var(--gh-text-muted); font-size: 13px; margin-bottom: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.gh-article .gh-breadcrumb { color: var(--gh-paper-muted); }
.gh-article__title, .gh-page__article h1, .gh-archive__header h1 { margin: 0; font-size: clamp(34px, 6vw, 58px); line-height: .98; letter-spacing: -0.06em; }
.gh-archive__header { margin: 0 0 24px; }
.gh-article__lead { color: var(--gh-paper-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.35; margin: 16px 0 18px; font-weight: 650; }
.gh-article__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--gh-paper-muted); font-size: 14px; border-top: 1px solid #d9dee5; border-bottom: 1px solid #d9dee5; padding: 12px 0; }
.gh-article__source-top, .gh-article__source-bottom { margin-top: 12px; color: var(--gh-paper-muted); font-size: 14px; }
.gh-article__image { margin: 24px -42px 22px; }
.gh-article__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.gh-article__image figcaption { color: var(--gh-paper-muted); font-size: 13px; display: flex; gap: 8px; flex-wrap: wrap; padding: 8px 42px 0; }
.gh-health-notice { margin: 18px 0; padding: 14px 16px; border-left: 4px solid #20b86e; background: #eaf8f0; color: #183d28; }
.gh-article__content { font-size: 18px; line-height: 1.72; }
.gh-article__content h2 { font-size: 30px; line-height: 1.15; letter-spacing: -0.04em; margin: 34px 0 12px; }
.gh-article__content h3 { font-size: 24px; margin: 28px 0 10px; }
.gh-article__content p { margin: 0 0 1.1em; }
.gh-article__content blockquote { border-left: 4px solid var(--gh-accent); margin: 24px 0; padding: 6px 0 6px 18px; color: #333; font-size: 21px; font-weight: 700; }
.gh-article__footer { border-top: 1px solid #d9dee5; padding-top: 20px; margin-top: 30px; color: var(--gh-paper-muted); }
.gh-tags { margin-top: 14px; }
.gh-share { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; align-items: center; }
.gh-share button, .gh-share a { border: 1px solid #cbd3dd; background: #fff; color: #1b1f24; text-decoration: none; padding: 8px 11px; cursor: pointer; }
.gh-sidebar__box { background: var(--gh-bg-soft); padding: 18px; position: sticky; top: 18px; }
.gh-sidebar__box h2 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.04em; }
.gh-related .gh-section__header { border-top-color: #cbd3dd; color: var(--gh-paper-text); }
.gh-related .gh-card__title a { color: var(--gh-paper-text); }

/* Archive */
.gh-category-featured { margin-bottom: 28px; }
.gh-archive__description { color: var(--gh-text-muted); max-width: 760px; }
.gh-pagination { margin-top: 28px; }
.gh-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.gh-pagination a, .gh-pagination span { padding: 8px 12px; border: 1px solid var(--gh-line); }

/* Footer */
.gh-site-footer { background: var(--gh-footer-bg); color: var(--gh-footer-text); border-top: 1px solid var(--gh-line); margin-top: 40px; }
.gh-footer__grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 28px; padding: 34px 0; }
.gh-footer__brand strong { font-size: 28px; letter-spacing: -0.05em; }
.gh-footer__nav ul { list-style: none; margin: 0; padding: 0; columns: 2; }
.gh-footer__links { display: grid; gap: 8px; }
.gh-footer__bottom { border-top: 1px solid var(--gh-line); color: var(--gh-text-muted); font-size: 13px; padding: 12px 0; }

@media (max-width: 980px) {
  .gh-header-main__inner { grid-template-columns: auto auto auto; justify-content: space-between; gap: 12px; }
  .gh-menu-toggle { display: block; }
  .gh-primary-nav, .gh-header-search { display: none; grid-column: 1/-1; }
  body.gh-menu-open .gh-primary-nav, body.gh-menu-open .gh-header-search { display: block; }
  .gh-theme-toggle { justify-self: end; }
  .gh-primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--gh-line); padding-top: 12px; }
  .gh-primary-nav a { display: block; padding: 11px 0; }
  .gh-header-search input { width: 100%; margin: 12px 0; }
  .gh-hero__grid, .gh-fresh__grid, .gh-grid--mixed, .gh-grid--split, .gh-layout { grid-template-columns: 1fr; }
  .gh-grid--cards, .gh-grid--mixed__list, .gh-fresh__bottom { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh-sidebar { display: none; }
  .gh-article__image { margin-left: calc(clamp(20px, 4vw, 42px) * -1); margin-right: calc(clamp(20px, 4vw, 42px) * -1); }
}

@media (max-width: 640px) {
  .gh-container { width: min(100% - 22px, var(--gh-max)); }
  .gh-topbar__inner { display: block; }
  .gh-topbar__date { display: none; }
  .gh-theme-toggle { padding: 8px 10px; }
  .gh-theme-toggle__text { display: none; }
  .gh-hero { padding-top: 14px; }
  .gh-hero__main { min-height: 430px; }
  .gh-hero__content { left: 16px; right: 16px; bottom: 16px; }
  .gh-hero__title { font-size: 36px; }
  .gh-hero__lead { font-size: 15px; }
  .gh-card--hero-side, .gh-card--mini { grid-template-columns: 96px 1fr; }
  .gh-grid--cards, .gh-grid--mixed__list, .gh-fresh__bottom { grid-template-columns: 1fr; }
  .gh-more-news__list { columns: 1; }
  .gh-article, .gh-page__article { padding: 20px; }
  .gh-article__image { margin-left: -20px; margin-right: -20px; }
  .gh-article__image figcaption { padding-left: 20px; padding-right: 20px; }
  .gh-article__content { font-size: 17px; line-height: 1.68; }
  .gh-footer__grid { grid-template-columns: 1fr; }
}

/* Lightweight hero slider behavior */
.gh-hero__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .25s ease; }
.gh-hero__slide.is-active { opacity: 1; visibility: visible; }
.gh-hero__main { position: relative; }
.gh-hero__controls { position: absolute; right: 18px; bottom: 18px; z-index: 4; display: flex; gap: 8px; }
.gh-hero__controls button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.4); background: rgba(0,0,0,.55); color: #fff; cursor: pointer; font-size: 28px; line-height: 1; }
.gh-hero__side-button { display: block; width: 100%; padding: 0; margin: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.gh-hero__side-button:hover .gh-card__title a { color: var(--gh-accent); }


/* Light mode refinements */
body.gh-theme-light .gh-hero__side,
body.gh-theme-light .gh-fresh__left,
body.gh-theme-light .gh-fresh__right,
body.gh-theme-light .gh-grid--split__list,
body.gh-theme-light .gh-sidebar__box {
  background: var(--gh-bg-soft);
  box-shadow: var(--gh-card-shadow);
}
body.gh-theme-light .gh-card__media { background: var(--gh-bg-card); }
body.gh-theme-light .gh-hero__side,
body.gh-theme-light .gh-fresh__left,
body.gh-theme-light .gh-fresh__right,
body.gh-theme-light .gh-grid--split__list { padding: 14px; }
body.gh-theme-light .gh-article,
body.gh-theme-light .gh-page__article { box-shadow: var(--gh-card-shadow); }
body.gh-theme-light .gh-site-footer a { color: var(--gh-footer-text); }
body.gh-theme-dark .gh-theme-toggle__icon { color: var(--gh-accent); }

/* v0.1.3 latest news ticker */
.gh-latest-ticker { background: var(--gh-bg-soft); border-bottom: 1px solid var(--gh-line); }
.gh-latest-ticker__inner { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; min-height: 46px; overflow: hidden; }
.gh-latest-ticker__label { color: var(--gh-accent); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.gh-latest-ticker__viewport { overflow: hidden; min-width: 0; }
.gh-latest-ticker__track { display: flex; width: max-content; gap: 26px; animation: ghTickerScroll var(--gh-ticker-speed, 32s) linear infinite; }
.gh-latest-ticker__viewport:hover .gh-latest-ticker__track { animation-play-state: paused; }
.gh-latest-ticker__item { display: inline-flex; align-items: center; gap: 8px; min-width: max-content; color: var(--gh-text); font-weight: 800; font-size: 14px; }
.gh-latest-ticker__item::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gh-accent); opacity: .45; margin-left: 18px; }
.gh-latest-ticker__cat { color: var(--gh-cat-color, var(--gh-accent)); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.gh-latest-ticker__title { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@keyframes ghTickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .gh-latest-ticker__track { animation: none; } }

/* v0.1.4 Grid A – symmetric editorial mix: 5 side items + 2 center items + 5 side items at 12 posts */
.gh-grid--editorial { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.34fr) minmax(220px, .72fr); gap: 26px; align-items: start; }
.gh-grid--editorial__side { display: flex; flex-direction: column; gap: 0; min-width: 0; }
.gh-grid--editorial__main { min-width: 0; }
.gh-card--side-featured { padding-bottom: 15px; border-bottom: 1px solid var(--gh-line); margin-bottom: 6px; }
.gh-card--side-featured .gh-card__media { margin-bottom: 10px; }
.gh-card--side-featured .gh-card__title { font-size: clamp(19px, 2.1vw, 26px); line-height: 1.02; letter-spacing: -0.055em; }
.gh-card--side-featured .gh-card__lead { font-size: 14px; }
.gh-card--headline-strong { border-top: 1px solid var(--gh-line); padding: 18px 0 4px; margin-top: 18px; text-align: center; }
.gh-card--headline-strong .gh-card__title { font-size: clamp(23px, 2.8vw, 34px); line-height: 1.08; letter-spacing: -0.055em; }
.gh-grid--editorial .gh-card--headline .gh-card__title { font-size: clamp(17px, 1.6vw, 22px); line-height: 1.08; letter-spacing: -0.045em; }
.gh-grid-section--a .gh-section__header { margin-bottom: 22px; }
.gh-fresh--grid-a .gh-section__header { margin-bottom: 22px; }

/* v0.1.3 Grid D – three article cards */
.gh-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; align-items: start; }
.gh-grid--three .gh-card__media { margin-bottom: 10px; }
.gh-grid--three .gh-card__title { font-size: clamp(21px, 2.3vw, 29px); line-height: 1.05; letter-spacing: -0.045em; }
.gh-grid--three .gh-card__lead { font-size: 15px; }

body.gh-theme-light .gh-latest-ticker { box-shadow: 0 8px 24px rgba(16, 24, 40, .04); }
body.gh-theme-light .gh-grid--editorial__side { background: var(--gh-bg-soft); box-shadow: var(--gh-card-shadow); padding: 14px; }
body.gh-theme-dark .gh-latest-ticker { background: #0d0f12; }

@media (max-width: 980px) {
  .gh-grid--editorial { grid-template-columns: 1fr; }
  .gh-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh-grid--editorial__main { order: -1; }
  .gh-card--headline-strong { text-align: left; }
}

@media (max-width: 640px) {
  .gh-latest-ticker__inner { grid-template-columns: 1fr; gap: 6px; padding: 8px 0 10px; }
  .gh-latest-ticker__viewport { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .gh-latest-ticker__viewport::-webkit-scrollbar { display: none; }
  .gh-latest-ticker__track { animation: none; gap: 16px; }
  .gh-latest-ticker__item { font-size: 13px; }
  .gh-latest-ticker__title { max-width: 280px; }
  .gh-grid--three { grid-template-columns: 1fr; gap: 22px; }
  .gh-grid--editorial { gap: 18px; }
  body.gh-theme-light .gh-grid--editorial__side { padding: 12px; }
  .gh-card--side-featured .gh-card__title { font-size: 22px; }
}

/* v0.1.5 Grid E – bottom-style headline columns, available for More news and Editor picks */
.gh-grid--headlines {
  columns: 2;
  column-gap: 28px;
}
.gh-grid--headlines .gh-card {
  break-inside: avoid;
}
.gh-grid-section--e .gh-section__header,
.gh-editor-picks .gh-section__header,
.gh-more-news .gh-section__header {
  margin-bottom: 18px;
}
.gh-grid--headlines .gh-card--headline .gh-card__title {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.gh-grid--headlines .gh-card--headline .gh-card__lead {
  font-size: 14px;
}
.gh-grid--headlines .gh-card--headline .gh-card__media {
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .gh-grid--headlines {
    columns: 1;
  }
}

/* v0.1.7 – visual polish: editorial rhythm, refined cards, hero, header and section separation */
:root {
  --gh-bg: #f3f6fa;
  --gh-bg-soft: #ffffff;
  --gh-bg-card: #edf2f7;
  --gh-text: #101722;
  --gh-text-muted: #687386;
  --gh-line: rgba(15, 23, 42, .105);
  --gh-accent: #006eb7;
  --gh-accent-strong: #004f87;
  --gh-card-shadow: 0 16px 44px rgba(15, 23, 42, .075);
  --gh-card-shadow-soft: 0 10px 24px rgba(15, 23, 42, .055);
  --gh-max: 1120px;
  --gh-radius: 14px;
}

body.gh-theme-dark {
  --gh-bg: #111418;
  --gh-bg-soft: #181d23;
  --gh-bg-card: #222831;
  --gh-text: #f5f8fb;
  --gh-text-muted: #aab4c1;
  --gh-line: rgba(255,255,255,.12);
  --gh-card-shadow: none;
  --gh-card-shadow-soft: none;
}

body.globalhir-news-theme {
  background:
    radial-gradient(circle at 50% -140px, rgba(0,110,183,.08), transparent 36%),
    var(--gh-bg);
}

body.gh-theme-dark.globalhir-news-theme {
  background:
    radial-gradient(circle at 50% -140px, rgba(46,200,255,.09), transparent 36%),
    var(--gh-bg);
}

/* Header polish */
.gh-site-header {
  border-bottom: 1px solid rgba(15, 23, 42, .09);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
}
body.gh-theme-dark .gh-site-header {
  box-shadow: none;
  border-bottom-color: rgba(255,255,255,.1);
}
.gh-topbar {
  background: rgba(255,255,255,.58);
  font-size: 12px;
}
body.gh-theme-dark .gh-topbar { background: rgba(0,0,0,.14); }
.gh-topbar__breaking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gh-accent);
  letter-spacing: .01em;
}
.gh-topbar__breaking::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gh-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gh-accent) 16%, transparent);
}
.gh-header-main__inner {
  min-height: 70px;
  gap: 24px;
}
.gh-logo-text {
  font-size: clamp(27px, 2.7vw, 34px);
  letter-spacing: -0.065em;
}
.gh-primary-nav ul { gap: clamp(18px, 2.4vw, 30px); }
.gh-primary-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 14px;
  letter-spacing: .045em;
}
.gh-primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--gh-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.gh-primary-nav a:hover::after,
.gh-primary-nav .current-menu-item > a::after,
.gh-primary-nav .current_page_item > a::after {
  transform: scaleX(1);
}
.gh-header-search input,
.gh-theme-toggle {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.gh-header-search input {
  width: 185px;
  min-height: 42px;
  padding-inline: 15px;
  transition: width .18s ease, border-color .18s ease, background-color .18s ease;
}
.gh-header-search input:focus {
  width: 220px;
  outline: none;
  border-color: color-mix(in srgb, var(--gh-accent) 45%, var(--gh-line));
  background: #fff;
}
.gh-theme-toggle {
  min-height: 42px;
  padding: 8px 14px;
}

/* Latest ticker – stronger percről percre bar */
.gh-latest-ticker {
  border-bottom: 1px solid var(--gh-line);
  background: linear-gradient(90deg, rgba(0,110,183,.08), rgba(255,255,255,.78));
}
body.gh-theme-dark .gh-latest-ticker {
  background: linear-gradient(90deg, rgba(46,200,255,.09), rgba(255,255,255,.03));
}
.gh-latest-ticker__inner { min-height: 42px; }
.gh-latest-ticker__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gh-accent);
}
.gh-latest-ticker__label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gh-accent);
}
.gh-latest-ticker__item {
  padding: 6px 0;
  font-size: 13px;
}
.gh-latest-ticker__cat {
  padding: 3px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gh-cat-color, var(--gh-accent)) 11%, transparent);
}

/* Category badges */
.gh-cat {
  align-items: center;
  padding: 4px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gh-cat-color, var(--gh-accent)) 10%, transparent);
  color: var(--gh-cat-color, var(--gh-accent));
  font-size: 10px;
  letter-spacing: .09em;
  margin-bottom: 8px;
}
.gh-cat:hover {
  background: var(--gh-cat-color, var(--gh-accent));
  color: #fff;
}

/* Card polish */
.gh-card__media {
  border-radius: var(--gh-radius);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.gh-card__image { transition: transform .32s ease, filter .32s ease; }
.gh-card__media:hover .gh-card__image {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}
.gh-card__body { padding-top: 10px; }
.gh-card__title {
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.gh-card__lead {
  color: var(--gh-text-muted);
  line-height: 1.55;
}
.gh-card__meta {
  opacity: .78;
  font-size: 11px;
}
.gh-grid--cards > .gh-card,
.gh-grid--three > .gh-card {
  padding: 12px;
  background: color-mix(in srgb, var(--gh-bg-soft) 92%, transparent);
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 4px);
  box-shadow: var(--gh-card-shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gh-grid--cards > .gh-card:hover,
.gh-grid--three > .gh-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--gh-accent) 28%, var(--gh-line));
  box-shadow: var(--gh-card-shadow);
}
.gh-card--headline,
.gh-grid--editorial .gh-card--headline {
  padding: 12px 0;
  border-bottom-color: color-mix(in srgb, var(--gh-line) 75%, transparent);
}
.gh-card--headline .gh-card__title,
.gh-grid--editorial .gh-card--headline .gh-card__title {
  line-height: 1.12;
}
.gh-card--headline:hover .gh-card__title a { color: var(--gh-accent); }

/* Hero – stronger first impression */
.gh-hero {
  padding: 30px 0 28px;
}
.gh-hero__grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(286px, .58fr);
  gap: 22px;
}
.gh-hero__main {
  min-height: 500px;
  border-radius: calc(var(--gh-radius) + 4px);
  box-shadow: var(--gh-card-shadow);
  border: 1px solid rgba(255,255,255,.35);
}
.gh-hero__image { opacity: .88; }
.gh-hero__main::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.45) 48%, rgba(0,0,0,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.88) 100%);
}
.gh-hero__content {
  left: clamp(20px, 3vw, 34px);
  right: clamp(20px, 3vw, 34px);
  bottom: clamp(22px, 3vw, 34px);
}
.gh-hero__title {
  max-width: 780px;
  font-size: clamp(36px, 5.25vw, 64px);
  line-height: .94;
  text-shadow: 0 2px 20px rgba(0,0,0,.38);
}
.gh-hero__lead {
  max-width: 700px;
  color: rgba(255,255,255,.86);
  line-height: 1.48;
}
.gh-hero .gh-cat {
  background: var(--gh-cat-color, var(--gh-accent));
  color: #fff;
}
.gh-hero__side {
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 4px);
  overflow: hidden;
}
body.gh-theme-light .gh-hero__side {
  background: rgba(255,255,255,.92);
  box-shadow: var(--gh-card-shadow-soft);
  padding: 8px 12px;
}
.gh-hero__side-button {
  border-radius: 12px;
}
.gh-hero__side-button .gh-card--hero-side {
  padding: 12px 0;
}
.gh-card--hero-side {
  grid-template-columns: 104px 1fr;
}
.gh-card--hero-side .gh-card__media { border-radius: 10px; }
.gh-card--hero-side .gh-card__title {
  font-size: 15px;
  line-height: 1.13;
}
.gh-hero__controls {
  right: 20px;
  bottom: 20px;
}
.gh-hero__controls button {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(0,0,0,.46);
  backdrop-filter: blur(8px);
  transition: transform .15s ease, background-color .15s ease;
}
.gh-hero__controls button:hover {
  transform: translateY(-1px);
  background: rgba(0,0,0,.68);
}

/* Section rhythm */
.gh-section {
  padding: clamp(30px, 4vw, 46px) 0;
}
.gh-section__header {
  position: relative;
  align-items: center;
  border-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
.gh-section__header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 2px;
  background: linear-gradient(90deg, var(--gh-accent), color-mix(in srgb, var(--gh-accent) 18%, transparent));
}
.gh-section__title {
  font-size: clamp(25px, 3vw, 36px);
  line-height: .95;
}
.gh-section__more {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--gh-text-muted);
  background: color-mix(in srgb, var(--gh-bg-soft) 72%, transparent);
}
.gh-section__more:hover {
  color: #fff;
  background: var(--gh-accent);
}
body.gh-section-alt-bg .gh-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.18));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), inset 0 -1px 0 rgba(15,23,42,.045);
}
body.gh-theme-dark.gh-section-alt-bg .gh-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(255,255,255,.04);
}

/* Editorial Grid A refinement */
.gh-grid--editorial {
  gap: 24px;
}
body.gh-theme-light .gh-grid--editorial__side,
body.gh-theme-light .gh-fresh__left,
body.gh-theme-light .gh-fresh__right,
body.gh-theme-light .gh-grid--split__list {
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 4px);
  box-shadow: var(--gh-card-shadow-soft);
}
.gh-grid--editorial__side .gh-card--headline:first-of-type {
  padding-top: 6px;
}
.gh-card--side-featured {
  padding-bottom: 16px;
  margin-bottom: 4px;
}
.gh-card--side-featured .gh-card__media {
  margin-bottom: 12px;
}
.gh-card--side-featured .gh-card__title {
  font-size: clamp(20px, 2.05vw, 27px);
}
.gh-card--headline-strong {
  margin-top: 24px;
  padding: 22px 0 2px;
  border-top: 1px solid color-mix(in srgb, var(--gh-line) 78%, transparent);
}
.gh-card--headline-strong .gh-card__title {
  max-width: 620px;
  margin-inline: auto;
}

/* Split and headline grids */
.gh-grid--split__featured .gh-card--featured {
  padding: 12px;
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 4px);
  background: color-mix(in srgb, var(--gh-bg-soft) 88%, transparent);
  box-shadow: var(--gh-card-shadow-soft);
}
.gh-more-news__list.gh-grid--headlines {
  background: transparent;
}
.gh-grid--headlines .gh-card--headline {
  padding: 13px 0;
}

/* Article/archive surfaces kept readable */
.gh-article,
.gh-page__article {
  border-radius: calc(var(--gh-radius) + 6px);
  border: 1px solid rgba(15,23,42,.08);
}

@media (max-width: 980px) {
  .gh-site-header { position: sticky; }
  .gh-header-main__inner {
    min-height: 62px;
    grid-template-columns: auto auto auto;
  }
  .gh-primary-nav,
  .gh-header-search {
    background: var(--gh-header-bg);
  }
  .gh-primary-nav ul {
    padding: 12px 0 8px;
  }
  .gh-primary-nav a {
    padding: 12px 0;
    font-size: 15px;
  }
  .gh-header-search input:focus { width: 100%; }
  .gh-hero__grid { gap: 16px; }
  .gh-hero__main { min-height: 440px; }
  .gh-hero__side { border-radius: var(--gh-radius); }
  body.gh-section-alt-bg .gh-section:nth-of-type(even) {
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .gh-container { width: min(100% - 24px, var(--gh-max)); }
  .gh-topbar__inner { padding: 7px 0; }
  .gh-header-main__inner { gap: 10px; }
  .gh-logo-text { font-size: 25px; }
  .gh-menu-toggle { width: 38px; height: 38px; }
  .gh-theme-toggle { min-height: 36px; }
  .gh-latest-ticker__inner { padding: 9px 0 11px; }
  .gh-hero { padding: 18px 0 20px; }
  .gh-hero__main { min-height: 390px; border-radius: var(--gh-radius); }
  .gh-hero__title { font-size: clamp(31px, 10vw, 42px); }
  .gh-hero__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .gh-hero__controls button { width: 36px; height: 36px; }
  .gh-card--hero-side,
  .gh-card--mini {
    grid-template-columns: 92px 1fr;
  }
  .gh-card__title { letter-spacing: -0.04em; }
  .gh-grid--cards > .gh-card,
  .gh-grid--three > .gh-card,
  .gh-grid--split__featured .gh-card--featured {
    padding: 10px;
    border-radius: var(--gh-radius);
  }
  .gh-section { padding: 28px 0; }
  .gh-section__header {
    margin-bottom: 16px;
  }
  .gh-section__header::before {
    top: -10px;
  }
  .gh-section__more {
    padding: 6px 8px;
    font-size: 11px;
  }
  .gh-grid--editorial__side,
  .gh-grid--split__list {
    border-radius: var(--gh-radius);
  }
}

/* v0.1.8 – header trending topics from WordPress tags */
.gh-trending-topics {
  background: color-mix(in srgb, var(--gh-bg-soft) 82%, transparent);
  border-bottom: 1px solid var(--gh-line);
}
.gh-trending-topics__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  overflow: hidden;
}
.gh-trending-topics__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gh-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}
.gh-trending-topics__label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gh-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gh-accent) 12%, transparent);
}
.gh-trending-topics__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.gh-trending-topics__list::-webkit-scrollbar { display: none; }
.gh-trending-topics__list li { flex: 0 0 auto; }
.gh-trending-topics__list a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border: 1px solid color-mix(in srgb, var(--gh-accent) 18%, var(--gh-line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--gh-accent) 7%, transparent);
  color: var(--gh-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.gh-trending-topics__list a:hover {
  border-color: var(--gh-accent);
  background: var(--gh-accent);
  color: #fff;
}
body.gh-theme-dark .gh-trending-topics {
  background: rgba(255,255,255,.035);
}
body.gh-theme-dark .gh-trending-topics__list a {
  background: rgba(255,255,255,.04);
}

@media (max-width: 640px) {
  .gh-trending-topics__inner {
    display: block;
    min-height: 0;
    padding: 9px 0 10px;
  }
  .gh-trending-topics__label {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .gh-trending-topics__list {
    gap: 7px;
  }
  .gh-trending-topics__list a {
    min-height: 30px;
    font-size: 12px;
  }
}

/* v0.1.9 – brand logo and brand color refinements */
:root {
  --gh-brand-blue: #22354E;
  --gh-brand-red: #EE1F2C;
  --gh-accent: var(--gh-brand-blue);
  --gh-accent-strong: #18263a;
}

body.gh-theme-dark {
  --gh-accent: var(--gh-brand-blue);
  --gh-accent-strong: #18263a;
}

.gh-branding {
  display: flex;
  align-items: center;
  min-width: 0;
}

.gh-logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: clamp(190px, 17vw, 238px);
  max-width: 100%;
  line-height: 0;
  outline-offset: 5px;
}

.gh-logo-link img,
.gh-branding .custom-logo-link img {
  width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.gh-logo-link--dual .gh-logo-img--base {
  position: relative;
  opacity: 1;
  transition: opacity .18s ease, transform .18s ease;
}

.gh-logo-link--dual .gh-logo-img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.gh-logo-link--dual:hover .gh-logo-img--base,
.gh-logo-link--dual:focus-visible .gh-logo-img--base {
  opacity: 0;
  transform: translateY(-1px);
}

.gh-logo-link--dual:hover .gh-logo-img--hover,
.gh-logo-link--dual:focus-visible .gh-logo-img--hover {
  opacity: 1;
  transform: translateY(-1px);
}

.gh-logo-text:hover,
.gh-logo-text:focus-visible {
  color: var(--gh-brand-red);
}

.gh-primary-nav a::after {
  height: 3px;
  border-radius: 999px;
  background: var(--gh-brand-red);
}

.gh-primary-nav a:hover,
.gh-primary-nav .current-menu-item > a,
.gh-primary-nav .current_page_item > a {
  color: var(--gh-brand-blue);
}

.gh-trending-topics__label::before,
.gh-latest-ticker__label::before,
.gh-topbar__breaking::before {
  background: var(--gh-brand-blue);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gh-brand-blue) 13%, transparent);
}

.gh-trending-topics__list a {
  border-color: var(--gh-brand-blue);
  background: var(--gh-brand-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(34, 53, 78, .12);
}

.gh-trending-topics__list a:hover,
.gh-trending-topics__list a:focus-visible {
  border-color: var(--gh-brand-red);
  background: var(--gh-brand-red);
  color: #fff;
}

body.gh-theme-dark .gh-trending-topics__list a {
  border-color: var(--gh-brand-blue);
  background: var(--gh-brand-blue);
  color: #fff;
}

body.gh-theme-dark .gh-trending-topics__list a:hover,
body.gh-theme-dark .gh-trending-topics__list a:focus-visible {
  border-color: var(--gh-brand-red);
  background: var(--gh-brand-red);
  color: #fff;
}

.gh-section__more {
  border: 1px solid var(--gh-brand-blue);
  background: var(--gh-brand-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(34, 53, 78, .10);
}

.gh-section__more:hover,
.gh-section__more:focus-visible {
  border-color: var(--gh-brand-red);
  background: var(--gh-brand-red);
  color: #fff;
}

.gh-header-search input:focus,
.gh-theme-toggle:hover,
.gh-theme-toggle:focus-visible {
  border-color: color-mix(in srgb, var(--gh-brand-red) 46%, var(--gh-line));
}

.gh-theme-toggle:hover,
.gh-theme-toggle:focus-visible {
  color: var(--gh-brand-red);
}

@media (max-width: 980px) {
  .gh-logo-link { width: clamp(170px, 28vw, 215px); }
}

@media (max-width: 640px) {
  .gh-logo-link { width: 158px; }
  .gh-logo-link img,
  .gh-branding .custom-logo-link img { max-height: 46px; }
}

/* v0.1.10 – dark mode header and brand color refinements */
body.gh-theme-dark .gh-site-header {
  background: rgba(22, 27, 34, .98);
  border-bottom-color: rgba(255,255,255,.13);
}

body.gh-theme-dark .gh-topbar {
  background: rgba(25, 31, 39, .92);
}

body.gh-theme-dark .gh-header-main {
  background: rgba(18, 23, 30, .72);
}

body.gh-theme-dark .gh-trending-topics {
  background: rgba(27, 33, 42, .92);
}

body.gh-theme-dark .gh-logo-link--dual .gh-logo-img--base {
  filter: brightness(1.16) saturate(1.06);
}

body.gh-theme-dark .gh-card__title a:hover,
body.gh-theme-dark .gh-card--headline:hover .gh-card__title a,
body.gh-theme-dark .gh-hero__side-button:hover .gh-card__title a,
body.gh-theme-dark .gh-grid--editorial .gh-card--headline:hover .gh-card__title a,
body.gh-theme-dark .gh-grid--headlines .gh-card--headline:hover .gh-card__title a {
  color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-latest-ticker__label,
body.gh-theme-dark .gh-topbar__breaking {
  color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-latest-ticker__label::before,
body.gh-theme-dark .gh-topbar__breaking::before {
  background: var(--gh-brand-red);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gh-brand-red) 16%, transparent);
}

body.gh-theme-dark .gh-latest-ticker__cat {
  color: var(--gh-brand-red);
  background: color-mix(in srgb, var(--gh-brand-red) 13%, transparent);
}


/* v0.1.11 – dark mode and mobile header/hero refinements */
:root {
  --gh-brand-blue-light: #6D89AA;
}

body.gh-theme-dark {
  --gh-header-bg: #202833;
  --gh-header-soft: #283240;
}

body.gh-theme-dark .gh-site-header {
  background: rgba(32, 40, 51, .985);
  border-bottom-color: rgba(255,255,255,.14);
}

body.gh-theme-dark .gh-topbar {
  background: rgba(43, 52, 64, .96);
}

body.gh-theme-dark .gh-header-main {
  background: rgba(39, 48, 60, .82);
}

body.gh-theme-dark .gh-trending-topics {
  background: rgba(34, 42, 52, .96);
}

body.gh-theme-dark .gh-primary-nav a:hover,
body.gh-theme-dark .gh-primary-nav a:focus-visible,
body.gh-theme-dark .gh-primary-nav .current-menu-item > a,
body.gh-theme-dark .gh-primary-nav .current_page_item > a {
  color: var(--gh-brand-blue-light);
}

body.gh-theme-dark .gh-latest-ticker__item:hover,
body.gh-theme-dark .gh-latest-ticker__item:focus-visible,
body.gh-theme-dark .gh-latest-ticker__item:hover .gh-latest-ticker__title,
body.gh-theme-dark .gh-latest-ticker__item:focus-visible .gh-latest-ticker__title {
  color: var(--gh-brand-red);
}

.gh-header-mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.gh-search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gh-line);
  border-radius: 999px;
  background: var(--gh-header-soft);
  color: var(--gh-header-text);
  cursor: pointer;
  padding: 0;
}

.gh-search-toggle:hover,
.gh-search-toggle:focus-visible {
  color: var(--gh-brand-red);
  border-color: color-mix(in srgb, var(--gh-brand-red) 46%, var(--gh-line));
}

.gh-search-toggle__icon {
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .gh-header-main__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "theme brand actions"
      "nav nav nav"
      "search search search";
    gap: 10px 12px;
    min-height: 76px;
    padding: 10px 0;
  }
  .gh-branding {
    grid-area: brand;
    justify-self: center;
  }
  .gh-theme-toggle {
    grid-area: theme;
    justify-self: start;
  }
  .gh-primary-nav {
    grid-area: nav;
  }
  .gh-header-search {
    grid-area: search;
  }
  .gh-header-mobile-actions {
    grid-area: actions;
    display: flex;
    justify-self: end;
  }
  .gh-menu-toggle,
  .gh-search-toggle {
    display: inline-flex;
  }
  .gh-primary-nav,
  .gh-header-search {
    display: none;
    width: 100%;
    background: var(--gh-header-bg);
  }
  body.gh-menu-open .gh-primary-nav {
    display: block;
  }
  body.gh-search-open .gh-header-search {
    display: block;
  }
  .gh-header-search {
    padding-top: 8px;
  }
  .gh-header-search input {
    width: 100%;
    min-height: 44px;
    margin: 0;
  }
  .gh-primary-nav ul {
    padding: 12px 0 8px;
    gap: 0;
  }
  .gh-primary-nav a {
    padding: 10px 0;
  }
  .gh-hero__grid {
    grid-template-columns: 1fr;
  }
  .gh-hero__side {
    display: none;
  }
}

@media (max-width: 640px) {
  .gh-header-main__inner {
    gap: 10px 8px;
    min-height: 70px;
    grid-template-columns: 44px 1fr 84px;
  }
  .gh-theme-toggle {
    width: 42px;
    min-height: 42px;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
  }
  .gh-theme-toggle__text {
    display: none;
  }
  .gh-logo-link {
    width: 172px;
  }
  .gh-logo-link img,
  .gh-branding .custom-logo-link img {
    max-height: 52px;
  }
  .gh-header-mobile-actions {
    gap: 6px;
  }
  .gh-menu-toggle,
  .gh-search-toggle {
    width: 38px;
    height: 38px;
  }
  .gh-menu-toggle span:not(.screen-reader-text) {
    width: 20px;
    margin: 5px auto;
  }
  .gh-primary-nav a {
    font-size: 14px;
    padding: 9px 0;
  }
  .gh-header-search {
    padding-top: 6px;
  }
  .gh-hero {
    padding: 16px 0 18px;
  }
  .gh-hero__main {
    min-height: 420px;
  }
  .gh-hero__content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .gh-hero__title {
    font-size: clamp(26px, 10vw, 40px);
    max-width: 86%;
  }
  .gh-hero__lead {
    max-width: 90%;
  }
}


/* v0.1.12 – sticky header option and mobile header fixes */
.gh-header-static .gh-site-header {
  position: static;
  top: auto;
}

body.gh-theme-dark {
  --gh-header-bg: #0d0f12;
  --gh-header-soft: #181b1f;
}

body.gh-theme-dark .gh-site-header {
  background: rgba(22, 27, 34, .98);
}

body.gh-theme-dark .gh-topbar {
  background: rgba(25, 31, 39, .92);
}

body.gh-theme-dark .gh-header-main {
  background: rgba(18, 23, 30, .72);
}

body.gh-theme-dark .gh-trending-topics {
  background: rgba(27, 33, 42, .92);
}

body.gh-theme-dark .gh-latest-ticker__cat {
  color: var(--gh-cat-color, var(--gh-accent));
  background: color-mix(in srgb, var(--gh-cat-color, var(--gh-accent)) 12%, transparent);
}

.gh-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.gh-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: var(--gh-header-text);
}

@media (max-width: 980px) {
  .gh-header-main__inner {
    grid-template-columns: 42px 1fr 42px;
    grid-template-areas:
      "theme brand actions"
      "search search search"
      "nav nav nav";
  }

  .gh-branding {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .gh-logo-link,
  .gh-logo-text,
  .gh-branding .custom-logo-link {
    margin-inline: auto;
  }

  .gh-header-mobile-actions {
    justify-self: end;
  }

  .gh-header-search {
    display: block;
    width: 100%;
    background: transparent;
    padding-top: 8px;
  }

  .gh-primary-nav {
    display: none;
    width: 100%;
    background: var(--gh-header-bg);
  }

  .gh-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .gh-header-main__inner {
    grid-template-columns: 42px 1fr 42px;
  }

  .gh-header-search input {
    width: 100%;
  }

  .gh-logo-link {
    width: 182px;
    max-width: 100%;
  }

  .gh-logo-link img,
  .gh-branding .custom-logo-link img {
    max-height: 54px;
  }

  .gh-header-mobile-actions {
    width: 42px;
  }
}


/* v0.1.13 – separate sticky header controls and mobile ticker auto-scroll */
.gh-header-static.gh-site-header,
.gh-header-static .gh-site-header {
  position: static;
  top: auto;
}

@media (min-width: 981px) {
  .gh-header-static-desktop .gh-site-header {
    position: static;
    top: auto;
  }
}

@media (max-width: 980px) {
  .gh-header-static-mobile .gh-site-header {
    position: static;
    top: auto;
  }
}

.gh-latest-ticker__viewport.is-touching .gh-latest-ticker__track,
.gh-latest-ticker__viewport.is-dragging .gh-latest-ticker__track {
  animation-play-state: paused;
}

@media (max-width: 640px) {
  .gh-latest-ticker__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .gh-latest-ticker__track {
    animation: ghTickerScroll var(--gh-ticker-speed, 32s) linear infinite;
    will-change: transform;
  }

  .gh-latest-ticker__viewport:hover .gh-latest-ticker__track {
    animation-play-state: running;
  }

  .gh-latest-ticker__viewport.is-touching .gh-latest-ticker__track,
  .gh-latest-ticker__viewport.is-dragging .gh-latest-ticker__track {
    animation-play-state: paused;
  }
}


/* v0.1.14 – configurable three-column footer */
.gh-site-footer {
  background: var(--gh-footer-bg);
  color: var(--gh-footer-text);
}

.gh-footer__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, .8fr) minmax(180px, .9fr);
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(38px, 5vw, 58px) 0;
}

.gh-footer__brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.gh-footer__logo.gh-logo-link {
  width: clamp(190px, 18vw, 250px);
}

.gh-footer__brand p {
  max-width: 430px;
  margin: 0;
  color: var(--gh-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.gh-footer__nav h2 {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--gh-footer-text);
}

.gh-footer__nav ul {
  list-style: none;
  columns: auto;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.gh-footer__nav a {
  color: var(--gh-text-muted);
  font-size: 14px;
  font-weight: 700;
}

.gh-footer__nav a:hover,
.gh-footer__nav a:focus-visible {
  color: var(--gh-brand-red);
}

.gh-footer__links {
  display: none;
}

.gh-footer__bottom {
  color: var(--gh-text-muted);
  font-size: 13px;
  text-align: center;
}

body.gh-theme-dark .gh-footer__brand p,
body.gh-theme-dark .gh-footer__nav a,
body.gh-theme-dark .gh-footer__bottom {
  color: rgba(246, 247, 248, .68);
}

body.gh-theme-dark .gh-footer__nav a:hover,
body.gh-theme-dark .gh-footer__nav a:focus-visible {
  color: var(--gh-brand-red);
}

@media (max-width: 780px) {
  .gh-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .gh-footer__brand {
    justify-items: center;
  }

  .gh-footer__brand p {
    margin-inline: auto;
  }

  .gh-footer__nav ul {
    justify-items: center;
  }

  .gh-footer__logo.gh-logo-link {
    width: 210px;
  }
}


/* v0.1.15 – footer visual polish and base-free rovat URL support */
.gh-site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--gh-brand-blue) 8%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--gh-bg-soft) 92%, #f2f6fb), var(--gh-bg-soft));
  border-top: 1px solid color-mix(in srgb, var(--gh-brand-blue) 14%, var(--gh-line));
}

.gh-site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gh-brand-red), var(--gh-brand-blue));
}

.gh-footer__grid {
  position: relative;
  max-width: 980px;
}

.gh-footer__brand {
  justify-items: center;
  text-align: center;
}

.gh-footer__logo.gh-logo-link {
  margin-inline: auto;
}

.gh-footer__brand p:empty {
  display: none;
}

.gh-footer__nav {
  padding-top: 8px;
}

.gh-footer__nav h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.gh-footer__nav h2::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gh-brand-red);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gh-brand-red) 12%, transparent);
}

.gh-footer__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 4px 0;
  color: color-mix(in srgb, var(--gh-footer-text) 82%, var(--gh-text-muted));
  transition: color .16s ease, transform .16s ease;
}

.gh-footer__nav a::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--gh-brand-red);
  transition: width .16s ease;
}

.gh-footer__nav a:hover,
.gh-footer__nav a:focus-visible {
  color: var(--gh-brand-red);
  transform: translateX(2px);
}

.gh-footer__nav a:hover::before,
.gh-footer__nav a:focus-visible::before {
  width: 14px;
}


.gh-footer-social {
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.gh-footer-facebook,
.gh-footer-facebook:visited {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1877f2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, .18);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.gh-footer-facebook:hover,
.gh-footer-facebook:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 30px rgba(24, 119, 242, .25);
}

.gh-footer-facebook::before {
  display: none !important;
}

.gh-footer-facebook__icon {
  width: 42px;
  height: 42px;
  display: block;
}

.gh-footer__bottom {
  background: color-mix(in srgb, var(--gh-brand-blue) 5%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--gh-brand-blue) 10%, var(--gh-line));
  padding: 14px 0;
}

body.gh-theme-dark .gh-site-footer {
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--gh-brand-blue) 20%, transparent), transparent 34%),
    linear-gradient(180deg, #111820, #0b0e13);
  border-top-color: rgba(255,255,255,.12);
}

body.gh-theme-dark .gh-footer__nav a {
  color: rgba(246, 247, 248, .78);
}

body.gh-theme-dark .gh-footer__bottom {
  background: rgba(255,255,255,.035);
  border-top-color: rgba(255,255,255,.09);
}

@media (max-width: 780px) {
  .gh-footer__grid {
    max-width: min(100% - 32px, 520px);
  }

  .gh-footer__nav h2 {
    justify-content: center;
  }

  .gh-footer__nav a {
    justify-content: center;
  }

  .gh-footer-social {
    justify-content: center;
  }
}


/* v0.1.16 – footer logo centering refinement */
.gh-footer__brand {
  place-self: start center;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}

.gh-footer__brand .gh-footer__logo.gh-logo-link,
.gh-footer__brand .custom-logo-link,
.gh-footer__brand .gh-logo-text {
  margin-inline: auto;
}


/* v0.1.17 – footer logo vertical centering refinement */
.gh-footer__grid {
  align-items: stretch;
}

.gh-footer__brand {
  align-self: center;
  justify-self: center;
  place-self: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gh-footer__brand .gh-footer__logo.gh-logo-link {
  display: inline-flex;
  margin-inline: auto;
}

@media (max-width: 780px) {
  .gh-footer__grid {
    align-items: center;
  }

  .gh-footer__brand {
    min-height: 0;
  }
}


/* v1.0.0 – Globálhír rovat / category archive template */
.gh-rovat-page {
  padding-bottom: 56px;
}

.gh-rovat-header {
  max-width: 860px;
  margin-bottom: 24px;
}

.gh-rovat-header h1 {
  font-size: clamp(44px, 6vw, 74px);
  line-height: .9;
  letter-spacing: -0.075em;
}

.gh-rovat-header__description {
  max-width: 720px;
  font-size: 16px;
}

.gh-rovat-top {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}

.gh-card--rovat-featured {
  display: grid;
  gap: 14px;
}

.gh-card--rovat-featured .gh-card__media {
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: var(--gh-card-shadow);
}

.gh-card--rovat-featured .gh-card__image {
  aspect-ratio: 16 / 9;
}

.gh-card--rovat-featured .gh-card__title {
  max-width: 980px;
  font-size: clamp(31px, 4vw, 54px);
  line-height: .96;
}

.gh-card--rovat-featured .gh-card__lead {
  max-width: 900px;
  font-size: 16px;
}

.gh-rovat-top-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gh-card--rovat-top-card {
  padding: 12px;
  background: color-mix(in srgb, var(--gh-bg-soft) 92%, transparent);
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: var(--gh-card-shadow-soft);
}

.gh-card--rovat-top-card .gh-card__media {
  border-radius: calc(var(--gh-radius) + 4px);
}

.gh-card--rovat-top-card .gh-card__title {
  font-size: clamp(17px, 1.65vw, 22px);
  line-height: 1.05;
}

.gh-rovat-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
  margin-top: 28px;
}

.gh-rovat-list {
  min-width: 0;
}

.gh-card--rovat-list {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid color-mix(in srgb, var(--gh-line) 78%, transparent);
}

.gh-card--rovat-list:first-child {
  border-top: 0;
  padding-top: 0;
}

.gh-card--rovat-list .gh-card__media {
  border-radius: calc(var(--gh-radius) + 4px);
}

.gh-card--rovat-list .gh-card__image {
  aspect-ratio: 16 / 9;
}

.gh-card--rovat-list .gh-card__body {
  padding-top: 0;
}

.gh-card--rovat-list .gh-card__title {
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1;
}

.gh-card--rovat-list .gh-card__lead {
  margin: 9px 0 0;
}

.gh-rovat-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 100px;
}

.gh-rovat-sidebar__box {
  padding: 18px;
  background: color-mix(in srgb, var(--gh-bg-soft) 92%, transparent);
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: var(--gh-card-shadow-soft);
}

.gh-rovat-sidebar__box h2 {
  margin: 0 0 12px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.gh-rovat-sidebar__list .gh-card--headline {
  padding: 12px 0;
}

.gh-rovat-sidebar__list .gh-card--headline:first-child {
  padding-top: 0;
}

.gh-ad-slot {
  display: grid;
  place-items: center;
  min-height: 90px;
  margin: 26px 0;
  padding: 18px;
  border: 1px dashed color-mix(in srgb, var(--gh-brand-blue) 35%, var(--gh-line));
  border-radius: calc(var(--gh-radius) + 8px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gh-brand-blue) 5%, transparent), transparent),
    color-mix(in srgb, var(--gh-bg-soft) 70%, transparent);
  color: var(--gh-text-muted);
  text-align: center;
}

.gh-ad-slot__label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.gh-ad-slot__size {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: .75;
}

.gh-rovat-sidebar .gh-ad-slot {
  min-height: 250px;
  margin: 0;
}

.gh-rovat-sidebar .gh-ad-slot--archive-sidebar-sticky {
  min-height: 420px;
}

body.gh-theme-dark .gh-card--rovat-top-card,
body.gh-theme-dark .gh-rovat-sidebar__box,
body.gh-theme-dark .gh-ad-slot {
  background: rgba(255,255,255,.035);
}

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

  .gh-rovat-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }

  .gh-rovat-sidebar .gh-ad-slot--archive-sidebar-sticky {
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  .gh-rovat-top-three {
    grid-template-columns: 1fr;
  }

  .gh-card--rovat-list {
    grid-template-columns: 1fr;
  }

  .gh-card--rovat-list .gh-card__title {
    font-size: clamp(22px, 7vw, 32px);
  }

  .gh-rovat-header h1 {
    font-size: clamp(40px, 13vw, 58px);
  }
}


/* v1.0.1 – rovat featured card scaling, overlay lead and author meta */
.gh-rovat-top {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.gh-rovat-featured {
  max-width: 920px;
  margin-inline: auto;
  width: 100%;
}

.gh-card--rovat-featured {
  gap: 12px;
}

.gh-card--rovat-featured .gh-card__media {
  position: relative;
  overflow: hidden;
}

.gh-card--rovat-featured .gh-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(8, 13, 22, .74));
  pointer-events: none;
}

.gh-card--rovat-featured .gh-card__image {
  width: 100%;
  height: clamp(270px, 34vw, 420px);
  object-fit: cover;
  aspect-ratio: auto;
}

.gh-card__lead--overlay {
  position: absolute;
  left: clamp(16px, 3vw, 30px);
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 2.4vw, 28px);
  z-index: 2;
  display: block;
  max-width: 780px;
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--gh-brand-red);
  border-radius: calc(var(--gh-radius) + 6px);
  background: rgba(7, 13, 23, .68);
  color: #fff;
  line-height: 1.45;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
  backdrop-filter: blur(6px);
}

.gh-card--rovat-featured .gh-card__title {
  font-size: clamp(30px, 3.6vw, 46px);
}

.gh-card--rovat-featured .gh-card__body {
  max-width: 920px;
}

.gh-rovat-top-three {
  max-width: 920px;
  margin-inline: auto;
  gap: 18px;
}

.gh-card--rovat-top-card {
  padding: 10px;
}

.gh-card--rovat-top-card .gh-card__image {
  aspect-ratio: 16 / 9;
}

.gh-card--rovat-top-card .gh-card__title {
  font-size: clamp(16px, 1.35vw, 20px);
}

.gh-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.gh-card__meta a {
  color: inherit;
  font-weight: 800;
}

.gh-card__meta a:hover,
.gh-card__meta a:focus-visible {
  color: var(--gh-brand-red);
}

.gh-card__author {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.gh-card__meta-separator {
  opacity: .6;
}

@media (max-width: 760px) {
  .gh-card--rovat-featured .gh-card__image {
    height: clamp(260px, 62vw, 360px);
  }

  .gh-card__lead--overlay {
    max-height: 45%;
    overflow: hidden;
    font-size: 14px;
  }

  .gh-rovat-top-three,
  .gh-rovat-featured {
    max-width: 100%;
  }
}


/* v1.0.2 – home page ad preview placeholders */
.gh-ad-slot--home-after-ticker,
.gh-ad-slot--home-after-hero,
.gh-ad-slot--home-after-fresh,
.gh-ad-slot--home-after-section-2,
.gh-ad-slot--home-after-section-5,
.gh-ad-slot--home-before-footer {
  max-width: var(--gh-max);
  width: min(var(--gh-max), calc(100% - 32px));
  margin: clamp(18px, 3vw, 34px) auto;
}

.gh-ad-slot--home-after-ticker {
  margin-top: 18px;
  margin-bottom: 22px;
}

.gh-ad-slot--home-before-footer {
  margin-top: 38px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .gh-ad-slot--home-after-ticker,
  .gh-ad-slot--home-after-hero,
  .gh-ad-slot--home-after-fresh,
  .gh-ad-slot--home-after-section-2,
  .gh-ad-slot--home-after-section-5,
  .gh-ad-slot--home-before-footer {
    min-height: 100px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}


/* v1.0.3 – Revive ad zones inside grids and article lists */
.gh-ad-slot--filled {
  min-height: 0;
  padding: 0;
  border-style: solid;
  border-color: transparent;
  background: transparent;
}

.gh-ad-slot__code {
  display: grid;
  place-items: center;
  width: 100%;
}

.gh-ad-slot__code iframe,
.gh-ad-slot__code img,
.gh-ad-slot__code object,
.gh-ad-slot__code embed {
  max-width: 100%;
}

.gh-grid .gh-ad-slot,
.gh-rovat-top-three .gh-ad-slot {
  margin: 0;
  min-height: 100%;
}

.gh-grid--cards .gh-ad-slot,
.gh-grid--three .gh-ad-slot,
.gh-rovat-top-three .gh-ad-slot {
  min-height: 220px;
}

.gh-grid--split__list .gh-ad-slot,
.gh-grid--editorial__side .gh-ad-slot {
  min-height: 250px;
  margin-top: 14px;
}

.gh-card--rovat-list.gh-ad-slot,
.gh-rovat-list > .gh-ad-slot--archive-list-card {
  min-height: 180px;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid color-mix(in srgb, var(--gh-line) 78%, transparent);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.gh-rovat-top-three .gh-ad-slot--archive-top-card {
  min-height: 100%;
  border-radius: calc(var(--gh-radius) + 8px);
}

.gh-ad-slot--home-grid-a-right {
  min-height: 220px;
}

.gh-grid--editorial__main .gh-ad-slot[class*="gh-ad-slot--home-grid-a-center"] {
  min-height: 140px;
  margin-top: 18px;
}

.gh-grid--editorial__main .gh-ad-slot[class*="gh-ad-slot--home-grid-a-center"] .gh-ad-slot__code {
  min-height: 140px;
}

@media (max-width: 760px) {
  .gh-grid--cards .gh-ad-slot,
  .gh-grid--three .gh-ad-slot,
  .gh-rovat-top-three .gh-ad-slot {
    min-height: 160px;
  }

  .gh-grid--split__list .gh-ad-slot,
  .gh-grid--editorial__side .gh-ad-slot {
    min-height: 160px;
  }

  .gh-grid--editorial__main .gh-ad-slot[class*="gh-ad-slot--home-grid-a-center"],
  .gh-grid--editorial__main .gh-ad-slot[class*="gh-ad-slot--home-grid-a-center"] .gh-ad-slot__code {
    min-height: 100px;
  }
}


/* v1.0.4 – rovat header centered + lead overlay redesign */
.gh-rovat-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gh-rovat-header .gh-cat {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

.gh-rovat-header__description {
  margin-left: auto;
  margin-right: auto;
}

.gh-card--rovat-featured .gh-card__media::after {
  height: 54%;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 13, 22, .22) 26%, rgba(8, 13, 22, .78) 100%);
}

.gh-card__lead--overlay {
  left: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(16px, 2.4vw, 26px);
  max-width: min(760px, calc(100% - 36px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.96);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 2px 10px rgba(0,0,0,.38);
  backdrop-filter: none;
}

@media (max-width: 760px) {
  .gh-card__lead--overlay {
    font-size: 14px;
    line-height: 1.45;
  }
}


/* v1.1.0 – premium single article template */
.gh-single-layout {
  grid-template-columns: minmax(0, 760px) 310px;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.gh-single-layout--no-sidebar {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.gh-article--single {
  border-radius: calc(var(--gh-radius) + 12px);
  box-shadow: var(--gh-card-shadow-soft);
  overflow: hidden;
}

.gh-single-header {
  padding-bottom: 4px;
}

.gh-single-header .gh-breadcrumb {
  margin-bottom: 18px;
}

.gh-article--single .gh-article__title {
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .94;
  letter-spacing: -0.075em;
  max-width: 820px;
}

.gh-article--single .gh-article__lead {
  max-width: 760px;
  color: var(--gh-paper-text);
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.32;
  font-weight: 750;
}

.gh-article--single .gh-article__meta {
  gap: 10px 18px;
  margin-top: 18px;
  border-color: rgba(20, 28, 40, .14);
  background: linear-gradient(90deg, rgba(34, 53, 78, .04), transparent);
}

.gh-article--single .gh-article__image {
  margin-top: 26px;
  border-radius: calc(var(--gh-radius) + 8px);
  overflow: hidden;
}

.gh-article--single .gh-article__featured-image {
  display: block;
  width: 100%;
  max-height: 520px;
}

.gh-article--single .gh-article__image figcaption {
  background: rgba(34, 53, 78, .035);
}

.gh-article--single .gh-article__image--portrait {
  background: transparent;
}

.gh-article--single .gh-article__image--portrait .gh-article__image-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(360px, 68vw, 760px);
  isolation: isolate;
}

.gh-article--single .gh-article__image--portrait .gh-article__image-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3.5vw, 34px);
}

.gh-article--single .gh-article__image--portrait .gh-article__featured-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  aspect-ratio: auto;
  object-fit: contain;
  margin-inline: auto;
}

.gh-article--single .gh-article__image--portrait-blur .gh-article__image-stage {
  background: linear-gradient(180deg, rgba(234, 239, 245, .95), rgba(222, 229, 237, .92));
}

.gh-article--single .gh-article__image-backdrop {
  position: absolute;
  inset: 0;
  background-image: var(--gh-featured-portrait-image);
  background-size: cover;
  background-position: center;
  filter: blur(30px) saturate(1.1);
  transform: scale(1.08);
  opacity: .9;
}

.gh-article--single .gh-article__image--portrait-blur .gh-article__image-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(12, 18, 27, .14));
  z-index: 0;
}

.gh-article--single .gh-article__image--portrait-blur .gh-article__featured-image {
  box-shadow: 0 22px 52px rgba(10, 18, 30, .26);
}

.gh-article--single .gh-article__image--portrait-contain .gh-article__image-stage {
  background: linear-gradient(180deg, #f6f8fb, #e9eef4);
}

.gh-article--single .gh-article__image--portrait-contain .gh-article__featured-image {
  box-shadow: 0 16px 42px rgba(16, 24, 36, .10);
}

.gh-article--single .gh-article__image--portrait-focus .gh-article__image-stage {
  aspect-ratio: 16 / 9;
  min-height: clamp(280px, 44vw, 560px);
  background: #0f1520;
}

.gh-article--single .gh-article__image--portrait-focus .gh-article__image-wrap {
  padding: 0;
  height: 100%;
}

.gh-article--single .gh-article__image--portrait-focus .gh-article__featured-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: var(--gh-featured-portrait-focus, 50% 50%);
}

.gh-article--single .gh-article__content {
  max-width: 690px;
  margin-inline: auto;
  font-size: 19px;
  line-height: 1.82;
}

.gh-article--single .gh-article__content > p:first-child {
  font-size: 20px;
}

.gh-article--single .gh-article__content a {
  color: var(--gh-brand-blue);
  text-decoration-color: color-mix(in srgb, var(--gh-brand-red) 50%, transparent);
}

.gh-article--single .gh-article__content a:hover {
  color: var(--gh-brand-red);
}

.gh-article--single .gh-article__content blockquote {
  margin: 30px 0;
  padding: 10px 0 10px 20px;
  border-left-color: var(--gh-brand-red);
  color: #1c2530;
}

.gh-article--single .gh-ad-slot {
  max-width: 720px;
  margin: 28px auto;
}

.gh-article--single .gh-ad-slot--single-after-header,
.gh-article--single .gh-ad-slot--single-after-image {
  max-width: 100%;
}

.gh-single-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 100px;
}

.gh-single-sidebar .gh-ad-slot {
  margin: 0;
  min-height: 250px;
}

.gh-single-sidebar .gh-ad-slot--single-sidebar-sticky {
  min-height: 420px;
}

.gh-single-sidebar__box {
  position: static;
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: var(--gh-card-shadow-soft);
}

.gh-single-sidebar__box .gh-card--headline {
  padding: 12px 0;
  border-bottom: 1px solid var(--gh-line);
}

.gh-single-sidebar__box .gh-card--headline:last-child {
  border-bottom: 0;
}

.gh-single-related {
  margin-top: 34px;
}

.gh-single-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gh-single-related__grid .gh-card {
  background: var(--gh-bg-soft);
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: var(--gh-card-shadow-soft);
  padding: 10px;
}

.gh-single-related__grid .gh-card__media {
  border-radius: calc(var(--gh-radius) + 5px);
}

body.gh-theme-dark .gh-article--single {
  box-shadow: none;
}

@media (max-width: 980px) {
  .gh-single-layout,
  .gh-single-layout--no-sidebar {
    grid-template-columns: 1fr;
  }

  .gh-single-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .gh-article--single {
    border-radius: calc(var(--gh-radius) + 8px);
  }

  .gh-article--single .gh-article__title {
    font-size: clamp(36px, 12vw, 52px);
  }

  .gh-article--single .gh-article__lead {
    font-size: 19px;
  }

  .gh-article--single .gh-article__content {
    font-size: 18px;
  }

  .gh-article--single .gh-article__image--portrait .gh-article__image-stage {
    min-height: clamp(320px, 78vw, 620px);
  }

  .gh-article--single .gh-article__image--portrait .gh-article__image-wrap {
    padding: 16px;
  }

  .gh-article--single .gh-article__image--portrait-focus .gh-article__image-stage {
    min-height: clamp(260px, 62vw, 440px);
  }

  .gh-single-related__grid {
    grid-template-columns: 1fr;
  }

  .gh-single-sidebar .gh-ad-slot--single-sidebar-sticky {
    min-height: 250px;
  }
}


/* v1.1.1 – dark mode corrections for single article template */
body.gh-theme-dark .gh-layout--single {
  background: transparent;
}

body.gh-theme-dark .gh-article--single {
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--gh-brand-blue) 10%, transparent), transparent 32%),
    #121820;
  color: #f6f7f8;
  border: 1px solid rgba(255,255,255,.10);
}

body.gh-theme-dark .gh-article--single .gh-breadcrumb,
body.gh-theme-dark .gh-article--single .gh-article__meta,
body.gh-theme-dark .gh-article--single .gh-article__source-top,
body.gh-theme-dark .gh-article--single .gh-article__source-bottom,
body.gh-theme-dark .gh-article--single .gh-article__footer,
body.gh-theme-dark .gh-article--single .gh-article__image figcaption {
  color: rgba(246,247,248,.68);
}

body.gh-theme-dark .gh-article--single .gh-article__title,
body.gh-theme-dark .gh-article--single .gh-article__lead,
body.gh-theme-dark .gh-article--single .gh-article__content,
body.gh-theme-dark .gh-article--single .gh-article__content p,
body.gh-theme-dark .gh-article--single .gh-article__content h2,
body.gh-theme-dark .gh-article--single .gh-article__content h3,
body.gh-theme-dark .gh-article--single .gh-article__content h4 {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-article--single .gh-article__lead {
  color: rgba(246,247,248,.90);
}

body.gh-theme-dark .gh-article--single .gh-article__meta {
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(90deg, rgba(255,255,255,.045), transparent);
}

body.gh-theme-dark .gh-article--single .gh-article__image figcaption {
  background: rgba(255,255,255,.045);
}

body.gh-theme-dark .gh-article--single .gh-article__image--portrait-contain .gh-article__image-stage {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.08));
}

body.gh-theme-dark .gh-article--single .gh-article__image--portrait-blur .gh-article__image-stage::after {
  background: linear-gradient(180deg, rgba(5, 8, 12, .12), rgba(5, 8, 12, .42));
}

body.gh-theme-dark .gh-article--single .gh-article__image--portrait-focus .gh-article__image-stage {
  background: #06080d;
}

body.gh-theme-dark .gh-article--single .gh-article__image--portrait-blur .gh-article__featured-image,
body.gh-theme-dark .gh-article--single .gh-article__image--portrait-contain .gh-article__featured-image {
  box-shadow: 0 24px 54px rgba(0,0,0,.35);
}

body.gh-theme-dark .gh-article--single .gh-article__content blockquote {
  color: rgba(246,247,248,.92);
  background: rgba(255,255,255,.035);
}

body.gh-theme-dark .gh-article--single .gh-article__content a,
body.gh-theme-dark .gh-article--single .gh-article__meta a,
body.gh-theme-dark .gh-article--single .gh-article__source-top a,
body.gh-theme-dark .gh-article--single .gh-article__source-bottom a,
body.gh-theme-dark .gh-article--single .gh-tags a {
  color: #78b8ff;
}

body.gh-theme-dark .gh-article--single .gh-article__content a:hover,
body.gh-theme-dark .gh-article--single .gh-article__meta a:hover,
body.gh-theme-dark .gh-article--single .gh-article__source-top a:hover,
body.gh-theme-dark .gh-article--single .gh-article__source-bottom a:hover,
body.gh-theme-dark .gh-article--single .gh-tags a:hover {
  color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-article--single .gh-share button,
body.gh-theme-dark .gh-article--single .gh-share a {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  color: #f7f8fa;
}

body.gh-theme-dark .gh-article--single .gh-share button:hover,
body.gh-theme-dark .gh-article--single .gh-share a:hover {
  border-color: var(--gh-brand-red);
  background: var(--gh-brand-red);
  color: #fff;
}

body.gh-theme-dark .gh-single-related .gh-section__header {
  border-top-color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-single-related .gh-section__title {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-single-related__grid .gh-card {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.11);
  box-shadow: none;
}

body.gh-theme-dark .gh-single-related__grid .gh-card__title a {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-single-related__grid .gh-card__title a:hover {
  color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-single-related__grid .gh-card__lead,
body.gh-theme-dark .gh-single-related__grid .gh-card__meta {
  color: rgba(246,247,248,.66);
}

body.gh-theme-dark .gh-single-sidebar__box {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.12);
}

body.gh-theme-dark .gh-single-sidebar__box h2 {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-single-sidebar__box .gh-card--headline {
  border-bottom-color: rgba(255,255,255,.11);
}

body.gh-theme-dark .gh-single-sidebar__box .gh-card__title a {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-single-sidebar__box .gh-card__title a:hover {
  color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-single-sidebar__box .gh-card__meta {
  color: rgba(246,247,248,.64);
}


/* v1.1.2 – dark rovat badge + thumbnail stretch fixes */
body.gh-theme-dark .gh-rovat-header .gh-cat {
  color: #9dccff;
  background: rgba(120, 184, 255, .12);
  border: 1px solid rgba(120, 184, 255, .22);
  box-shadow: 0 0 0 4px rgba(120, 184, 255, .035);
  padding: 5px 9px;
  border-radius: 999px;
}

body.gh-theme-dark .gh-rovat-header h1 {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-rovat-header__description {
  color: rgba(246, 247, 248, .72);
}

.gh-card__image {
  display: block;
}

.gh-card--rovat-list {
  align-items: start;
}

.gh-card--rovat-list .gh-card__media {
  align-self: start;
  height: auto;
  min-height: 0;
}

.gh-card--rovat-list .gh-card__image {
  height: auto;
  min-height: 0;
  display: block;
}

.gh-card--hero-side {
  align-items: center;
}

.gh-card--hero-side .gh-card__media {
  align-self: center;
  width: 112px;
  height: 72px;
  border-radius: calc(var(--gh-radius) + 2px);
  min-height: 0;
}

.gh-card--hero-side .gh-card__image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
}

body.gh-theme-dark .gh-card--rovat-list .gh-card__media,
body.gh-theme-dark .gh-card--hero-side .gh-card__media {
  background: rgba(255,255,255,.035);
}

@media (max-width: 640px) {
  .gh-card--hero-side .gh-card__media {
    width: 96px;
    height: 64px;
  }
}


/* v1.1.3 – compact theme button, overflow menu and square news style option */
@media (min-width: 981px) {
  .gh-header-main__inner {
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    grid-template-areas: "brand theme nav more search";
  }

  .gh-branding { grid-area: brand; min-width: 0; }
  .gh-theme-toggle { grid-area: theme; }
  .gh-primary-nav { grid-area: nav; min-width: 0; overflow: hidden; }
  .gh-header-more { grid-area: more; }
  .gh-header-search { grid-area: search; }
  .gh-header-mobile-actions { display: none; }
}

.gh-theme-toggle {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  justify-content: center;
  gap: 0;
}

.gh-theme-toggle__text {
  display: none;
}

.gh-theme-toggle__icon {
  font-size: 18px;
}

.gh-primary-nav > ul {
  flex-wrap: nowrap;
  overflow: hidden;
}

.gh-nav-overflow-hidden {
  display: none !important;
}

.gh-header-more {
  position: relative;
  justify-self: end;
}

.gh-header-more[hidden] {
  display: none !important;
}

.gh-header-more__toggle {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--gh-line);
  border-radius: 999px;
  background: var(--gh-header-soft);
  color: var(--gh-header-text);
  cursor: pointer;
  font-weight: 900;
}

.gh-header-more__toggle:hover,
.gh-header-more.is-open .gh-header-more__toggle {
  color: var(--gh-brand-red);
  border-color: var(--gh-brand-red);
}

.gh-header-more__menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 50;
  min-width: 190px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 10px);
  background: var(--gh-header-bg);
  box-shadow: 0 18px 50px rgba(16, 24, 40, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.gh-header-more.is-open .gh-header-more__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gh-header-more__menu li {
  display: block;
}

.gh-header-more__menu a {
  display: block;
  padding: 10px 12px;
  color: var(--gh-header-text);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: calc(var(--gh-radius) + 6px);
}

.gh-header-more__menu a:hover,
.gh-header-more__menu .current-menu-item > a,
.gh-header-more__menu .current_page_item > a {
  color: #fff;
  background: var(--gh-brand-red);
}

body.gh-theme-dark .gh-header-more__menu {
  background: #151a22;
  box-shadow: 0 18px 50px rgba(0,0,0,.34);
}

@media (max-width: 980px) {
  .gh-header-more {
    display: none !important;
  }
}

/* Optional classic newspaper image/card style */
body.gh-square-news-style .gh-card,
body.gh-square-news-style .gh-card__media,
body.gh-square-news-style .gh-card__image,
body.gh-square-news-style .gh-hero__main,
body.gh-square-news-style .gh-hero__side,
body.gh-square-news-style .gh-hero__media,
body.gh-square-news-style .gh-hero__image,
body.gh-square-news-style .gh-fresh__left,
body.gh-square-news-style .gh-fresh__right,
body.gh-square-news-style .gh-grid--split__list,
body.gh-square-news-style .gh-grid--cards > .gh-card,
body.gh-square-news-style .gh-grid--three > .gh-card,
body.gh-square-news-style .gh-card--rovat-top-card,
body.gh-square-news-style .gh-card--rovat-list .gh-card__media,
body.gh-square-news-style .gh-article__image,
body.gh-square-news-style .gh-single-related__grid .gh-card,
body.gh-square-news-style .gh-sidebar__box {
  border-radius: 0 !important;
}

body.gh-square-news-style .gh-card__image,
body.gh-square-news-style .gh-hero__image,
body.gh-square-news-style .gh-article__image img {
  transform: none !important;
}

body.gh-square-news-style .gh-grid--cards > .gh-card,
body.gh-square-news-style .gh-grid--three > .gh-card,
body.gh-square-news-style .gh-card--rovat-top-card,
body.gh-square-news-style .gh-single-related__grid .gh-card,
body.gh-square-news-style .gh-sidebar__box {
  box-shadow: none !important;
}

body.gh-square-news-style .gh-card__media:hover .gh-card__image {
  transform: none !important;
}


/* v1.1.4 – header overflow as full row above trending topics */
@media (min-width: 981px) {
  .gh-header-main__inner {
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(150px, 170px);
    gap: 14px;
  }

  .gh-primary-nav ul {
    gap: clamp(12px, 1.45vw, 21px);
  }

  .gh-primary-nav a {
    font-size: 14px;
    letter-spacing: .035em;
  }

  .gh-header-search input {
    width: 165px;
  }

  .gh-header-search input:focus {
    width: 185px;
  }
}

.gh-header-more__toggle {
  width: 34px;
  height: 34px;
}

.gh-header-more__toggle span[aria-hidden="true"] {
  transform: translateY(-1px);
  display: inline-block;
}

.gh-header-more.is-open .gh-header-more__toggle span[aria-hidden="true"] {
  transform: rotate(180deg) translateY(1px);
}

.gh-header-overflow-row {
  border-top: 1px solid var(--gh-line);
  border-bottom: 1px solid var(--gh-line);
  background: color-mix(in srgb, var(--gh-header-bg) 96%, var(--gh-header-soft));
}

.gh-header-overflow-row[hidden] {
  display: none !important;
}

.gh-header-overflow-row__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.gh-header-overflow-row__menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  margin: 0;
  padding: 0;
}

.gh-header-overflow-row__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--gh-header-text);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.gh-header-overflow-row__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: var(--gh-brand-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.gh-header-overflow-row__menu a:hover,
.gh-header-overflow-row__menu .current-menu-item > a,
.gh-header-overflow-row__menu .current_page_item > a {
  color: var(--gh-brand-red);
}

.gh-header-overflow-row__menu a:hover::after,
.gh-header-overflow-row__menu .current-menu-item > a::after,
.gh-header-overflow-row__menu .current_page_item > a::after {
  transform: scaleX(1);
}

/* Disable the previous floating dropdown styling for the new row behavior */
.gh-header-more__menu {
  display: none !important;
}

body.gh-theme-dark .gh-header-overflow-row {
  background: #151a22;
  border-top-color: rgba(255,255,255,.10);
  border-bottom-color: rgba(255,255,255,.10);
}

@media (max-width: 980px) {
  .gh-header-overflow-row {
    display: none !important;
  }
}


/* v1.1.5 – fixed 6-item desktop header menu limit */
@media (min-width: 981px) {
  .gh-primary-nav ul {
    gap: clamp(12px, 1.25vw, 19px);
  }

  .gh-primary-nav a,
  .gh-header-overflow-row__menu a {
    white-space: nowrap;
  }

  .gh-header-main__inner {
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
  }

  .gh-header-search input {
    width: 160px;
  }

  .gh-header-search input:focus {
    width: 175px;
  }
}


/* v1.1.6 – align overflow row under main menu + logo vertical centering */
@media (min-width: 981px) {
  .gh-header-main__inner {
    align-items: center;
  }

  .gh-branding {
    display: flex;
    align-items: center;
    align-self: center;
    line-height: 0;
    transform: translateY(2px);
  }

  .gh-logo-link,
  .gh-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }

  .gh-logo-link img,
  .gh-branding .custom-logo-link img {
    max-height: 50px;
    display: block;
  }

  .gh-header-overflow-row__inner {
    min-height: 48px;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
    gap: 14px;
    align-items: center;
  }

  .gh-header-overflow-row__menu {
    grid-column: 3 / -1;
    justify-self: start;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .gh-branding {
    align-items: center;
  }
}


/* v1.1.7 – exact alignment of overflow menu under the main header menu */
@media (min-width: 981px) {
  .gh-header-overflow-row__inner {
    display: block !important;
    min-height: 48px;
    padding-left: var(--gh-overflow-menu-offset, 0px);
  }

  .gh-header-overflow-row__menu {
    width: auto;
    max-width: 100%;
    min-height: 48px;
    justify-content: flex-start;
  }
}


/* v1.1.8 – overflow row uses the same header container/grid */
@media (min-width: 981px) {
  .gh-header-overflow-row__inner {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
    gap: 14px;
    align-items: center;
    min-height: 48px;
    padding-left: 0 !important;
    padding-right: 0;
  }

  .gh-header-overflow-row__menu {
    grid-column: 3 / -1;
    justify-self: start;
    align-self: center;
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}


/* v1.1.9–v1.1.11 – overflow row starts exactly under the first visible top menu item */
@media (min-width: 981px) {
  .gh-header-overflow-row__inner {
    display: block !important;
    min-height: 48px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gh-header-overflow-row__menu {
    width: auto;
    max-width: min(var(--gh-overflow-menu-max-width, 100%), calc(100% - var(--gh-overflow-menu-offset, 0px)));
    min-height: 48px;
    margin-left: var(--gh-overflow-menu-offset, 0px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}


/* v1.1.12 – PHP split header menu: first 6 in top row, 7th+ in second row */
@media (min-width: 981px) {
  .gh-primary-nav > ul {
    justify-content: flex-start !important;
  }

  .gh-primary-nav .gh-nav-overflow-item {
    display: none !important;
  }

  .gh-header-overflow-row__inner {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
    gap: 14px;
    align-items: center;
    min-height: 48px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gh-header-overflow-row__menu {
    grid-column: 3 / 4;
    list-style: none;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
    gap: clamp(18px, 2.2vw, 30px);
    width: auto !important;
    max-width: none !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 0;
  }

  .gh-header-overflow-row__menu .gh-nav-overflow-item {
    display: list-item !important;
  }
}

@media (max-width: 980px) {
  .gh-primary-nav .gh-nav-overflow-item {
    display: list-item !important;
  }

  .gh-header-more,
  .gh-header-overflow-row {
    display: none !important;
  }
}


/* v1.1.13 – stable duplicated WordPress menu split: top 6 + second row from item 7 */
@media (min-width: 981px) {
  .gh-primary-nav:not(.gh-primary-nav--overflow) > ul {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
  }

  .gh-primary-nav:not(.gh-primary-nav--overflow) > ul > li:nth-child(n+7) {
    display: none !important;
  }

  .gh-header-overflow-row__inner {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
    gap: 14px;
    align-items: center;
    min-height: 48px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gh-primary-nav--overflow {
    grid-column: 3 / 4;
    min-width: 0;
    overflow: visible;
  }

  .gh-primary-nav--overflow > ul {
    list-style: none;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
    gap: clamp(18px, 2.2vw, 30px);
    margin: 0 !important;
    padding: 0 !important;
    min-height: 48px;
    width: auto !important;
    max-width: none !important;
  }

  .gh-primary-nav--overflow > ul > li:nth-child(-n+6) {
    display: none !important;
  }

  .gh-primary-nav--overflow a {
    white-space: nowrap;
  }

  .gh-header-overflow-row__menu {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .gh-primary-nav:not(.gh-primary-nav--overflow) > ul > li {
    display: list-item !important;
  }

  .gh-primary-nav--overflow,
  .gh-header-more,
  .gh-header-overflow-row {
    display: none !important;
  }
}


/* v1.1.14 – restore overflow arrow and stable second-row menu */
@media (min-width: 981px) {
  .gh-header-more[hidden] {
    display: none !important;
  }

  .gh-header-overflow-row[hidden] {
    display: none !important;
  }

  .gh-primary-nav:not(.gh-primary-nav--overflow) > ul > li:nth-child(n+7) {
    display: none !important;
  }

  .gh-header-overflow-row__inner {
    display: grid !important;
    grid-template-columns: auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
    gap: 14px;
    align-items: center;
    min-height: 48px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gh-primary-nav--overflow {
    grid-column: 3 / 4;
    min-width: 0;
  }

  .gh-primary-nav--overflow > ul {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    gap: clamp(18px, 2.2vw, 30px);
    margin: 0 !important;
    padding: 0 !important;
    min-height: 48px;
  }

  .gh-primary-nav--overflow > ul > li:nth-child(-n+6) {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .gh-header-more,
  .gh-header-overflow-row {
    display: none !important;
  }

  .gh-primary-nav:not(.gh-primary-nav--overflow) > ul > li {
    display: list-item !important;
  }
}


/* v1.1.18 – full portrait featured image source/caption alignment */
.gh-article--single .gh-article__image--portrait-full .gh-article__image-wrap {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__featured-image {
  display: block;
  margin-inline: auto;
}

.gh-article--single .gh-article__image-caption--inside {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 8px 4px 0;
  background: transparent;
  justify-content: center;
  text-align: center;
}

.gh-article--single .gh-article__image--portrait-full figcaption span {
  display: inline-flex;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__image-stage {
  text-align: center;
}

.gh-article--single .gh-article__image--portrait-contain .gh-article__image-caption--inside,
.gh-article--single .gh-article__image--portrait-blur .gh-article__image-caption--inside {
  color: rgba(34, 53, 78, .72);
}

body.gh-theme-dark .gh-article--single .gh-article__image--portrait-contain .gh-article__image-caption--inside,
body.gh-theme-dark .gh-article--single .gh-article__image--portrait-blur .gh-article__image-caption--inside {
  color: rgba(246, 247, 248, .70);
}

@media (max-width: 720px) {
  .gh-article--single .gh-article__image-caption--inside {
    padding-inline: 0;
    justify-content: center;
    text-align: center;
  }
}


/* v1.1.19 – full portrait image wrapper keeps caption under the image */
.gh-article--single .gh-article__image--portrait-full .gh-article__image-stage {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__image-complete {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: clamp(16px, 3.5vw, 34px);
  box-sizing: border-box;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__image-wrap {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__featured-image {
  display: block;
  margin-inline: auto;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__image-caption--inside {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  width: 100%;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 8px 0 0 !important;
  box-sizing: border-box;
  background: transparent !important;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}

.gh-article--single .gh-article__image--portrait-full .gh-article__image-caption--inside span {
  display: inline-flex;
}

@media (max-width: 720px) {
  .gh-article--single .gh-article__image--portrait-full .gh-article__image-complete {
    padding: 16px;
  }
}


/* v1.1.20 – Grid A center polish, clean tag title support and focused-card image captions */
.gh-grid--editorial__main .gh-card--featured .gh-card__body {
  text-align: center;
}

.gh-grid--editorial__main .gh-card--featured .gh-cat,
.gh-grid--editorial__main .gh-card--featured .gh-card__title,
.gh-grid--editorial__main .gh-card--featured .gh-card__lead,
.gh-grid--editorial__main .gh-card--featured .gh-card__meta {
  margin-left: auto;
  margin-right: auto;
}

.gh-grid--editorial__main .gh-card--featured .gh-card__lead {
  max-width: 720px;
}

.gh-card--headline-strong .gh-card__lead {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.45;
}

.gh-card__image-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 0 0;
  color: var(--gh-text-muted);
  font-size: 11px;
  line-height: 1.35;
}

.gh-card__image-caption span {
  display: inline-flex;
}

.gh-grid--editorial__main .gh-card__image-caption,
.gh-card--featured .gh-card__image-caption,
.gh-card--rovat-featured .gh-card__image-caption {
  justify-content: center;
  text-align: center;
}

body.gh-theme-dark .gh-card__image-caption {
  color: rgba(246, 247, 248, .64);
}

@media (max-width: 980px) {
  .gh-grid--editorial__main .gh-card--featured .gh-card__body {
    text-align: left;
  }

  .gh-grid--editorial__main .gh-card--featured .gh-cat,
  .gh-grid--editorial__main .gh-card--featured .gh-card__title,
  .gh-grid--editorial__main .gh-card--featured .gh-card__lead,
  .gh-grid--editorial__main .gh-card--featured .gh-card__meta,
  .gh-card--headline-strong .gh-card__lead {
    margin-left: 0;
    margin-right: 0;
  }

  .gh-grid--editorial__main .gh-card__image-caption,
  .gh-card--featured .gh-card__image-caption,
  .gh-card--rovat-featured .gh-card__image-caption {
    justify-content: flex-start;
    text-align: left;
  }
}


/* v1.1.24 – optional header overflow row + hidden 7th+ menu items when disabled */
body.gh-header-overflow-disabled .gh-header-more,
body.gh-header-overflow-disabled .gh-header-overflow-row,
body.gh-header-overflow-disabled .gh-primary-nav--overflow {
  display: none !important;
}

body.gh-header-overflow-disabled .gh-primary-nav:not(.gh-primary-nav--overflow) > ul > li:nth-child(n+7) {
  display: none !important;
}

@media (min-width: 981px) {
  body.gh-header-overflow-disabled .gh-header-main__inner {
    grid-template-columns: auto auto minmax(0, 1fr) minmax(145px, 165px);
    grid-template-areas: "brand theme nav search";
  }
}

@media (max-width: 980px) {
  body.gh-header-overflow-disabled .gh-primary-nav:not(.gh-primary-nav--overflow) > ul > li:nth-child(n+7) {
    display: none !important;
  }
}

/* v1.1.25 – rovatoldali kiemelt cikk választható elrendezések */
.gh-rovat-featured-entry {
  display: grid;
  gap: 14px;
}

.gh-rovat-featured-entry__media,
.gh-rovat-featured-entry__media:visited {
  display: block;
  color: inherit;
}

.gh-rovat-featured-entry__media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: var(--gh-card-shadow);
}

.gh-rovat-featured-entry__image {
  width: 100%;
  display: block;
}

.gh-rovat-featured-entry__body {
  display: grid;
  gap: 10px;
}

.gh-rovat-featured-entry__title {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: .96;
}

.gh-rovat-featured-entry__title a,
.gh-rovat-featured-entry__title a:visited {
  color: inherit;
  text-decoration: none;
}

.gh-rovat-featured-entry__title a:hover {
  color: var(--gh-brand-red);
}

.gh-rovat-featured-entry__lead {
  margin: 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--gh-text-muted);
}

.gh-rovat-featured-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--gh-text-muted);
  font-size: 13px;
}

.gh-rovat-featured-entry__meta a,
.gh-rovat-featured-entry__meta a:visited {
  color: inherit;
}

.gh-rovat-featured-entry--default .gh-rovat-featured-entry__image {
  height: clamp(270px, 34vw, 420px);
  object-fit: cover;
  aspect-ratio: auto;
}

.gh-rovat-featured-entry--default .gh-card__image-caption {
  justify-content: center;
  text-align: center;
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__media-wrap {
  position: relative;
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(8, 13, 22, 0) 0%, rgba(8, 13, 22, .78) 100%);
  pointer-events: none;
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__image {
  height: clamp(300px, 36vw, 470px);
  object-fit: cover;
  aspect-ratio: auto;
}

.gh-rovat-featured-entry__overlay-box {
  position: absolute;
  left: clamp(16px, 3vw, 28px);
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 2.5vw, 28px);
  z-index: 2;
  max-width: min(760px, calc(100% - 32px));
  padding: 16px 18px;
  border-radius: calc(var(--gh-radius) + 8px);
  background: rgba(7, 13, 23, .62);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 35px rgba(0,0,0,.22);
}

.gh-rovat-featured-entry__overlay-label {
  margin-bottom: 10px;
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title {
  font-size: clamp(28px, 3.8vw, 44px);
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title,
.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a,
.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:visited,
.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__lead,
.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta,
body.gh-theme-dark .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta a {
  color: #fff;
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a,
.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:visited {
  transition: color .2s ease;
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:hover,
.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:focus {
  color: var(--gh-brand-red);
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__lead {
  max-width: 700px;
  margin-top: 8px;
  color: rgba(255,255,255,.92);
}

.gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta {
  margin-top: 10px;
  color: rgba(255,255,255,.78);
}

.gh-rovat-featured-entry--overlay .gh-card__image-caption {
  justify-content: center;
  text-align: center;
}

.gh-rovat-featured-entry--split {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(18px, 3vw, 34px);
}

.gh-rovat-featured-entry__split-media-col {
  display: grid;
  gap: 8px;
}

.gh-rovat-featured-entry--split .gh-rovat-featured-entry__image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gh-rovat-featured-entry--split .gh-rovat-featured-entry__body {
  align-content: start;
  padding-top: 6px;
}

.gh-rovat-featured-entry--split .gh-card__image-caption {
  justify-content: center;
  text-align: center;
}

body.gh-theme-dark .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__overlay-box {
  background: rgba(7, 13, 23, .74);
  border-color: rgba(255,255,255,.10);
}

@media (max-width: 980px) {
  .gh-rovat-featured-entry--split {
    grid-template-columns: 1fr;
  }

  .gh-rovat-featured-entry--default .gh-card__image-caption,
  .gh-rovat-featured-entry--overlay .gh-card__image-caption,
  .gh-rovat-featured-entry--split .gh-card__image-caption {
    justify-content: flex-start;
    text-align: left;
    padding: 6px 8px 0;
  }
}

@media (max-width: 760px) {
  .gh-rovat-featured-entry {
    gap: 12px;
    padding: 12px;
    background: var(--gh-rovat-mobile-featured-bg);
    border-radius: calc(var(--gh-radius) + 8px);
    box-shadow: var(--gh-rovat-mobile-featured-shadow);
  }

  .gh-rovat-featured-entry__media-wrap,
  .gh-rovat-featured-entry__split-media-col {
    display: grid;
    gap: 8px;
    padding: 8px 8px 0;
    border-radius: calc(var(--gh-radius) + 4px);
    background: transparent;
  }

  .gh-rovat-featured-entry__media {
    display: block;
    padding: 8px 8px 0;
    border-radius: calc(var(--gh-radius) + 4px);
    background: transparent;
  }

  .gh-rovat-featured-entry__media-wrap > .gh-rovat-featured-entry__media,
  .gh-rovat-featured-entry__split-media-col > .gh-rovat-featured-entry__media {
    padding: 0;
    border-radius: calc(var(--gh-radius) + 2px);
  }

  .gh-rovat-featured-entry__media,
  .gh-rovat-featured-entry__media-wrap {
    overflow: hidden;
    box-shadow: none;
  }

  .gh-rovat-featured-entry__title,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title {
    font-size: clamp(22px, 7.8vw, 34px);
    line-height: 1.06;
    letter-spacing: -0.02em;
  }

  .gh-rovat-featured-entry__lead,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__lead {
    font-size: 15px;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: none;
  }

  .gh-rovat-featured-entry__meta,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta {
    font-size: 12px;
    gap: 4px 6px;
  }

  .gh-rovat-featured-entry__body,
  .gh-rovat-featured-entry--split .gh-rovat-featured-entry__body {
    display: grid;
    gap: 8px;
    padding: 0 12px 12px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .gh-rovat-featured-entry--default .gh-rovat-featured-entry__image {
    height: clamp(220px, 52vw, 300px);
  }

  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__media::after {
    display: none;
  }

  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__image {
    height: clamp(220px, 52vw, 300px);
  }

  .gh-rovat-featured-entry__overlay-box {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 0;
    padding: 0 12px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .gh-rovat-featured-entry__overlay-label {
    margin-bottom: 4px;
  }

  .gh-rovat-featured-entry__title,
  .gh-rovat-featured-entry__title a,
  .gh-rovat-featured-entry__title a:visited,
  .gh-rovat-featured-entry__lead,
  .gh-rovat-featured-entry__meta,
  .gh-rovat-featured-entry__meta a,
  .gh-rovat-featured-entry__meta a:visited,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:visited,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__lead,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta,
  body.gh-theme-dark .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta a {
    color: var(--gh-rovat-mobile-featured-text);
  }

  .gh-rovat-featured-entry__meta,
  .gh-rovat-featured-entry__meta a,
  .gh-rovat-featured-entry__meta a:visited,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta,
  body.gh-theme-dark .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__meta a {
    color: var(--gh-rovat-mobile-featured-muted);
  }

  .gh-rovat-featured-entry__lead,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__lead {
    color: var(--gh-rovat-mobile-featured-text);
  }

  .gh-rovat-featured-entry__title a:hover,
  .gh-rovat-featured-entry__title a:focus,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:hover,
  .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__title a:focus {
    color: var(--gh-rovat-mobile-featured-text);
  }

  body.gh-theme-dark .gh-rovat-featured-entry--overlay .gh-rovat-featured-entry__overlay-box {
    background: transparent;
    border-color: transparent;
  }

  .gh-rovat-featured-entry--split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gh-rovat-featured-entry__split-media-col {
    gap: 8px;
  }

  .gh-rovat-featured-entry--split .gh-rovat-featured-entry__image {
    aspect-ratio: auto;
    max-height: clamp(250px, 68vw, 420px);
  }

  .gh-rovat-featured-entry--default .gh-card__image-caption,
  .gh-rovat-featured-entry--overlay .gh-card__image-caption,
  .gh-rovat-featured-entry--split .gh-card__image-caption {
    justify-content: flex-start;
    text-align: left;
    padding: 0 12px 0;
  }
}

/* v1.1.31 – slider tiltás, cikkoldali képarány, Grid C kép nélküli kártya */
.gh-article--single .gh-article__image:not(.gh-article__image--portrait) .gh-article__featured-image--uncropped {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

.gh-grid--split__featured .gh-card--featured.gh-card--no-image {
  min-height: clamp(260px, 34vw, 430px);
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 46px);
}

.gh-grid--split__featured .gh-card--featured.gh-card--no-image .gh-card__body {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  padding: 0;
  text-align: center;
}

.gh-grid--split__featured .gh-card--featured.gh-card--no-image .gh-card__title {
  font-size: clamp(30px, 5.2vw, 58px);
  line-height: .95;
}

.gh-grid--split__featured .gh-card--featured.gh-card--no-image .gh-card__lead {
  max-width: 620px;
  margin-inline: auto;
  font-size: clamp(15px, 2.2vw, 18px);
}

.gh-grid--split__list .gh-card--mini.gh-card--no-image {
  display: block;
  padding: 14px 0;
}

.gh-grid--split__list .gh-card--mini.gh-card--no-image .gh-card__body {
  padding-top: 0;
}

@media (max-width: 760px) {
  .gh-grid--split__featured .gh-card--featured.gh-card--no-image {
    min-height: 220px;
    padding: 24px 18px;
  }

  .gh-grid--split__featured .gh-card--featured.gh-card--no-image .gh-card__title {
    font-size: clamp(28px, 9vw, 42px);
  }
}

/* v1.1.33 – header Facebook button */
.gh-header-facebook,
.gh-header-facebook:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  line-height: 0;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(24, 119, 242, .22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.gh-header-facebook__icon {
  display: block;
  width: 100%;
  height: 100%;
}

.gh-header-facebook:hover,
.gh-header-facebook:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(.96);
  box-shadow: 0 10px 22px rgba(24, 119, 242, .30);
}

@media (min-width: 981px) {
  .gh-header-main__inner {
    position: relative;
  }

  .gh-header-main__inner:has(.gh-header-facebook) {
    grid-template-columns: auto auto auto minmax(0, 1fr) 34px minmax(145px, 165px);
    grid-template-areas: "brand theme social nav more search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook) {
    grid-template-columns: auto auto auto minmax(0, 1fr) minmax(145px, 165px);
    grid-template-areas: "brand theme social nav search";
  }

  .gh-header-facebook {
    grid-area: social;
    justify-self: start;
  }

  .gh-primary-nav a {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .gh-header-main__inner {
    position: relative;
  }

  .gh-header-facebook {
    position: absolute;
    left: 54px;
    top: 17px;
    z-index: 4;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
}

@media (max-width: 640px) {
  .gh-header-facebook {
    left: 52px;
    top: 14px;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .gh-header-main__inner:has(.gh-header-facebook) .gh-logo-link {
    width: 176px;
  }
}

body.gh-theme-dark .gh-header-facebook,
body.gh-theme-dark .gh-header-facebook:visited {
  color: #fff;
}

body.gh-theme-dark .gh-header-facebook:hover,
body.gh-theme-dark .gh-header-facebook:focus-visible {
  color: #fff;
}

/* v1.1.34 – uploaded Facebook SVG icon + mobile vertical alignment */
.gh-header-facebook__icon {
  pointer-events: none;
}

@media (max-width: 640px) {
  .gh-header-facebook {
    top: 14px;
  }
}

/* v1.1.35 – dinamikus szekciószínek */
.gh-section__title {
  color: var(--gh-section-title-color, inherit);
}

.gh-section__header::before {
  background: linear-gradient(
    90deg,
    var(--gh-section-line-start, var(--gh-accent)),
    var(--gh-section-line-end, color-mix(in srgb, var(--gh-accent) 18%, transparent))
  );
}

.gh-section__more,
.gh-section__more:visited {
  border-color: var(--gh-section-more-bg, var(--gh-brand-blue));
  background: var(--gh-section-more-bg, var(--gh-brand-blue));
  color: #fff;
}

.gh-section__more:hover,
.gh-section__more:focus-visible {
  border-color: var(--gh-section-more-hover-bg, var(--gh-brand-red));
  background: var(--gh-section-more-hover-bg, var(--gh-brand-red));
  color: #fff;
}

/* v1.1.36 – cikkoldali kiemelt kép lightbox */
.gh-featured-lightbox-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.gh-featured-lightbox-trigger:focus-visible {
  outline: 3px solid var(--gh-brand-red, #ee1f2c);
  outline-offset: 4px;
}

.gh-article--single .gh-article__image:not(.gh-article__image--portrait) .gh-featured-lightbox-trigger {
  display: block;
  width: 100%;
}

.gh-featured-lightbox-trigger .gh-article__featured-image {
  pointer-events: none;
}

body.gh-lightbox-open {
  overflow: hidden;
}

.gh-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(5, 10, 18, .88);
  backdrop-filter: blur(8px);
}

.gh-image-lightbox.is-open {
  display: flex;
}

.gh-image-lightbox__dialog {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: min(1180px, 96vw);
  max-height: 92vh;
  color: #fff;
}

.gh-image-lightbox__image {
  display: block;
  width: auto;
  max-width: min(1180px, 96vw);
  height: auto;
  max-height: calc(92vh - 64px);
  object-fit: contain;
  border-radius: calc(var(--gh-radius) + 8px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
  background: rgba(255,255,255,.04);
}

.gh-image-lightbox__caption {
  margin: 0;
  max-width: min(920px, 92vw);
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.5;
}

.gh-image-lightbox__caption[hidden] {
  display: none;
}

.gh-image-lightbox__close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(10, 15, 24, .88);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

.gh-image-lightbox__close:hover,
.gh-image-lightbox__close:focus-visible {
  background: var(--gh-brand-red, #ee1f2c);
  border-color: var(--gh-brand-red, #ee1f2c);
}

@media (max-width: 760px) {
  .gh-image-lightbox {
    padding: 16px;
  }

  .gh-image-lightbox__dialog {
    max-width: 96vw;
  }

  .gh-image-lightbox__image {
    max-width: 96vw;
    max-height: calc(88vh - 70px);
  }

  .gh-image-lightbox__close {
    top: -12px;
    right: -8px;
    width: 40px;
    height: 40px;
  }
}

/* v1.1.37 – lightbox trigger ne írja felül az állóképek fókusz / tájolás módját */
.gh-article--single .gh-article__image--portrait .gh-featured-lightbox-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.gh-article--single .gh-article__image--portrait-blur .gh-featured-lightbox-trigger,
.gh-article--single .gh-article__image--portrait-contain .gh-featured-lightbox-trigger {
  width: auto;
  height: auto;
}

.gh-article--single .gh-article__image--portrait-blur .gh-featured-lightbox-trigger .gh-article__featured-image,
.gh-article--single .gh-article__image--portrait-contain .gh-featured-lightbox-trigger .gh-article__featured-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  object-fit: contain;
}

.gh-article--single .gh-article__image--portrait-focus .gh-featured-lightbox-trigger {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.gh-article--single .gh-article__image--portrait-focus .gh-featured-lightbox-trigger .gh-article__featured-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: var(--gh-featured-portrait-focus, 50% 50%);
}


/* v1.1.38 – rovatoldali cím saját szín + dizájncsík */
.gh-rovat-header--accent-title h1 {
  color: var(--gh-rovat-accent, var(--gh-text));
}

.gh-rovat-header--accent-line h1::after {
  content: "";
  display: block;
  width: clamp(86px, 13vw, 150px);
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gh-rovat-line-start, var(--gh-rovat-accent, var(--gh-accent))), var(--gh-rovat-line-end, transparent));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--gh-rovat-accent, var(--gh-accent)) 18%, transparent);
}

.gh-rovat-header--accent-title .gh-cat {
  --gh-cat-color: var(--gh-rovat-accent, var(--gh-accent));
}

body.gh-theme-dark .gh-rovat-header--accent-title h1 {
  color: var(--gh-rovat-accent, #f7f8fa);
}

body.gh-theme-dark .gh-rovat-header--accent-title .gh-cat {
  color: var(--gh-rovat-accent, #9dccff);
  background: color-mix(in srgb, var(--gh-rovat-accent, #9dccff) 16%, transparent);
  border-color: color-mix(in srgb, var(--gh-rovat-accent, #9dccff) 28%, transparent);
}

@media (max-width: 640px) {
  .gh-rovat-header--accent-line h1::after {
    width: 96px;
    height: 4px;
    margin-top: 12px;
  }
}

/* v1.1.39 – fejléc főmenü hover aláhúzás visszaállítása */
@media (min-width: 981px) {
  .gh-primary-nav > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-bottom: 10px;
    transition: color .18s ease;
  }

  .gh-primary-nav > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 3px;
    border-radius: 999px;
    background: var(--gh-brand-red, #EE1F2C);
    transform: scaleX(0);
    transform-origin: center;
    opacity: .96;
    transition: transform .18s ease, opacity .18s ease;
  }

  .gh-primary-nav > ul > li > a:hover::after,
  .gh-primary-nav > ul > li > a:focus-visible::after,
  .gh-primary-nav > ul > li.current-menu-item > a::after,
  .gh-primary-nav > ul > li.current_page_item > a::after,
  .gh-primary-nav > ul > li.current-menu-ancestor > a::after,
  .gh-primary-nav > ul > li.current_page_ancestor > a::after {
    transform: scaleX(1);
  }

  .gh-primary-nav > ul > li > a:hover,
  .gh-primary-nav > ul > li > a:focus-visible,
  .gh-primary-nav > ul > li.current-menu-item > a,
  .gh-primary-nav > ul > li.current_page_item > a,
  .gh-primary-nav > ul > li.current-menu-ancestor > a,
  .gh-primary-nav > ul > li.current_page_ancestor > a {
    color: var(--gh-header-text);
  }
}

@media (max-width: 980px) {
  .gh-primary-nav > ul > li > a::after {
    display: none;
  }
}

/* v1.1.41 – nappali módú cikk hover egységes piros márkaszín */
body:not(.gh-theme-dark) .gh-card__title a:hover,
body:not(.gh-theme-dark) .gh-card:hover .gh-card__title a,
body:not(.gh-theme-dark) .gh-card--headline:hover .gh-card__title a,
body:not(.gh-theme-dark) .gh-grid--editorial .gh-card--headline:hover .gh-card__title a,
body:not(.gh-theme-dark) .gh-grid--headlines .gh-card--headline:hover .gh-card__title a,
body:not(.gh-theme-dark) .gh-hero__side-button:hover .gh-card__title a,
body:not(.gh-theme-dark) .gh-hero__title a:hover,
body:not(.gh-theme-dark) .gh-hero__title a:focus-visible,
body:not(.gh-theme-dark) .gh-latest-ticker__item:hover .gh-latest-ticker__title,
body:not(.gh-theme-dark) .gh-latest-ticker__item:focus-visible .gh-latest-ticker__title,
body:not(.gh-theme-dark) .gh-rovat-featured-entry__title a:hover,
body:not(.gh-theme-dark) .gh-rovat-featured-entry__title a:focus-visible,
body:not(.gh-theme-dark) .gh-single-related__grid .gh-card__title a:hover,
body:not(.gh-theme-dark) .gh-single-sidebar__box .gh-card__title a:hover {
  color: var(--gh-brand-red);
}

body:not(.gh-theme-dark) .gh-card__title a,
body:not(.gh-theme-dark) .gh-hero__title a,
body:not(.gh-theme-dark) .gh-rovat-featured-entry__title a,
body:not(.gh-theme-dark) .gh-latest-ticker__title {
  transition: color .18s ease;
}

/* v1.1.42 – dark mode for static pages and taxonomy/tag plugin blocks */
body.gh-theme-dark .gh-page__article {
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--gh-brand-blue) 10%, transparent), transparent 32%),
    #121820;
  color: #f6f7f8;
  border-color: rgba(255,255,255,.10);
  box-shadow: none;
}

body.gh-theme-dark .gh-page__article h1,
body.gh-theme-dark .gh-page__article h2,
body.gh-theme-dark .gh-page__article h3,
body.gh-theme-dark .gh-page__article h4,
body.gh-theme-dark .gh-page__article h5,
body.gh-theme-dark .gh-page__article h6,
body.gh-theme-dark .gh-page__article p,
body.gh-theme-dark .gh-page__article li,
body.gh-theme-dark .gh-page__article strong,
body.gh-theme-dark .gh-page__article .gh-article__content {
  color: #f7f8fa;
}

body.gh-theme-dark .gh-page__article .gh-article__content {
  color: rgba(246,247,248,.88);
}

body.gh-theme-dark .gh-page__article a {
  color: #78b8ff;
}

body.gh-theme-dark .gh-page__article a:hover,
body.gh-theme-dark .gh-page__article a:focus-visible {
  color: var(--gh-brand-red);
}

body.gh-theme-dark .gh-page__article hr,
body.gh-theme-dark .gh-page__article .wp-block-separator,
body.gh-theme-dark .gh-page__article table,
body.gh-theme-dark .gh-page__article th,
body.gh-theme-dark .gh-page__article td {
  border-color: rgba(255,255,255,.12);
}

body.gh-theme-dark .gh-page__article blockquote,
body.gh-theme-dark .gh-page__article pre,
body.gh-theme-dark .gh-page__article code {
  background: rgba(255,255,255,.055);
  color: rgba(246,247,248,.92);
  border-color: rgba(255,255,255,.12);
}

/* Plugin-safe dark surfaces inside normal WordPress pages, especially the Categories & Tags page. */
body.gh-theme-dark .gh-page__article .gh-article__content :where(
  .wp-block-group,
  .wp-block-cover,
  .wp-block-media-text,
  [class*="taxonomy"],
  [class*="term"],
  [class*="tag"],
  [class*="categor"],
  [class*="cloud"],
  [class*="chip"],
  [class*="pill"],
  [class*="box"],
  [class*="card"],
  [class*="panel"]
) {
  border-color: rgba(255,255,255,.12) !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(
  .wp-block-group,
  [class*="taxonomy"]:not(a):not(span):not(em):not(strong),
  [class*="term-list"],
  [class*="tag-list"],
  [class*="tag-cloud"],
  [class*="categor"]:not(a):not(span):not(em):not(strong),
  [class*="cloud"]:not(a):not(span):not(em):not(strong),
  [class*="box"]:not(a):not(span):not(em):not(strong),
  [class*="card"]:not(a):not(span):not(em):not(strong),
  [class*="panel"]:not(a):not(span):not(em):not(strong)
) {
  background-color: rgba(255,255,255,.055) !important;
  color: rgba(246,247,248,.90) !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content [style*="background:#fff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background: #fff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background:#ffffff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background: #ffffff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background-color:#fff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background-color: #fff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background-color:#ffffff"],
body.gh-theme-dark .gh-page__article .gh-article__content [style*="background-color: #ffffff"] {
  background: rgba(255,255,255,.055) !important;
  color: rgba(246,247,248,.90) !important;
  border-color: rgba(255,255,255,.12) !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(
  .wp-block-tag-cloud a,
  .tag-cloud a,
  [class*="tag"] a,
  [class*="term"] a,
  [class*="categor"] a,
  [class*="chip"],
  [class*="pill"]
) {
  background: rgba(120,184,255,.10) !important;
  border-color: rgba(120,184,255,.22) !important;
  color: #9dccff !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(
  .wp-block-tag-cloud a,
  .tag-cloud a,
  [class*="tag"] a,
  [class*="term"] a,
  [class*="categor"] a,
  [class*="chip"],
  [class*="pill"]
):hover,
body.gh-theme-dark .gh-page__article .gh-article__content :where(
  .wp-block-tag-cloud a,
  .tag-cloud a,
  [class*="tag"] a,
  [class*="term"] a,
  [class*="categor"] a,
  [class*="chip"],
  [class*="pill"]
):focus-visible {
  background: var(--gh-brand-red) !important;
  border-color: var(--gh-brand-red) !important;
  color: #fff !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(.count, .badge, [class*="count"], [class*="badge"]) {
  background: rgba(255,255,255,.08) !important;
  color: rgba(246,247,248,.78) !important;
  border-color: rgba(255,255,255,.12) !important;
}

/* v1.1.43 – stronger dark mode override for shortcode/plugin tag sections */
body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article),
body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article) > :where(div, section, article),
body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article) > :where(div, section, article) > :where(div, section, article) {
  background: rgba(255,255,255,.055) !important;
  color: rgba(246,247,248,.90) !important;
  border-color: rgba(255,255,255,.12) !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(
  [style*="background: white"],
  [style*="background:white"],
  [style*="background-color: white"],
  [style*="background-color:white"],
  [style*="background: rgb(255"],
  [style*="background-color: rgb(255"],
  [style*="background:#f"],
  [style*="background: #f"],
  [style*="background-color:#f"],
  [style*="background-color: #f"]
) {
  background: rgba(255,255,255,.055) !important;
  color: rgba(246,247,248,.90) !important;
  border-color: rgba(255,255,255,.12) !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article) :where(h2, h3, h4, h5, h6, p, li, strong, span),
body.gh-theme-dark .gh-page__article .gh-article__content :where([class*="tag"], [class*="term"], [class*="categor"], [class*="cloud"]) :where(h2, h3, h4, h5, h6, p, li, strong, span) {
  color: rgba(246,247,248,.90) !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(
  a[rel="tag"],
  a[href*="/tag/"],
  a[href*="/cimke/"],
  a[href*="/category/"],
  a[href*="/kategoria/"],
  a[href*="/rovat/"],
  a[href*="/belfold"],
  a[href*="/kulfold"],
  a[href*="/sport"],
  a[href*="/tech"],
  a[href*="/tudomany"],
  a[href*="/eletmod"]
) {
  background: rgba(120,184,255,.12) !important;
  border: 1px solid rgba(120,184,255,.24) !important;
  color: #9dccff !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(
  a[rel="tag"],
  a[href*="/tag/"],
  a[href*="/cimke/"],
  a[href*="/category/"],
  a[href*="/kategoria/"],
  a[href*="/rovat/"],
  a[href*="/belfold"],
  a[href*="/kulfold"],
  a[href*="/sport"],
  a[href*="/tech"],
  a[href*="/tudomany"],
  a[href*="/eletmod"]
):hover,
body.gh-theme-dark .gh-page__article .gh-article__content :where(
  a[rel="tag"],
  a[href*="/tag/"],
  a[href*="/cimke/"],
  a[href*="/category/"],
  a[href*="/kategoria/"],
  a[href*="/rovat/"],
  a[href*="/belfold"],
  a[href*="/kulfold"],
  a[href*="/sport"],
  a[href*="/tech"],
  a[href*="/tudomany"],
  a[href*="/eletmod"]
):focus-visible {
  background: var(--gh-brand-red) !important;
  border-color: var(--gh-brand-red) !important;
  color: #fff !important;
}

/* v1.1.44 – Categories & Tags shortcode fine dark-mode cleanup */
body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article) > :where(div, section, article) {
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content > :where(div, section, article) > :where(div, section, article) > :where(div, section, article),
body.gh-theme-dark .gh-page__article .gh-article__content :where(div, section, article):has(> :where(h2, h3, h4)),
body.gh-theme-dark .gh-page__article .gh-article__content :where(div, section, article):has(> a[href]),
body.gh-theme-dark .gh-page__article .gh-article__content :where(div, section, article):has(> :where(a[href], span) + :where(a[href], span)) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(span, small, em, strong)[style*="background"],
body.gh-theme-dark .gh-page__article .gh-article__content :where(span, small, em, strong)[style*="background-color"],
body.gh-theme-dark .gh-page__article .gh-article__content :where(h2, h3, h4) + :where(span, small, em, strong),
body.gh-theme-dark .gh-page__article .gh-article__content :where(h2, h3, h4) ~ :where(span, small, em, strong):first-of-type,
body.gh-theme-dark .gh-page__article .gh-article__content :where([class*="total"], [class*="number"], [class*="amount"], [class*="elem"], [class*="summary"]) {
  background: rgba(120,184,255,.12) !important;
  border: 1px solid rgba(120,184,255,.24) !important;
  color: #9dccff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.gh-theme-dark .gh-page__article .gh-article__content :where(a[rel="tag"], a[href*="/tag/"], a[href*="/cimke/"], a[href*="/category/"], a[href*="/kategoria/"]) :where(span, small, em, strong),
body.gh-theme-dark .gh-page__article .gh-article__content :where(a[rel="tag"], a[href*="/tag/"], a[href*="/cimke/"], a[href*="/category/"], a[href*="/kategoria/"]) :where([class*="count"], [class*="badge"], [class*="number"]) {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.10) !important;
  color: #dcecff !important;
}

/* v1.1.45 – Facebook követés banner cikkoldalon és rovatoldalon */
.gh-facebook-follow-banner {
  position: relative;
  display: block;
  width: min(100%, 300px);
  max-width: 300px;
  margin: 0 auto;
  border-radius: calc(var(--gh-radius) + 10px);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(20, 34, 54, .16);
  background: #0f1b2a;
  isolation: isolate;
}

.gh-facebook-follow-banner__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 250;
}

.gh-facebook-follow-banner__button,
.gh-facebook-follow-banner__button:visited {
  position: absolute;
  left: 21.1%;
  top: 73.2%;
  width: 55.8%;
  height: 16.4%;
  z-index: 2;
  display: block;
  border-radius: 999px;
  text-decoration: none;
  background: transparent;
  color: transparent;
  outline: 0;
}

.gh-facebook-follow-banner__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gh-facebook-follow-banner,
.gh-facebook-follow-banner__image,
.gh-facebook-follow-banner__button {
  border: 0;
}

.gh-facebook-follow-banner:focus,
.gh-facebook-follow-banner:focus-visible,
.gh-facebook-follow-banner__image:focus,
.gh-facebook-follow-banner__image:focus-visible,
.gh-facebook-follow-banner__button:focus,
.gh-facebook-follow-banner__button:focus-visible,
.gh-facebook-follow-banner__button:active {
  outline: none;
  box-shadow: none;
}

.gh-facebook-follow-banner:hover .gh-facebook-follow-banner__image {
  filter: saturate(1.05) contrast(1.03);
}

.gh-single-sidebar .gh-facebook-follow-banner,
.gh-rovat-sidebar .gh-facebook-follow-banner {
  margin: 0 auto;
}

body.gh-theme-dark .gh-facebook-follow-banner {
  box-shadow: 0 18px 42px rgba(0,0,0,.36);
}

@media (max-width: 980px) {
  .gh-single-sidebar .gh-facebook-follow-banner,
  .gh-rovat-sidebar .gh-facebook-follow-banner {
    width: min(100%, 360px);
    max-width: 360px;
  }
}

/* v1.1.51 – footer RSS, admin Revive move, header live info */
.gh-topbar__inner {
  align-items: center;
}

.gh-topbar__meta,
.gh-topbar__live {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.gh-topbar__live {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.gh-topbar__nameday,
.gh-topbar__weather,
.gh-topbar__fx {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gh-text-muted);
  font-weight: 700;
  white-space: nowrap;
}

.gh-topbar__nameday::before,
.gh-topbar__weather::before,
.gh-topbar__fx::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gh-brand-blue) 70%, #fff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gh-brand-blue) 10%, transparent);
}

.gh-topbar__weather::before {
  background: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, .14);
}

.gh-topbar__fx::before {
  background: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .14);
}

.gh-topbar__fx {
  gap: 8px;
}

.gh-topbar__fx-rate {
  display: inline-flex;
  align-items: center;
  color: var(--gh-text-muted);
}

.gh-topbar__fx-rate--weak {
  color: #dc2626;
}

.gh-topbar__fx-rate--strong {
  color: #16a34a;
}

body.gh-theme-dark .gh-topbar__fx-rate--weak {
  color: #fb7185;
}

body.gh-theme-dark .gh-topbar__fx-rate--strong {
  color: #4ade80;
}

.gh-mobile-menu-info {
  display: none;
}

.gh-footer-social {
  gap: 10px;
}

.gh-footer-social__link,
.gh-footer-social__link:visited,
.gh-footer-facebook,
.gh-footer-facebook:visited {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(24, 119, 242, .18);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.gh-footer-social__link--facebook,
.gh-footer-facebook {
  background: #1877f2;
}

.gh-footer-social__link--rss {
  background: #eb6526;
  box-shadow: 0 10px 24px rgba(235, 101, 38, .18);
}

.gh-footer-social__link:hover,
.gh-footer-social__link:focus-visible,
.gh-footer-facebook:hover,
.gh-footer-facebook:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.gh-footer-social__link--facebook:hover,
.gh-footer-social__link--facebook:focus-visible,
.gh-footer-facebook:hover,
.gh-footer-facebook:focus-visible {
  box-shadow: 0 14px 30px rgba(24, 119, 242, .25);
}

.gh-footer-social__link--rss:hover,
.gh-footer-social__link--rss:focus-visible {
  box-shadow: 0 14px 30px rgba(235, 101, 38, .25);
}

.gh-footer-social__link::before,
.gh-footer-facebook::before {
  display: none !important;
}

.gh-footer-social__icon,
.gh-footer-facebook__icon {
  width: 42px;
  height: 42px;
  display: block;
}

@media (max-width: 980px) {
  .gh-topbar {
    display: none;
  }

  body.gh-menu-open .gh-mobile-menu-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    grid-column: 1 / -1;
    order: 6;
    padding: 14px 0 12px;
    border-top: 1px solid var(--gh-line);
    border-bottom: 1px solid var(--gh-line);
    background: var(--gh-header-bg);
  }

  body.gh-menu-open .gh-primary-nav {
    order: 7;
  }

  body.gh-menu-open .gh-header-search {
    order: 8;
  }

  .gh-mobile-menu-info__meta,
  .gh-mobile-menu-info__live {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
  }

  .gh-mobile-menu-info .gh-topbar__date,
  .gh-mobile-menu-info .gh-topbar__nameday,
  .gh-mobile-menu-info .gh-topbar__breaking,
  .gh-mobile-menu-info .gh-topbar__weather,
  .gh-mobile-menu-info .gh-topbar__fx {
    display: inline-flex;
    width: auto;
    font-size: 12px;
    line-height: 1.25;
  }

  .gh-mobile-menu-info .gh-topbar__breaking {
    color: var(--gh-brand-red);
  }
}

@media (max-width: 640px) {
  body.gh-menu-open .gh-mobile-menu-info {
    margin-top: 4px;
  }

  .gh-mobile-menu-info__live {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* v1.1.53 – kiemelt, soron kívüli fejlécmenü */
.gh-header-special-menu,
.gh-header-special-menu:visited {
  --gh-special-menu-c1: var(--gh-brand-blue);
  --gh-special-menu-c2: var(--gh-brand-red);
  --gh-special-menu-c3: #16a34a;
  --gh-special-menu-text: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--gh-special-menu-text);
  background: linear-gradient(112deg, var(--gh-special-menu-c1) 0%, var(--gh-special-menu-c2) 52%, var(--gh-special-menu-c3) 100%);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--gh-special-menu-c2) 24%, transparent);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.gh-header-special-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,.22), transparent 32%, rgba(255,255,255,.18));
  opacity: .55;
}

.gh-header-special-menu:hover,
.gh-header-special-menu:focus-visible {
  color: var(--gh-special-menu-text);
  transform: translateY(-1px);
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--gh-special-menu-c2) 30%, transparent);
}

@media (min-width: 981px) {
  .gh-header-special-menu {
    grid-area: special;
    display: inline-flex;
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: auto auto minmax(0, 1fr) auto 34px minmax(145px, 165px);
    grid-template-areas: "brand theme nav special more search";
  }

  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: auto auto auto minmax(0, 1fr) auto 34px minmax(145px, 165px);
    grid-template-areas: "brand theme social nav special more search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: auto auto minmax(0, 1fr) auto minmax(145px, 165px);
    grid-template-areas: "brand theme nav special search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: auto auto auto minmax(0, 1fr) auto minmax(145px, 165px);
    grid-template-areas: "brand theme social nav special search";
  }
}

@media (max-width: 980px) {
  body.gh-menu-open .gh-header-special-menu {
    display: inline-flex;
    grid-column: 1 / -1;
    order: 7;
    justify-self: stretch;
    min-height: 44px;
    margin: 0;
    padding: 13px 18px;
  }

  body.gh-menu-open .gh-primary-nav {
    order: 8;
  }

  body.gh-menu-open .gh-header-search {
    order: 9;
  }
}


/* v1.1.54 – kiemelt fejlécmenü helyigény javítása */
@media (min-width: 981px) {
  .gh-header-main__inner:has(.gh-header-special-menu) {
    width: min(100% - 20px, 1328px);
    gap: 10px;
    grid-template-columns: minmax(156px, 180px) 42px minmax(0, 1fr) auto 30px minmax(124px, 145px);
    grid-template-areas: "brand theme nav special more search";
  }

  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 20px, 1328px);
    gap: 10px;
    grid-template-columns: minmax(156px, 180px) 42px 38px minmax(0, 1fr) auto 30px minmax(124px, 145px);
    grid-template-areas: "brand theme social nav special more search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu) {
    width: min(100% - 20px, 1328px);
    gap: 10px;
    grid-template-columns: minmax(156px, 180px) 42px minmax(0, 1fr) auto minmax(124px, 145px);
    grid-template-areas: "brand theme nav special search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 20px, 1328px);
    gap: 10px;
    grid-template-columns: minmax(156px, 180px) 42px 38px minmax(0, 1fr) auto minmax(124px, 145px);
    grid-template-areas: "brand theme social nav special search";
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding {
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-logo-link,
  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding .custom-logo-link {
    width: clamp(156px, 13.5vw, 180px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-theme-toggle {
    width: 42px;
    min-width: 42px;
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-facebook {
    width: 38px;
    min-width: 38px;
    height: 38px;
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav {
    min-width: 0;
    overflow: hidden;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav:not(.gh-primary-nav--overflow) > ul {
    justify-content: flex-start !important;
    gap: clamp(11px, 1.15vw, 16px);
    min-width: 0;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav > ul > li > a {
    font-size: 14px;
    letter-spacing: .012em;
    padding-left: 0;
    padding-right: 0;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-special-menu {
    padding: 9px 13px;
    font-size: 13px;
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-more__toggle {
    width: 30px;
    height: 34px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input {
    width: 140px;
    min-width: 0;
    padding-inline: 13px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input:focus {
    width: 160px;
  }
}

@media (min-width: 981px) and (max-width: 1160px) {
  .gh-header-main__inner:has(.gh-header-special-menu),
  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 16px, 1328px);
    gap: 8px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-logo-link,
  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding .custom-logo-link {
    width: clamp(142px, 13vw, 160px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav:not(.gh-primary-nav--overflow) > ul {
    gap: 10px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav > ul > li > a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-special-menu {
    padding: 8px 11px;
    font-size: 12.5px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input {
    width: 124px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input:focus {
    width: 138px;
  }
}

/* v1.1.55 – kiemelt fejlécmenü arányos térköz finomhangolás */
@media (min-width: 981px) {
  .gh-header-main__inner:has(.gh-header-special-menu),
  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 28px, 1220px);
    gap: 12px;
    justify-content: stretch;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 190px) 42px max-content auto 30px minmax(0, 1fr) minmax(138px, 158px);
    grid-template-areas: "brand theme nav special more . search";
  }

  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 190px) 42px 38px max-content auto 30px minmax(0, 1fr) minmax(138px, 158px);
    grid-template-areas: "brand theme social nav special more . search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 190px) 42px max-content auto minmax(0, 1fr) minmax(138px, 158px);
    grid-template-areas: "brand theme nav special . search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 190px) 42px 38px max-content auto minmax(0, 1fr) minmax(138px, 158px);
    grid-template-areas: "brand theme social nav special . search";
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding {
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-logo-link,
  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding .custom-logo-link {
    width: clamp(164px, 14vw, 190px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav {
    width: max-content;
    max-width: none;
    overflow: visible;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav:not(.gh-primary-nav--overflow) > ul {
    justify-content: flex-start !important;
    gap: clamp(13px, 1.25vw, 17px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav > ul > li > a {
    font-size: 14px;
    letter-spacing: .01em;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-special-menu {
    justify-self: start;
    margin-left: 0;
    padding: 9px 14px;
    font-size: 13px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search {
    justify-self: end;
  }
}

@media (min-width: 981px) and (max-width: 1160px) {
  .gh-header-main__inner:has(.gh-header-special-menu),
  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 20px, 1120px);
    gap: 8px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 160px) 38px max-content auto 28px minmax(0, 1fr) minmax(118px, 132px);
  }

  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 160px) 38px 34px max-content auto 28px minmax(0, 1fr) minmax(118px, 132px);
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 160px) 38px max-content auto minmax(0, 1fr) minmax(118px, 132px);
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 160px) 38px 34px max-content auto minmax(0, 1fr) minmax(118px, 132px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-logo-link,
  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding .custom-logo-link {
    width: clamp(142px, 13vw, 160px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-theme-toggle {
    width: 38px;
    min-width: 38px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-facebook {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav:not(.gh-primary-nav--overflow) > ul {
    gap: 9px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav > ul > li > a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-special-menu {
    padding: 8px 10px;
    font-size: 12.5px;
  }
}


/* v1.1.56 – kiemelt fejlécmenü és kereső összehúzása */
@media (min-width: 981px) {
  .gh-header-main__inner:has(.gh-header-special-menu),
  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 32px, 1120px);
    gap: 12px;
    justify-content: center;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 184px) 42px max-content auto 28px minmax(138px, 154px);
    grid-template-areas: "brand theme nav special more search";
  }

  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 184px) 42px 38px max-content auto 28px minmax(138px, 154px);
    grid-template-areas: "brand theme social nav special more search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 184px) 42px max-content auto minmax(138px, 154px);
    grid-template-areas: "brand theme nav special search";
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(164px, 184px) 42px 38px max-content auto minmax(138px, 154px);
    grid-template-areas: "brand theme social nav special search";
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-logo-link,
  .gh-header-main__inner:has(.gh-header-special-menu) .gh-branding .custom-logo-link {
    width: clamp(164px, 13.6vw, 184px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-primary-nav:not(.gh-primary-nav--overflow) > ul {
    gap: clamp(12px, 1.05vw, 15px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-special-menu {
    margin-left: 0;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search {
    justify-self: start;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input {
    width: 150px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input:focus {
    width: 168px;
  }
}

@media (min-width: 981px) and (max-width: 1160px) {
  .gh-header-main__inner:has(.gh-header-special-menu),
  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu),
  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    width: min(100% - 22px, 1060px);
    gap: 8px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 158px) 38px max-content auto 26px minmax(118px, 130px);
  }

  .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 158px) 38px 34px max-content auto 26px minmax(118px, 130px);
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 158px) 38px max-content auto minmax(118px, 130px);
  }

  body.gh-header-overflow-disabled .gh-header-main__inner:has(.gh-header-facebook):has(.gh-header-special-menu) {
    grid-template-columns: minmax(142px, 158px) 38px 34px max-content auto minmax(118px, 130px);
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input {
    width: 126px;
  }

  .gh-header-main__inner:has(.gh-header-special-menu) .gh-header-search input:focus {
    width: 142px;
  }
}

/* v2.0.7 – mobil fejléc böngészőfüggetlen stabil grid + cache-busting helper visszaállítás */
@media (max-width: 980px) {
  .gh-header-main__inner {
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    grid-template-areas:
      "theme brand actions"
      "search search search"
      "info info info"
      "special special special"
      "nav nav nav";
    align-items: center;
    column-gap: 10px;
  }

  .gh-header-main__inner:has(.gh-header-facebook) {
    grid-template-columns: 44px 50px minmax(0, 1fr) 42px;
    grid-template-areas:
      "theme social brand actions"
      "search search search search"
      "info info info info"
      "special special special special"
      "nav nav nav nav";
  }

  .gh-theme-toggle {
    grid-area: theme;
    justify-self: start;
  }

  .gh-header-facebook,
  .gh-header-facebook:visited {
    position: static !important;
    left: auto !important;
    top: auto !important;
    grid-area: social;
    justify-self: center;
    align-self: center;
    width: 46px;
    min-width: 46px;
    height: 46px;
    z-index: 2;
  }

  .gh-branding {
    grid-area: brand;
    justify-self: center;
    min-width: 0;
    max-width: 100%;
  }

  .gh-header-main__inner:has(.gh-header-facebook) .gh-branding {
    justify-self: start;
  }

  .gh-logo-link,
  .gh-branding .custom-logo-link {
    display: block;
    width: clamp(154px, 46vw, 190px);
    max-width: 100%;
  }

  .gh-logo-link img,
  .gh-branding .custom-logo-link img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
  }

  .gh-header-mobile-actions {
    grid-area: actions;
    justify-self: end;
  }

  .gh-header-search {
    grid-area: search;
  }

  .gh-mobile-menu-info {
    grid-area: info;
  }

  .gh-header-special-menu {
    grid-area: special;
  }

  .gh-primary-nav {
    grid-area: nav;
  }
}

@media (max-width: 380px) {
  .gh-header-main__inner:has(.gh-header-facebook) {
    grid-template-columns: 40px 44px minmax(0, 1fr) 38px;
    column-gap: 8px;
  }

  .gh-theme-toggle {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .gh-header-facebook,
  .gh-header-facebook:visited {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .gh-logo-link,
  .gh-branding .custom-logo-link {
    width: clamp(140px, 45vw, 170px);
  }

  .gh-menu-toggle,
  .gh-search-toggle {
    width: 38px;
    height: 38px;
  }
}

/* v2.0.8 – választható vezércikk slider grid + új magazin/mosaic slider elrendezés */
.gh-hero--layout-mosaic .gh-hero-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 2.22fr) minmax(250px, .92fr);
  gap: 18px 22px;
  align-items: stretch;
}

.gh-hero--layout-mosaic .gh-hero-mosaic__slider {
  min-height: 440px;
  border-radius: calc(var(--gh-radius) + 8px);
}

.gh-hero--layout-mosaic .gh-hero__title {
  max-width: 780px;
  font-size: clamp(32px, 4.6vw, 56px);
}

.gh-hero-mosaic__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-width: 0;
}

.gh-hero-mosaic__side-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) + 8px);
  background: var(--gh-bg-card);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
}

.gh-hero-mosaic__side-card .gh-cat {
  align-self: flex-start;
}

.gh-hero-mosaic__side-link {
  display: grid;
  grid-template-rows: minmax(92px, 1fr) auto;
  gap: 10px;
  min-height: 0;
  color: inherit;
}

.gh-hero-mosaic__side-media {
  display: block;
  min-height: 92px;
  overflow: hidden;
  border-radius: calc(var(--gh-radius) - 2px);
  background: var(--gh-bg-muted);
}

.gh-hero-mosaic__side-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 92px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gh-hero-mosaic__side-title {
  display: block;
  color: var(--gh-text);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.gh-hero-mosaic__side-link:hover .gh-hero-mosaic__side-title,
.gh-hero-mosaic__side-link:focus-visible .gh-hero-mosaic__side-title {
  color: var(--gh-accent);
}

.gh-hero-mosaic__bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.gh-hero-mosaic__chip {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--gh-line);
  border-radius: calc(var(--gh-radius) - 3px);
  background: var(--gh-bg-card);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .06);
}

.gh-hero-mosaic__chip .gh-cat {
  margin-bottom: 6px;
  font-size: 10px;
}

.gh-hero-mosaic__chip-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--gh-text);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.gh-hero-mosaic__chip-title:hover,
.gh-hero-mosaic__chip-title:focus-visible {
  color: var(--gh-accent);
}

body.gh-theme-dark .gh-hero-mosaic__side-card,
body.gh-theme-dark .gh-hero-mosaic__chip {
  border-color: rgba(255,255,255,.1);
  background: rgba(18, 29, 45, .92);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
}

body.gh-theme-dark .gh-hero-mosaic__side-title,
body.gh-theme-dark .gh-hero-mosaic__chip-title {
  color: var(--gh-white);
}

body.gh-theme-dark .gh-hero-mosaic__side-link:hover .gh-hero-mosaic__side-title,
body.gh-theme-dark .gh-hero-mosaic__side-link:focus-visible .gh-hero-mosaic__side-title,
body.gh-theme-dark .gh-hero-mosaic__chip-title:hover,
body.gh-theme-dark .gh-hero-mosaic__chip-title:focus-visible {
  color: var(--gh-accent);
}

body.gh-square-news-style .gh-hero-mosaic__side-card,
body.gh-square-news-style .gh-hero-mosaic__chip,
body.gh-square-news-style .gh-hero-mosaic__side-media,
body.gh-square-news-style .gh-hero--layout-mosaic .gh-hero-mosaic__slider {
  border-radius: 0;
}

@media (max-width: 1080px) {
  .gh-hero--layout-mosaic .gh-hero-mosaic {
    grid-template-columns: minmax(0, 1.75fr) minmax(230px, .9fr);
    gap: 16px;
  }

  .gh-hero-mosaic__bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gh-hero--layout-mosaic .gh-hero-mosaic {
    display: block;
  }

  .gh-hero--layout-mosaic .gh-hero-mosaic__slider {
    min-height: 390px;
  }

  .gh-hero-mosaic__side {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    grid-template-rows: none;
    gap: 12px;
    margin-top: 14px;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .gh-hero-mosaic__side-card {
    scroll-snap-align: start;
    padding: 12px;
  }

  .gh-hero-mosaic__side-link {
    grid-template-rows: 118px auto;
  }

  .gh-hero-mosaic__bottom {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .gh-hero-mosaic__chip {
    flex: 0 0 180px;
    scroll-snap-align: start;
  }
}

@media (max-width: 480px) {
  .gh-hero--layout-mosaic .gh-hero-mosaic__slider {
    min-height: 360px;
  }

  .gh-hero-mosaic__side {
    grid-template-columns: repeat(2, minmax(190px, 1fr));
  }

  .gh-hero-mosaic__side-link {
    grid-template-rows: 104px auto;
  }

  .gh-hero-mosaic__chip {
    flex-basis: 165px;
  }
}


/* v2.0.15 – cikkoldali videó indexkép fallback */
.gh-article--single .gh-article__image--video-fallback .gh-article__featured-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gh-article--single .gh-article__image-caption--video-fallback {
  align-items: center;
}

/* v2.0.16 – médiatárból választható cikkoldali fekvő képarány és finom fókusz */
.gh-article--single .gh-article__image--media-ratio {
  background: #0f1520;
}

.gh-article--single .gh-article__image--media-ratio .gh-featured-lightbox-trigger {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: var(--gh-featured-media-ratio, 16 / 9);
  overflow: hidden;
  border-radius: inherit;
}

.gh-article--single .gh-article__image--media-ratio .gh-article__featured-image,
.gh-article--single .gh-article__image--media-ratio .gh-featured-lightbox-trigger .gh-article__featured-image,
.gh-article--single .gh-article__image.gh-article__image--media-ratio .gh-article__featured-image--media-ratio {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: var(--gh-featured-media-focus, 50% 50%);
}

@media (max-width: 760px) {
  .gh-article--single .gh-article__image--media-ratio .gh-featured-lightbox-trigger {
    aspect-ratio: var(--gh-featured-media-ratio, 16 / 9);
  }
}

/* v2.0.17 – médiatáras képarány alkalmazása listázó oldali kártyákon is */
.gh-card__image--media-ratio {
  aspect-ratio: var(--gh-listing-media-ratio, 16 / 9);
  object-fit: cover;
}

.gh-rovat-featured-entry__image.gh-card__image--media-ratio,
.gh-hero-mosaic__side-image.gh-card__image--media-ratio {
  aspect-ratio: var(--gh-listing-media-ratio, 16 / 9);
  object-fit: cover;
}

.gh-hero__image.gh-card__image--media-ratio {
  object-fit: cover;
}


/* v2.0.18 – listázó képek szürke alsó sávjának javítása médiatáras képaránynál */
.gh-card__media:has(> .gh-card__image--media-ratio),
.gh-rovat-featured-entry__media:has(> .gh-card__image--media-ratio),
.gh-hero-mosaic__side-media:has(> .gh-card__image--media-ratio) {
  display: block;
  overflow: hidden;
}

.gh-card__media:has(> .gh-card__image--media-ratio-16-9),
.gh-rovat-featured-entry__media:has(> .gh-card__image--media-ratio-16-9),
.gh-hero-mosaic__side-media:has(> .gh-card__image--media-ratio-16-9) {
  aspect-ratio: 16 / 9;
}

.gh-card__media:has(> .gh-card__image--media-ratio-3-2),
.gh-rovat-featured-entry__media:has(> .gh-card__image--media-ratio-3-2),
.gh-hero-mosaic__side-media:has(> .gh-card__image--media-ratio-3-2) {
  aspect-ratio: 3 / 2;
}

.gh-card__media:has(> .gh-card__image--media-ratio-4-3),
.gh-rovat-featured-entry__media:has(> .gh-card__image--media-ratio-4-3),
.gh-hero-mosaic__side-media:has(> .gh-card__image--media-ratio-4-3) {
  aspect-ratio: 4 / 3;
}

.gh-card__media > .gh-card__image--media-ratio,
.gh-rovat-featured-entry__media > .gh-card__image--media-ratio,
.gh-hero-mosaic__side-media > .gh-card__image--media-ratio,
.gh-hero__media > .gh-card__image--media-ratio {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  vertical-align: top;
}

.gh-card__media:has(> .gh-card__image--media-ratio):hover > .gh-card__image--media-ratio,
.gh-rovat-featured-entry__media:has(> .gh-card__image--media-ratio):hover > .gh-card__image--media-ratio,
.gh-hero-mosaic__side-media:has(> .gh-card__image--media-ratio):hover > .gh-card__image--media-ratio {
  transform: scale(1.035);
}


/* v2.0.19 – listázó képek alsó szürke csíkjának teljes javítása */
.gh-card__media,
.gh-rovat-featured-entry__media,
.gh-hero__media,
.gh-hero-mosaic__side-media {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.gh-card__media > img,
.gh-card__media > .gh-card__image,
.gh-rovat-featured-entry__media > img,
.gh-rovat-featured-entry__media > .gh-rovat-featured-entry__image,
.gh-hero__media > img,
.gh-hero__media > .gh-hero__image,
.gh-hero-mosaic__side-media > img,
.gh-hero-mosaic__side-media > .gh-hero-mosaic__side-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  vertical-align: top;
}

.gh-card__media > .gh-card__lead--overlay {
  line-height: 1.45;
}

.gh-card__media > .gh-card__image--placeholder {
  height: auto !important;
  min-height: 0 !important;
}


/* v2.0.20 – globális listakép-kitöltés, alsó szürke sáv nélkül */
.gh-card__media,
.gh-rovat-featured-entry__media,
.gh-hero-mosaic__side-media {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  line-height: 0 !important;
  font-size: 0 !important;
  background: transparent !important;
  aspect-ratio: var(--gh-listing-media-ratio, 16 / 9) !important;
}

.gh-card__media > img:not(.gh-card__image--placeholder),
.gh-card__media > .gh-card__image:not(.gh-card__image--placeholder),
.gh-rovat-featured-entry__media > img,
.gh-rovat-featured-entry__media > .gh-rovat-featured-entry__image,
.gh-hero-mosaic__side-media > img,
.gh-hero-mosaic__side-media > .gh-hero-mosaic__side-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: inherit;
  vertical-align: top !important;
}

.gh-card__media > .gh-card__lead--overlay,
.gh-card__media::after,
.gh-rovat-featured-entry__media::after {
  font-size: initial;
  line-height: normal;
}

.gh-card__media > .gh-card__lead--overlay {
  line-height: 1.45;
}

.gh-card__media > .gh-card__image--placeholder {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto !important;
}

/* v2.0.23 – mobil vezérkép és célzott LCP-prioritás */
.gh-hero__media > .gh-hero__picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  line-height: 0;
}

.gh-hero__picture > .gh-hero__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  vertical-align: top !important;
}



/* v2.0.27 – Grid F: two large stories on the left, three smaller stories on the right, then three-column rows */
.gh-grid-section--f .gh-section__header,
.gh-fresh--grid-f .gh-section__header {
  margin-bottom: 22px;
}

.gh-grid--feature-wall {
  gap: 24px;
}

.gh-grid--feature-wall__top {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .82fr);
  gap: 24px;
  align-items: start;
}

.gh-grid--feature-wall__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.gh-grid--feature-wall__featured,
.gh-grid--feature-wall__side,
.gh-grid--feature-wall__more,
.gh-grid--feature-wall__more .gh-card {
  min-width: 0;
}

.gh-grid--feature-wall__more {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gh-card--feature-wall-featured .gh-card__media,
.gh-card--feature-wall-side .gh-card__media,
.gh-card--feature-wall-tile .gh-card__media {
  margin-bottom: 10px;
}

.gh-card--feature-wall-featured .gh-card__title {
  font-size: clamp(28px, 3vw, 42px);
  line-height: .99;
  letter-spacing: -.056em;
}

.gh-grid--feature-wall__featured--secondary .gh-card__title {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.01;
}

.gh-card--feature-wall-featured .gh-card__lead {
  max-width: 760px;
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.45;
}

.gh-card--feature-wall-side .gh-card__title {
  font-size: clamp(19px, 1.75vw, 24px);
  line-height: 1.05;
}

.gh-card--feature-wall-side .gh-card__lead,
.gh-card--feature-wall-tile .gh-card__lead {
  font-size: 14px;
  line-height: 1.45;
}

.gh-card--feature-wall-tile .gh-card__title {
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.06;
}

.gh-grid--feature-wall--items-1 .gh-grid--feature-wall__top,
.gh-grid--feature-wall--items-2 .gh-grid--feature-wall__top,
.gh-grid--feature-wall--items-3 .gh-grid--feature-wall__top,
.gh-grid--feature-wall--items-4 .gh-grid--feature-wall__top {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 980px) {
  .gh-grid--feature-wall__top {
    grid-template-columns: minmax(0, 1.16fr) minmax(240px, .84fr);
    gap: 20px;
  }

  .gh-grid--feature-wall__column,
  .gh-grid--feature-wall__more {
    gap: 20px;
  }

  .gh-grid--feature-wall__more {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gh-grid--feature-wall,
  .gh-grid--feature-wall__top,
  .gh-grid--feature-wall__more {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .gh-grid--feature-wall__column {
    display: contents;
  }

  .gh-grid--feature-wall__featured--primary {
    order: 1;
  }

  .gh-grid--feature-wall__side--top {
    order: 2;
  }

  .gh-grid--feature-wall__side--middle {
    order: 3;
  }

  .gh-grid--feature-wall__featured--secondary {
    order: 4;
  }

  .gh-grid--feature-wall__side--bottom {
    order: 5;
  }

  .gh-grid--feature-wall__more {
    order: 6;
    grid-template-columns: minmax(0, 1fr);
  }

  .gh-card--feature-wall-featured .gh-card__title {
    font-size: clamp(25px, 7.8vw, 36px);
  }

  .gh-card--feature-wall-side .gh-card__title,
  .gh-card--feature-wall-tile .gh-card__title,
  .gh-grid--feature-wall__featured--secondary .gh-card__title {
    font-size: clamp(21px, 6.5vw, 28px);
  }
}
