/* Equora Spaces v5 — booking blocks (what's on, past evenings, planner) */

.eqb { padding: 96px 8vw; max-width: 1200px; margin: 0 auto; }
.eqb-label {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold, #D8B750); font-weight: 500; margin-bottom: 20px;
}
.eqb-h {
  font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300;
  font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; color: var(--ink, #1C1917);
  margin-bottom: 20px; letter-spacing: -0.01em;
}
.eqb-h em { font-style: italic; color: var(--green, #005C4B); }
.eqb-lead { font-size: 17px; line-height: 1.7; color: var(--body, #3A3830); max-width: 720px; margin-bottom: 44px; }
.eqb-sub { font-size: 13px; line-height: 1.65; color: var(--muted, #6B6860); }

/* ---------- what's on ---------- */
/* A doboz mostantol NEM racs: szurosor, racs es gomb egymas alatt. A racs
   sajat elem lett, hogy a szurok ne kartyakent viselkedjenek. */
.eqb-onsale { display: block; }
.eqb-onsale-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }

/* SZUROK a terekre. Csak akkor jelennek meg, ha tobb terben van esemeny. */
.eqb-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.eqb-fbtn { font-family: inherit; font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; padding: 7px 14px; cursor: pointer;
  background: transparent; color: var(--muted, #6B6860);
  border: 1px solid var(--rule, #DEDAD4); }
.eqb-fbtn:hover { border-color: var(--green, #005C4B); color: var(--green, #005C4B); }
.eqb-fbtn.on { background: var(--green, #005C4B); color: var(--cream, #F6F3EE);
  border-color: var(--green, #005C4B); }

/* BELYEGKEP a kartya tetejen. Kep nelkuli esemenynel semmi sem valtozik. */
/* A `height: auto` NEM ELHAGYHATO. A kepnek van `height="360"` attributuma
   (a helyfoglalashoz), amibol a bongeszo egy valodi `height: 360px`
   szabalyt csinal -- es az `aspect-ratio` CSAK AKKOR szamol, ha az egyik
   meret `auto`. Enelkul a doboz allo teglalap lett, es a fekvo kep
   fuggolegesen megnyult. */
.eqb-card-img { display: block; width: calc(100% + 2px); height: auto;
  margin: -1px -1px 14px; aspect-ratio: 16/9; object-fit: cover; }

.eqb-more { display: block; margin: 26px auto 0; font-family: inherit; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; padding: 12px 26px; cursor: pointer;
  background: transparent; color: var(--green, #005C4B);
  border: 1px solid var(--green, #005C4B); }
.eqb-more:hover { background: var(--green, #005C4B); color: var(--cream, #F6F3EE); }
.eqb-card {
  border: 1px solid var(--rule, #DEDAD4); padding: 26px 26px 24px; background: #fff;
  display: flex; flex-direction: column; transition: border-color .25s, transform .25s;
}
.eqb-card:hover { border-color: var(--gold, #D8B750); transform: translateY(-2px); }
/* A kartya fejsora: FLEX SOR, nem folyo szoveg. Igy a NEW jelzo a szoveggel
   egy vonalban all, a tordeles nem tolja el, es az elvalasztokat a CSS rajzolja
   — ami ures, ott pont sem lesz. */
.eqb-card-date { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green, #005C4B); margin-bottom: 10px; line-height: 1.4; }
/* Az elvalaszto a MEGELOZO darab moge kerul. Ha a sor itt torik, a pont a sor
   VEGEN marad — egy sort kezdo arva pont volt az, ami elcsusztatta a masodik
   sort. A darabok maguk `nowrap`-ok: tores csak KOZOTTUK lehet. */
.eqb-card-date > span { white-space: nowrap; }
.eqb-card-date > span:not(:last-child)::after { content: '\00b7'; margin-left: 8px;
  opacity: .55; letter-spacing: 0; }
.eqb-card-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.2; margin-bottom: 10px; color: var(--ink, #1C1917); }
.eqb-card-sum { font-size: 14.5px; line-height: 1.6; color: var(--body, #3A3830); margin-bottom: 18px; }
.eqb-card-foot { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--rule, #DEDAD4); }
.eqb-card-cta { display: block; margin-top: 14px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--green, #005C4B); }
.eqb-card:hover .eqb-card-cta { color: var(--gold, #D8B750); }
.eqb-price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: var(--green, #005C4B); }
.eqb-seats { font-size: 12px; color: var(--muted, #6B6860); }
.eqb-sold { color: #A33; }
.eqb-empty { border: 1px dashed var(--rule, #DEDAD4); padding: 34px; font-size: 15px; color: var(--muted, #6B6860); line-height: 1.7; }

/* ---------- past evenings ---------- */
.eqb-past { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.eqb-past-item { display: flex; flex-direction: column; }
.eqb-past-item img { width: 100%; height: 210px; object-fit: cover; display: block; filter: saturate(.92); }
.eqb-past-body { padding: 18px 0 0; }
.eqb-past-t { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; margin-bottom: 6px; color: var(--ink, #1C1917); }
.eqb-past-m { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted, #6B6860); margin-bottom: 10px; }
.eqb-past-n { font-size: 14px; line-height: 1.6; color: var(--body, #3A3830); margin-bottom: 14px; }
.eqb-link { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--green, #005C4B); border-bottom: 1px solid rgba(0,92,75,.3); padding-bottom: 2px; display: inline-block; }
.eqb-link:hover { color: var(--gold, #D8B750); border-color: var(--gold, #D8B750); }

/* ---------- planner ---------- */
.eqb-plan { background: var(--cream-2, #EDE9E0); }
.eqb-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.eqb-step { margin-bottom: 36px; }
.eqb-step-h { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted, #6B6860); margin-bottom: 4px; }
.eqb-step-q { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; font-weight: 400; color: var(--ink, #1C1917); margin-bottom: 16px; }
.eqb-choices { display: flex; flex-wrap: wrap; gap: 10px; }
.eqb-choice {
  border: 1px solid var(--rule, #DEDAD4); background: #fff; padding: 14px 16px; cursor: pointer;
  text-align: left; font-family: inherit; font-size: 14px; color: var(--ink, #1C1917);
  transition: border-color .2s, background .2s; min-width: 150px; flex: 1 1 150px;
}
.eqb-choice small { display: block; font-size: 11.5px; color: var(--muted, #6B6860); margin-top: 4px; line-height: 1.45; }
.eqb-choice b { font-weight: 500; }
.eqb-choice:hover { border-color: var(--gold, #D8B750); }
.eqb-choice.on { border-color: var(--green, #005C4B); background: rgba(0,92,75,.05); box-shadow: inset 0 0 0 1px var(--green, #005C4B); }
.eqb-choice .pr { display: block; margin-top: 6px; font-size: 12.5px; color: var(--green, #005C4B); }

.eqb-cal { background: #fff; border: 1px solid var(--rule, #DEDAD4); padding: 18px; }
.eqb-cal-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.eqb-cal-top button { background: none; border: 1px solid var(--rule, #DEDAD4); width: 30px; height: 30px; cursor: pointer; color: var(--body, #3A3830); font-family: inherit; }
.eqb-cal-top button:hover { border-color: var(--green, #005C4B); }
.eqb-cal-m { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink, #1C1917); }
/* A RACS-CSAPDA: a `1fr` NEM „amennyi jut", hanem `minmax(auto, 1fr)` —
   es az `auto` a tartalom MINIMALIS szelessege. Ha a cellaban ket gomb
   all („DAY" / „EVE"), a het oszlop egyutt szelesebb lesz, mint az ablak.

   Valodi bongeszovel merve ez 54 pixel tulcsordulast okozott iPhone SE-n.
   A `minmax(0, 1fr)` engedi az oszlopot a tartalom ala huzodni. */
.eqb-cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.eqb-cal-dow { font-size: 10px; text-align: center; color: var(--faint, #726F68); text-transform: uppercase; letter-spacing: .08em; padding-bottom: 4px; }
/* A nap DOBOZ: felul a szam es az ar-elteres, alatta a ket fel (DAY / EVE).
   Ugyanaz a felepites, mint az admin latogatas-naptaraban — ott is ket gomb
   all naponta, es ez a ket naptar ugyanarrol a hazrol beszel. */
.eqb-day { border: 1px solid transparent; background: #F6F3EE; font-family: inherit;
  font-size: 12px; color: var(--body, #3A3830); position: relative;
  display: flex; flex-direction: column; gap: 4px; padding: 6px 5px 5px; min-height: 62px; }
.eqb-day-n { display: block; text-align: left; line-height: 1.15;
  overflow: hidden; }               /* semmi ne logjon ki a cellabol */
.eqb-day-h { display: flex; gap: 3px; margin-top: auto; }
.eqb-day-h .h { flex: 1 1 0; font-family: inherit; font-size: 8.5px; letter-spacing: .06em;
  padding: 3px 0; border: 1px solid rgba(0,0,0,.14); background: rgba(255,255,255,.72);
  color: var(--body, #3A3830); cursor: pointer; border-radius: 1px; }
.eqb-day-h .h:hover:not(:disabled) { background: #fff; border-color: var(--green, #005C4B); }
.eqb-day-h .h.on { background: var(--green, #005C4B); color: var(--cream, #F6F3EE);
  border-color: var(--green, #005C4B); }
/* Elkelt fel: athuzva, hogy szinlatas nelkul is egyertelmu legyen. */
.eqb-day-h .h.taken { text-decoration: line-through; opacity: .42; cursor: not-allowed;
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,.09) 0 1px, transparent 1px 5px); }
/* Ez a hossz ebben a teremben nem kaphato. */
.eqb-day-h .h.na { opacity: .3; cursor: default; border-style: dashed; }
.eqb-day.blue { background: #DCE9EC; }
.eqb-day.white { background: #F3F0EA; }
.eqb-day.red { background: #F0DCD6; }
.eqb-day.forecast::after { content: ''; position: absolute; inset: auto 3px 3px auto; width: 4px; height: 4px; border-radius: 50%; background: rgba(0,0,0,.28); }
.eqb-day.off { opacity: .3; cursor: default; }
.eqb-day.sel { border-color: var(--green, #005C4B); box-shadow: inset 0 0 0 1px var(--green, #005C4B); font-weight: 500; }
.eqb-cal-key { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; font-size: 11px; color: var(--muted, #6B6860); }
.eqb-cal-key i { width: 10px; height: 10px; display: inline-block; margin-right: 5px; vertical-align: -1px; }
.eqb-cal-note { font-size: 11.5px; line-height: 1.55; color: var(--muted, #6B6860); margin-top: 10px; }

.eqb-sum { position: sticky; top: 92px; background: #fff; border: 1px solid var(--rule, #DEDAD4); padding: 26px 26px 24px; }
.eqb-sum h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; font-weight: 400; margin-bottom: 4px; color: var(--ink, #1C1917); }
.eqb-sum-day { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.eqb-rows { font-size: 13.5px; }
.eqb-row { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dotted var(--rule, #DEDAD4); }
.eqb-row span:first-child { color: var(--body, #3A3830); }
.eqb-row span:last-child { color: var(--ink, #1C1917); white-space: nowrap; }
.eqb-row.disc span { color: var(--green, #005C4B); }
.eqb-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ink, #1C1917); }
.eqb-total b { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; font-weight: 400; color: var(--green, #005C4B); }
.eqb-dep { font-size: 13px; color: var(--body, #3A3830); margin-top: 10px; line-height: 1.6; }
.eqb-eco { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule, #DEDAD4); }
.eqb-eco-h { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 8px; }
.eqb-eco-h b { font-weight: 500; color: var(--green, #005C4B); }
.eqb-eco-bar { height: 5px; background: var(--cream-2, #EDE9E0); position: relative; overflow: hidden; }
.eqb-eco-bar i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--green, #005C4B); transition: width .3s; }
.eqb-eco-n { font-size: 11.5px; line-height: 1.55; color: var(--muted, #6B6860); margin-top: 8px; }
.eqb-actions { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.eqb-btn {
  display: block; text-align: center; padding: 15px 20px; font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; background: var(--green, #005C4B); color: #F6F3EE; border: 0;
  cursor: pointer; font-family: inherit; transition: background .25s;
}
.eqb-btn:hover { background: #00463A; }
.eqb-btn.ghost { background: none; color: var(--green, #005C4B); border: 1px solid var(--rule, #DEDAD4); }
.eqb-btn.ghost:hover { border-color: var(--green, #005C4B); background: rgba(0,92,75,.04); }
.eqb-msg { font-size: 12.5px; color: var(--muted, #6B6860); line-height: 1.6; min-height: 18px; }

.eqb-terms { display: flex; align-items: flex-start; gap: 8px;
  font-size: 12.5px; line-height: 1.4; color: var(--body, #3A3830);
  margin: 2px 0 12px; }
.eqb-terms input { width: auto; margin: 2px 0 0; flex: 0 0 auto; }
.eqb-terms a { color: var(--green, #005C4B); }

.eqb-wslink { display: inline-block; margin-top: 8px; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green, #005C4B); text-decoration: none;
  border-bottom: 1px solid rgba(0,92,75,.35); padding-bottom: 3px; }
.eqb-wslink:hover { border-color: var(--gold, #D8B750); }

/* ---------- gépidő naptar (hat hét, félórás rács) ---------- */
.eqb-days { display: flex; gap: 6px; overflow-x: auto; padding: 4px 0 10px; }
/* CSAK a gepido vizszintes csikjara! Ugyanaz az `.eqb-day` osztaly all a
   terem-naptar racsos cellain is — szukites nelkul ez a blokk ratelepedne
   azokra, 52 pixelre szoritana oket, es kicsuszna a ketjegyu szamok elso
   szamjegye. */
.eqb-days .eqb-day { flex: 0 0 auto; width: 52px; padding: 8px 0; text-align: center; cursor: pointer;
  background: #fff; border: 1px solid var(--rule, #DEDAD4); border-radius: 2px; font-family: inherit; }
.eqb-days .eqb-day b { display: block; font-size: 16px; color: var(--ink, #1C1917); font-weight: 400; }
.eqb-days .eqb-day span { display: block; font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--faint, #726F68); margin-top: 2px; }
.eqb-days .eqb-day.on { background: var(--green, #005C4B); border-color: var(--green, #005C4B); }
.eqb-days .eqb-day.on b, .eqb-days .eqb-day.on span { color: #F6F3EE; }
.eqb-slots { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.eqb-slot { padding: 8px 12px; font-family: inherit; font-size: 13.5px; cursor: pointer;
  background: #fff; border: 1px solid var(--rule, #DEDAD4); border-radius: 2px; color: var(--ink, #1C1917); }
.eqb-slot.on { background: var(--green, #005C4B); border-color: var(--green, #005C4B); color: #F6F3EE; }
.eqb-slot.off { opacity: .35; cursor: default; text-decoration: line-through; }

/* ---------- meghívóból érkező: NEM lát árat ----------
   Nem nullázzuk, hanem elhagyjuk. Sem összeg, sem "ingyenes" nem jelenik meg —
   a meghívott a programot választja, nem árat néz. */
.eq-no-price .eqb-total,
.eq-no-price .eqb-lines,
.eq-no-price .eqb-price,
.eq-no-price .eqb-compare,
.eq-no-price .eqb-payback,
.eq-no-price .eqb-card-foot,
.eq-no-price .eq-cta-price,
.eq-no-price .space-price { display: none !important; }
.eq-no-price .eqb-pay h4::after { content: ''; }

/* ---------- kvalifikációs kód a gépidő-foglalásnál ---------- */
.eqb-qual { margin-top: 14px; }
.eqb-qual label { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted, #6B6860); margin-bottom: 6px; }
.eqb-qual input { width: 100%; max-width: 280px; font-family: ui-monospace, Menlo, monospace;
  font-size: 15px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink, #1C1917);
  background: #fff; border: 1px solid var(--rule, #DEDAD4); padding: 11px 12px; }
.eqb-qual input:focus { outline: none; border-color: var(--green, #005C4B); }

/* ---------- tordeles: a szam es az egysege egyben marad ---------- */
.nowrap { white-space: nowrap; }
.eqb-rates td, .eqb-rates th { hyphens: none; }

/* ---------- "Új" / "Kapós" jelölés ---------- */
.eqb-chip {
  /* A tavolsagot a fejsor `gap`-je adja; a sajat margoja tordelesnel a sor
     ELEJERE kerult volna. A `flex: 0 0 auto` miatt a jelzo sosem zsugorodik. */
  display: inline-block; flex: 0 0 auto; padding: 2px 7px; border-radius: 2px;
  font-size: 9px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500;
  line-height: 1.5;
}
/* A tablazatokban maradt inline hasznalat: ott kell a bal margo. */
td .eqb-chip, .eqb-live .eqb-chip { margin-left: 8px; }
.eqb-chip.new { background: rgba(216,183,80,.18); color: #9A6B1E; border: 1px solid rgba(216,183,80,.5); }
.eqb-chip.hot { background: var(--green, #005C4B); color: #F6F3EE; }
.eqb-chip.off { background: #F3E0DD; color: #8B3A2E; }
.eqb-off td { opacity: .62; }

/* ---------- fizetőűrlap (a kalkulátor alján) ---------- */
.eqb-pay { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--rule, #DEDAD4); }
.eqb-pay-h { font-size: 13px; color: var(--ink, #1C1917); margin-bottom: 12px; font-weight: 500; }
.eqb-pay-row { display: flex; gap: 8px; flex-wrap: wrap; }
.eqb-pay input, .eqb-pay textarea {
  font-family: inherit; font-size: 14px; color: var(--ink, #1C1917); background: #fff;
  border: 1px solid var(--rule, #DEDAD4); padding: 11px 12px; width: 100%; flex: 1 1 130px;
  margin-bottom: 8px; border-radius: 0;
}
.eqb-pay input:focus, .eqb-pay textarea:focus { outline: none; border-color: var(--green, #005C4B); }
.eqb-pay textarea { resize: vertical; }
.eqb-pay .eqb-btn { width: 100%; margin-top: 4px; }
.eqb-pay .eqb-btn:disabled { opacity: .6; cursor: default; }

/* ---------- terms ---------- */
.eqb-terms { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.eqb-term-h { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold, #D8B750); margin-bottom: 10px; }
.eqb-term-b { font-size: 14.5px; line-height: 1.7; color: var(--body, #3A3830); }
.eqb-term-b ul { list-style: none; }
.eqb-term-b li { padding: 5px 0 5px 16px; position: relative; }
.eqb-term-b li::before { content: '\2014'; position: absolute; left: 0; color: var(--gold, #D8B750); }

@media (max-width: 900px) {
  .eqb { padding: 64px 6vw; }
  .eqb-grid { grid-template-columns: 1fr; gap: 32px; }
  .eqb-sum { position: static; }
}
.eqb-day.off { opacity: .3; cursor: default; }
.eqb-day.off b, .eqb-day.off span { text-decoration: line-through; }

/* FOGLALT nap: a haz aznap el van kelve (berles vagy sajat esemeny). Halvany,
   athuzott szam es egy halk atlos vonal — a szin egyedul keves lenne. */
.eqb-day.busy { opacity: .55; cursor: not-allowed;
  background-image: repeating-linear-gradient(-45deg,
    rgba(0,0,0,.10) 0 1px, transparent 1px 7px); }
.eqb-day.busy s { text-decoration-thickness: 1px; opacity: .8; }


/* a nap szine a gepido-naptarban (magyar trikolor) */
.eqb-day.c-green { background: #DCE7DE; }
.eqb-day.c-red   { background: #F0DCD6; }
.eqb-day.on      { background: var(--green, #005C4B); }
.eqb-day.blue    { background: #DCE7DE; }

/* a nap szine a gepido-naptarban (magyar trikolor) */
.eqb-day.c-green { background: #DCE7DE; }
.eqb-day.c-red { background: #F0DCD6; }
.eqb-day.on { background: var(--green, #005C4B); }

/* --- TULCSORDULAS JAVITASA ---
   A grid/flex gyerekek alapertelmezett min-width:auto miatt nem zsugorodnak a
   tartalmuk ala, ezert a hosszu gepnevek kitoltak a racsot a kepernyorol. */
.eqb-grid > * { min-width: 0; }
.eqb-grid, .eqb-choices, .eqb-slots, .eqb-days { max-width: 100%; }
.eqb-choice { max-width: 100%; overflow-wrap: anywhere; }
.eqb-choice b, .eqb-choice small, .eqb-choice .pr { overflow-wrap: anywhere; }
.eqb-sum, .eqb-lines, .eqb-total { min-width: 0; max-width: 100%; }
.eqb-days { -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
@media (max-width: 560px) { .eqb-choice { flex: 1 1 100%; min-width: 0; } }

/* --- ASZF-pipa: CSAK ott, ahol van jelolonegyzet --- */
.eqb-terms:has(input[type="checkbox"]) { display: flex !important; grid-template-columns: none !important;
  align-items: flex-start; gap: 9px !important; font-size: 13.5px; line-height: 1.5;
  color: var(--muted, #6B6860); margin-top: 16px; max-width: 62ch; }
.eqb-terms:has(input) input { width: auto; flex: 0 0 auto; margin: 3px 0 0 !important; }
.eqb-terms:has(input) span { line-height: 1.5; }

/* a telts\u00e9g s\u00f6t\u00edti a napot: z\u00f6ld -> homok -> piros */
.eqb-day.f-mid { background: #EDE3CE; }
.eqb-day.f-hi  { background: #F0DCD6; }
.eqb-day.on    { background: var(--green, #005C4B); }

/* --- mobil: a kalkulator es a naptar ne csorduljon tul --- */
@media (max-width: 700px) {
  .eqb-grid { grid-template-columns: 1fr !important; gap: 28px; }
  .eqb-choice { flex: 1 1 100% !important; }
  .eqb-days { gap: 5px; }
  .eqb-days .eqb-day { width: 46px; }
  .eqb-slot { padding: 7px 10px; font-size: 13px; }
  .eqb-sum { position: static !important; }
  .ways, .wf-three, .wf-pillars, .ppl-list { grid-template-columns: 1fr !important; }
}

/* --- ASZF-pipa: a szoveg sajat blokkban, tisztan tordelve --- */
.eqb-terms:has(input) > span { display: block; line-height: 1.55; }
.eqb-terms:has(input) a { white-space: nowrap; }

/* --- A NAPOK SZINE: a zold a legolcsobb, es ezt latni is kell --- */
/* A korabbi #DCE7DE alig ütött el a fehértől. Erősebb tölt, bal oldali sáv
   és sötétebb szöveg — így a zöld nap első pillantásra kiválik. */
.eqb-day.c-green { background: #C9DFCE !important; border-color: #7FA88C !important;
  box-shadow: inset 3px 0 0 #4A7C59; color: #234A33 !important; font-weight: 500; }
.eqb-day.c-red { background: #F2D9D2 !important; border-color: #C9A094 !important;
  box-shadow: inset 3px 0 0 #A8574A; color: #6B2E24 !important; }
.eqb-days .eqb-day.f-mid { background: #EFE2C6 !important; box-shadow: inset 3px 0 0 #B08D57; }
.eqb-days .eqb-day.f-hi  { background: #F2D9D2 !important; box-shadow: inset 3px 0 0 #A8574A; }
.eqb-day.on { background: var(--green, #005C4B) !important; color: var(--cream, #F6F3EE) !important;
  box-shadow: none !important; border-color: var(--green, #005C4B) !important; }

/* A NAP ALA IRT SZAZALEK.
   Regen a cella negyzet volt, es a szazalek abszolut helyzetben ult az aljan.
   Amióta a nap DOBOZ (szam felul, DAY/EVE alul), ez rateurlt a gombokra es
   kiszoritotta a szamot — a 17-e „7"-nek latszott. Most a folyamban all. */
.eqb-day-pct { display: block; font-size: 9px; font-style: normal;
  letter-spacing: .02em; opacity: .85; margin-top: 1px; }
.eqb-day.on .eqb-day-pct { opacity: .9; }

/* --- AZ EVENTS NAPTAR napszinei ---
   Itt az osztaly neve prefix nelkuli (green/red/white), a Fabricnal c- eloteggel.
   A zoldnek eddig egyaltalan NEM volt stilusa, ezert a legolcsobb nap ugyanugy
   homokszinunek latszott, mint a semleges. */
.eqb-day.green { background: #C9DFCE !important; border-color: #7FA88C !important;
  box-shadow: inset 3px 0 0 #4A7C59; color: #234A33 !important; font-weight: 500; }
.eqb-day.red { background: #F2D9D2 !important; border-color: #C9A094 !important;
  box-shadow: inset 3px 0 0 #A8574A; color: #6B2E24 !important; }
.eqb-day.white { background: #F3F0EA; }
.eqb-day.sel { background: var(--green, #005C4B) !important; color: var(--cream, #F6F3EE) !important;
  box-shadow: none !important; border-color: var(--green, #005C4B) !important; }

/* a Start here alatti magyarazo mondat */
.eqb-preset-note { font-size: 13px; line-height: 1.6; color: var(--muted, #6B6860);
  max-width: 62ch; margin: 8px 0 14px; padding-left: 12px; border-left: 2px solid #7FA88C; }

/* --- KIINDULO ALAKOK: lathatoan mas, mint a tobbi lepes ---
   Sajat hatter, arany keret es egy fejlec-cimke jelzi, hogy ez nem beallitas,
   hanem csak egy kesz kiindulopont, amit utana barmiben at lehet irni. */
.eqb-presets { background: #EEF4EF; border: 1px solid #7FA88C;
  border-radius: 3px; padding: 20px 22px 16px; margin-bottom: 26px; position: relative; }
.eqb-presets::before { content: "OPTIONAL"; position: absolute; top: -9px; left: 20px;
  background: var(--green, #005C4B); color: var(--cream, #F6F3EE); font-size: 9.5px; letter-spacing: .16em;
  padding: 2px 8px; border-radius: 2px; }
.eqb-presets .eqb-step-h { color: var(--green, #005C4B); }
.eqb-presets .eqb-choice { background: #fff; }

/* Letiltott kostolo: LATSZIK, csak halvany — es odairjuk, miert.
   Ha teljesen eltunne, a latogato azt hinne, elromlott valami. */
.eqb-choice.off { opacity: .42; cursor: default; filter: grayscale(.4); }
.eqb-choice.off small { color: var(--faint, #726F68); font-style: italic; }

/* A magyarazo sor a foglalasi urlapon: halk, de olvashato — a CELT mondja ki. */
.eqb-hint { font-size: 12.5px; line-height: 1.5; color: var(--muted, #6B6860); margin: -4px 0 10px; }
/* A CSEVEGO-VALASZTO ugyanugy alljon, mint a mellette levo mezok. Kulon
   szabaly nelkul a bongeszo sajat kinezetet hozta: mas magassag, mas betumeret,
   es nem nyult ki a sorban. */
.eqb-pay-row select {
  font-family: inherit; font-size: 14px; color: var(--ink, #1C1917);
  border: 1px solid var(--rule, #DEDAD4); padding: 11px 34px 11px 12px;
  width: 100%; flex: 1 1 130px; margin-bottom: 8px; border-radius: 0;
  -webkit-appearance: none; appearance: none; line-height: 1.3;
  /* Sajat nyil: a rendszer nyilaval a magassag operacios rendszertol fuggne. */
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #6B6860 50%),
                    linear-gradient(135deg, #6B6860 50%, transparent 50%);
  background-position: right 16px center, right 11px center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat; }
.eqb-pay-row select:focus { outline: none; border-color: var(--green, #005C4B); }


/* A „Prefer to write?" mondatban a link eddig csak szoveg volt — se szin, se
   alahuzas. Aki nem kalkulalni akar, hanem irni, ezen a linken indul el. */
/* A lapok TOBBSEGEN mar van link-stilus erre a bekezdesre: also szegely.
   Az Events lapon viszont HIANYZIK — ott a link csak szoveg volt. Ha ide
   `text-decoration: underline`-t irunk, a tobbi lapon KET vonal lesz (szegely
   + alahuzas), es ugy nez ki, mintha dupla link lenne. Ezert UGYANAZT a
   mechanizmust hasznaljuk, mint a lapok: also szegely, alahuzas nelkul. */
.rather-write a { color: var(--green, #005C4B); text-decoration: none;
  border-bottom: 1px solid rgba(0,92,75,.35); padding-bottom: 2px; }
.rather-write a:hover { border-color: var(--gold, #D8B750); }


/* AZ ARAK NETTOK. Halk sor a kalkulator elejen: a teteleknel netto szamok
   allnak, a vegosszeg viszont brutto — enelkul a vendeg ugy erzi, a vegen
   megdragult. */
.eqb-vat-note { font-size: 13px; line-height: 1.6; color: var(--muted, #6B6860);
  margin: 0 0 18px; padding-left: 12px; border-left: 2px solid var(--rule, #DEDAD4); }
.eqb-total small { font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted, #6B6860); margin-left: 6px; }


/* A FOGLALAS LOGOJA. Sotet elonezet: a logok tobbsege atlatszo hatteru PNG,
   feheren nem latszana, mi lesz belole. */
.eqb-logo { margin-top: 22px; padding: 16px 18px; border: 1px solid var(--rule, #DEDAD4);
  background: #fff; }
.eqb-logo-h { font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted, #6B6860); margin: 0 0 6px; }
.eqb-logo-s { font-size: 13px; line-height: 1.6; color: var(--muted, #6B6860);
  margin: 0 0 12px; }
.eqb-logo-c { display: block; margin-top: 10px; font-size: 13px; line-height: 1.5; }
.eqb-logo-c input { margin-right: 7px; }
#eqb-logo-v { margin-top: 10px; }
.eqb-logo-img { max-height: 54px; max-width: 200px; background: #1C2B23;
  padding: 10px; display: block; }


/* BELYEGKEP a geptablazatban. Aki gepet valaszt, abbol tudja, MELYIK dobozt
   keresse a muhelyben — a nev ehhez keves. A kep vagodik, nem nyulik. */
.eqb-rates .eqb-mrow { display: flex; align-items: flex-start; gap: 12px; }
.eqb-thumb { width: 48px; height: 48px; flex: 0 0 48px; object-fit: cover;
  border-radius: 2px; display: block; background: #EDE9E0; }
@media (max-width: 760px) { .eqb-thumb { width: 40px; height: 40px; flex-basis: 40px; } }


/* „+ VAT" a jegykártyán: halkabb, mint az ár — a szám marad a fő információ. */
.eqb-price .vat-note { font-size: .72em; opacity: .6; letter-spacing: .02em;
  font-weight: 400; }


/* TILTOTT LEHETOSEG a valasztoban: latszik, de halkan — es az oka ott all
   mellette. Elrejteni rosszabb lenne: aki nem latja, azt hiszi, nem letezik. */
.eqb-choice-off { opacity: .55; cursor: not-allowed; }
.eqb-choice-off small { color: #9A6B1E; }


/* TELITETTSEG a foglalasi savokon. Vekony csik a sav aljan: a mennyiseg
   latszik, az itelet nem. Aki csendet keres, aszerint valaszt; aki
   tarsasagot, aszerint. */
.eqb-slot.has-occ { position: relative; }
.eqb-slot.has-occ::after {
  content: ''; position: absolute; left: 6px; right: 6px; bottom: 3px; height: 2px;
  background: linear-gradient(to right,
    var(--green, #005C4B) calc(var(--occ, 0) * 100%),
    rgba(0,0,0,.10) calc(var(--occ, 0) * 100%));
}


/* PASS-KAPU: szamolni szabad, kotelezettseget vallalni csak koddal. */
.eqb-passgate { margin-top: 14px; padding: 14px 16px;
  border: 1px solid rgba(216,183,80,.5); background: rgba(216,183,80,.08); }
.eqb-pg-h { font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: #9A6B1E; margin: 0 0 6px; }
.eqb-pg-s { font-size: 13px; line-height: 1.55; color: var(--muted, #6B6860); margin: 0 0 10px; }
.eqb-pg-row { display: flex; gap: 8px; flex-wrap: wrap; }
.eqb-pg-row input { flex: 1 1 150px; padding: 9px 10px; font: inherit; font-size: 14px;
  border: 1px solid var(--rule, #DEDAD4); background: #fff; }
.eqb-pg-row button { padding: 9px 16px; font: inherit; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; background: transparent; color: var(--green, #005C4B);
  border: 1px solid var(--green, #005C4B); cursor: pointer; }
.eqb-pg-msg { font-size: 13px; color: #9A6B1E; margin: 8px 0 0; min-height: 18px; }


/* A PRESET a „Which machine?" lepesben: nem kulon szakasz, hanem ugyanannak a
   dontesnek a masik utja — vagy tudod, melyik gep kell, vagy megmondod, mit
   szeretnel. Ezert all a gepek FOLOTT, halkan. */
.fp-inline { margin: 0 0 18px; padding: 14px 16px;
  border: 1px dashed var(--rule, #DEDAD4); background: rgba(0,0,0,.015); }
.fp-il-q { font-size: 12.5px; color: var(--muted, #6B6860); margin: 0 0 10px; }
.fp-il-row { display: flex; gap: 8px; flex-wrap: wrap; }
.fp-il-row select { flex: 1 1 150px; font: inherit; font-size: 14px; padding: 8px 10px;
  border: 1px solid var(--rule, #DEDAD4); background: #fff; }
.fp-il-out { margin-top: 10px; display: grid; gap: 6px; }
.fp-il-hit { display: block; width: 100%; text-align: left; cursor: pointer;
  background: #fff; border: 1px solid var(--rule, #DEDAD4); padding: 9px 12px; font: inherit; }
.fp-il-hit:hover { border-color: var(--green, #005C4B); }
.fp-il-hit b { display: block; font: 400 15px/1.3 Georgia, serif; }
.fp-il-hit span { font-size: 12.5px; color: var(--muted, #6B6860); }
.fp-il-n { font-size: 13px; color: #9A6B1E; margin: 0; }

/* MEGVÁSÁROLHATÓ PROGRAM a kalkulátor naptárában.

   A cella arany pontot kap, és alá kerül a program címe linkként. Ez NEM a
   foglalás gombja: ha ugyanaz a gomb egyszer foglalna, egyszer jegyet venne,
   a látogató nem tudná előre, melyik történik. */
.eqb-day-sale { position: relative; }
.eqb-day-sale::after { content: ''; position: absolute; top: 3px; right: 3px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold, #D8B750); }

.eqb-day-ev { display: block; font-size: 8.5px; line-height: 1.2; margin-top: 3px;
  color: var(--green, #005C4B); text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  border-top: 1px solid rgba(216,183,80,.4); padding-top: 3px; }
.eqb-day-ev:hover { color: var(--gold, #B8912F); }
.eqb-day-ev:focus-visible { outline: 2px solid var(--gold, #D8B750); outline-offset: 1px; }

/* ── A TERVEZO NAPTARA SZUK KEPERNYON ──
   Valodi bongeszovel merve: 375 pixelen a cella tartalma feszitette szet a
   racsot. Kisebb margok es betuk, hogy het oszlop elferjen. */
@media (max-width: 460px) {
  .eqb-cal { padding: 12px 8px; }
  .eqb-cal-grid { gap: 2px; }
  .eqb-day { padding: 4px 3px; min-height: 78px; gap: 3px; font-size: 11px; }

  /* A KET GOMB EGYMAS ALATT, nem egymas mellett.

     Az elso javitasom egymas mellett hagyta oket, es kisebbre vette a
     betut, hogy elferjenek: 7,5 pixel es 17×17-es celpont lett belole.
     Valodi bongeszovel merve ez OLVASHATATLAN, es jocskan a 24 pixeles
     erintohatar alatt van.

     Egymas alatt mindketto megkapja a cella teljes szelesseget, es a
     magassaguk 22 pixel lehet — a 2 pixeles rassel egyutt 24, epp az
     ajanlott hatar. A cella magasabb lesz; egy naptar telefonon inkabb
     legyen magas, mint hasznalhatatlan. */
  .eqb-day-h { flex-direction: column; gap: 2px; }
  .eqb-day-h .h { font-size: 9px; letter-spacing: .02em;
    min-height: 22px; padding: 0; display: flex; align-items: center;
    justify-content: center; }

  .eqb-cal-dow { font-size: 9px; letter-spacing: .02em; }
  /* AZ AR-ELTERES a szam ALA kerul, nem melle. */
  .eqb-day-pct { position: static; display: block; font-size: 9px;
    margin-top: 1px; text-align: left; }
}
