/* tours.css — page-specific styles for page-tours.php
   package-type.css is also enqueued and provides the base styles for:
   .hero, .hpat, .hgl, .hl, .hey, .hh1, .hdesc, .hstats, .hbtns, .hbp, .hbg,
   .bw, .sb, .mn, .pgrid, .pcard, .sec, .gcards, .inq, .pag, etc.
   This file only overrides what differs on the all-tours page.
   -------------------------------------------------------------------- */

/* ── Hero: no right chip panel — single column, a little taller ──── */
.hero {
  padding: 52px 26px 48px;
}

/* Allow the left content to spread wider without a chip grid beside it */
.hl {
  max-width: 640px;
}

.hh1 {
  font-size: 28px;
}

.hdesc {
  max-width: 560px;
}

/* ── Tour-type filter group (dynamic list of package-type terms) ──── */
/* Inherits .fg / .fgt / .fo / .fck from package-type.css.            */
/* No extra rules needed — the markup is identical.                    */

/* ── Ensure dynamic type list items match existing checkbox style ─── */
/* (nothing extra; .fo / .fck rules in package-type.css apply as-is)  */
