/* HBX Hotel Search v2.1 — Clean Professional Design */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --blue:     #0071C2;
  --blue-d:   #005999;
  --blue-l:   #EBF4FF;
  --navy:     #003580;
  --green:    #008009;
  --green-l:  #E8F5E9;
  --red:      #CC1F00;
  --gold:     #F5A623;
  --white:    #FFFFFF;
  --bg:       #F5F5F5;
  --border:   #E7E7E7;
  --text:     #1A1A1A;
  --muted:    #6B6B6B;
  --light:    #ADADAD;
  --r4: 4px; --r6: 6px; --r8: 8px; --r12: 12px;
  --sh:  0 2px 8px rgba(0,0,0,.12);
  --sh2: 0 4px 16px rgba(0,0,0,.14);
  --ff: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ─── RESET ──────────────────────────────────────────────────── */
.hbx *, .hbx *::before, .hbx *::after { box-sizing: border-box; margin: 0; padding: 0; }
.hbx { font-family: var(--ff); color: var(--text); font-size: 14px; line-height: 1.5; }

/* ─── SEARCH BOX ─────────────────────────────────────────────── */
.hbx-box {
  background: var(--navy);
  border-radius: var(--r12);
  overflow: visible;
  margin-bottom: 24px;
  box-shadow: var(--sh2);
}

/* TABS */
.hbx-tabs { display: flex; background: rgba(0,0,0,.3); border-radius: var(--r12) var(--r12) 0 0; }
.hbx-tab {
  padding: 13px 20px;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  color: rgba(255,255,255,.65);
  font-family: var(--ff);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: .15s;
}
.hbx-tab.active { color: #fff; border-bottom-color: #fff; background: rgba(255,255,255,.08); }
.hbx-tab:hover:not(.active) { color: rgba(255,255,255,.9); }
.hbx-tab svg { width: 17px; height: 17px; }

/* PANEL */
.hbx-panel { display: none; padding: 16px 20px 12px; }
.hbx-panel.active { display: block; }

/* FIELDS ROW */
.hbx-row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.hbx-field { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 140px; position: relative; }
.hbx-field-lg { flex: 2.5; }
.hbx-field-btn { flex: 0 0 auto; }
.hbx-lbl { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.hbx-inp-wrap { position: relative; }
.hbx-ico { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; color: var(--light); pointer-events: none; z-index: 1; }
.hbx-inp {
  width: 100%; height: 46px; padding: 0 11px 0 34px;
  background: #fff; border: 2px solid transparent;
  border-radius: var(--r6); font-family: var(--ff);
  font-size: 14px; font-weight: 500; color: var(--text);
  transition: .15s; -webkit-appearance: none; appearance: none; cursor: text;
}
.hbx-inp:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,113,194,.2); }
.hbx-inp::placeholder { color: var(--light); font-weight: 400; }

/* GUESTS POPUP */
.hbx-guests-pop {
  position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 9999;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r8);
  box-shadow: var(--sh2); padding: 14px;
}
.hbx-gr { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #F2F2F2; font-size: 14px; font-weight: 500; }
.hbx-gr:last-of-type { border-bottom: none; }
.hbx-cnt { display: flex; align-items: center; gap: 12px; }
.hbx-cnt button { width: 30px; height: 30px; border: 2px solid var(--border); border-radius: 50%; background: none; font-size: 18px; line-height: 1; cursor: pointer; color: var(--blue); transition: .15s; display: flex; align-items: center; justify-content: center; font-family: var(--ff); }
.hbx-cnt button:hover { border-color: var(--blue); background: var(--blue-l); }
.hbx-cnt > span { width: 20px; text-align: center; font-weight: 700; }
.hbx-gr-ok { width: 100%; margin-top: 10px; padding: 9px; background: var(--blue); color: #fff; border: none; border-radius: var(--r6); font-family: var(--ff); font-size: 14px; font-weight: 600; cursor: pointer; }

/* SEARCH BUTTON */
.hbx-sbtn {
  height: 46px; padding: 0 24px;
  background: var(--blue); color: #fff;
  border: none; border-radius: var(--r6);
  font-family: var(--ff); font-size: 15px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; gap: 7px;
  transition: .15s; white-space: nowrap;
}
.hbx-sbtn:hover { background: var(--blue-d); }
.hbx-sbtn:active { transform: scale(.98); }
.hbx-sbtn svg { width: 16px; height: 16px; }

/* TRUST */
.hbx-trust { display: flex; gap: 18px; flex-wrap: wrap; padding: 10px 20px 14px; border-top: 1px solid rgba(255,255,255,.1); }
.hbx-trust span { display: flex; align-items: center; gap: 5px; font-size: 12px; color: rgba(255,255,255,.65); font-weight: 500; }
.hbx-trust svg { width: 12px; height: 12px; }

/* ERROR */
.hbx-err { display: none; background: #FFF3CD; border: 1px solid #FFC107; border-radius: var(--r6); padding: 9px 12px; font-size: 13px; color: #664D03; margin-top: 8px; font-weight: 500; }

/* ─── AUTOCOMPLETE ───────────────────────────────────────────── */
.hbx-drop { display: none; position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 99999; background: #fff; border: 1px solid var(--border); border-radius: var(--r8); box-shadow: var(--sh2); max-height: 280px; overflow-y: auto; }
.hbx-drop.open { display: block; }
.hbx-drop-item { display: flex; align-items: center; gap: 10px; padding: 10px 13px; cursor: pointer; font-size: 14px; border-bottom: 1px solid #F5F5F5; transition: .1s; }
.hbx-drop-item:last-child { border-bottom: none; }
.hbx-drop-item:hover { background: var(--blue-l); }
.hbx-drop-item svg { width: 14px; height: 14px; color: var(--light); flex-shrink: 0; }
.hbx-drop-name { font-weight: 600; flex: 1; }
.hbx-drop-ctry { font-size: 12px; color: var(--muted); }

/* ─── 3-COLUMN LAYOUT ────────────────────────────────────────── */
.hbx-3col {
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  gap: 16px;
  align-items: start;
}
@media(max-width: 1100px) { .hbx-3col { grid-template-columns: 220px 1fr; } .hbx-banners { display: none; } }
@media(max-width: 768px)  { .hbx-3col { grid-template-columns: 1fr; } .hbx-filters { order: 2; } .hbx-results-col { order: 1; } }

/* ─── FILTERS SIDEBAR ────────────────────────────────────────── */
.hbx-filters {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r8);
  overflow: hidden;
  position: sticky;
  top: 16px;
}
.hbx-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 12px;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  font-size: 15px;
}
.hbx-filter-clear { font-size: 12px; color: var(--blue); background: none; border: none; cursor: pointer; font-family: var(--ff); font-weight: 600; padding: 0; }
.hbx-filter-clear:hover { text-decoration: underline; }
.hbx-filter-section { padding: 12px 14px; border-bottom: 1px solid var(--border); }
.hbx-filter-section:last-child { border-bottom: none; }
.hbx-filter-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 8px; }

/* Checkboxes */
.hbx-chk-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  cursor: pointer;
  font-size: 13px;
  color: var(--text);
  user-select: none;
}
.hbx-chk-opt input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--blue); cursor: pointer; flex-shrink: 0; }
.hbx-chk-opt:hover span { color: var(--blue); }

/* Radio */
.hbx-radio-group { display: flex; flex-direction: column; gap: 2px; }
.hbx-radio-opt {
  display: flex; align-items: center; gap: 8px; padding: 4px 0;
  cursor: pointer; font-size: 13px; color: var(--text); user-select: none;
}
.hbx-radio-opt input[type="radio"] { width: 15px; height: 15px; accent-color: var(--blue); cursor: pointer; }

/* Price range */
.hbx-price-range { padding-top: 4px; }
.hbx-price-labels { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.hbx-slider { width: 100%; height: 4px; accent-color: var(--blue); cursor: pointer; }

/* ─── RESULTS COLUMN ─────────────────────────────────────────── */
.hbx-results-col {}
.hbx-res-hdr { margin-bottom: 12px; }
.hbx-res-title { font-size: 20px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.hbx-res-sub { font-size: 13px; color: var(--muted); }
.hbx-res-count { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ─── HOTEL CARD — Booking.com style ────────────────────────── */
.hbx-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r8);
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  transition: box-shadow .2s, transform .2s;
}
.hbx-card:hover { box-shadow: var(--sh2); transform: translateY(-1px); }
@media(max-width: 540px) { .hbx-card { grid-template-columns: 1fr; } }

/* Card image */
.hbx-cimg {
  position: relative;
  background: #E5ECF3;
  overflow: hidden;
  min-height: 170px;
}
.hbx-cimg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.hbx-card:hover .hbx-cimg img { transform: scale(1.04); }
.hbx-cimg-skel {
  width: 100%; height: 100%; min-height: 170px;
  background: linear-gradient(90deg, #E0E8F0 25%, #ECF2F8 50%, #E0E8F0 75%);
  background-size: 200% 100%;
  animation: hbx-sk 1.3s infinite;
}
@keyframes hbx-sk { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.hbx-cimg-star { position: absolute; bottom: 8px; left: 8px; background: rgba(0,0,0,.55); color: var(--gold); font-size: 11px; font-weight: 700; padding: 3px 7px; border-radius: 3px; }

/* Card body */
.hbx-cbody { padding: 13px 14px 12px; display: flex; flex-direction: column; }
.hbx-ctop { flex: 1; }
.hbx-cname {
  font-size: 16px; font-weight: 700; color: var(--navy);
  text-decoration: none; display: block; margin-bottom: 3px;
  line-height: 1.3;
}
.hbx-cname:hover { color: var(--blue); text-decoration: underline; }
.hbx-cloc { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--muted); margin-bottom: 6px; }
.hbx-cloc svg { width: 11px; height: 11px; }
.hbx-cstars { color: var(--gold); font-size: 13px; letter-spacing: 1px; margin-bottom: 6px; }
.hbx-ctags { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 4px; }
.hbx-ctag { font-size: 11px; background: var(--blue-l); color: var(--blue); padding: 2px 7px; border-radius: 3px; font-weight: 600; }

/* Card bottom */
.hbx-cbot { display: flex; align-items: flex-end; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--border); gap: 8px; margin-top: 8px; }
.hbx-cprice {}
.hbx-cprice-lbl { font-size: 11px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.hbx-cprice-num { font-size: 24px; font-weight: 800; color: var(--navy); line-height: 1.1; font-family: var(--ff); }
.hbx-cprice-tax { font-size: 11px; color: var(--muted); }
.hbx-cprice-tot { font-size: 12px; color: var(--muted); margin-top: 1px; }
.hbx-cbtns { display: flex; flex-direction: column; gap: 5px; align-items: flex-end; flex-shrink: 0; }
.hbx-btn-book {
  padding: 9px 18px; background: var(--blue); color: #fff;
  border: none; border-radius: var(--r6); font-family: var(--ff);
  font-size: 13px; font-weight: 700; cursor: pointer; transition: .15s;
  text-decoration: none; display: inline-block; text-align: center; white-space: nowrap;
}
.hbx-btn-book:hover { background: var(--blue-d); color: #fff; }

/* LOADING */
.hbx-load { text-align: center; padding: 48px 20px; }
.hbx-spin { width: 36px; height: 36px; border: 3px solid var(--border); border-top-color: var(--blue); border-radius: 50%; animation: hbx-rot .7s linear infinite; margin: 0 auto 12px; }
@keyframes hbx-rot { to { transform: rotate(360deg); } }
.hbx-load p { font-size: 14px; color: var(--muted); font-weight: 500; }

/* NO RESULTS */
.hbx-nores { background: #fff; border: 1px solid var(--border); border-radius: var(--r8); padding: 36px 20px; text-align: center; }
.hbx-nores h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.hbx-nores p { font-size: 14px; color: var(--muted); }

/* SIMPLE CARD (actividades / traslados) */
.hbx-scard { display: flex; justify-content: space-between; align-items: center; background: #fff; border: 1px solid var(--border); border-radius: var(--r8); padding: 13px 14px; margin-bottom: 8px; gap: 14px; transition: .2s; }
.hbx-scard:hover { box-shadow: var(--sh); }
.hbx-scard-name { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.hbx-scard-meta { font-size: 12px; color: var(--muted); }
.hbx-scard-price { text-align: right; flex-shrink: 0; }
.hbx-scard-lbl { font-size: 11px; color: var(--muted); font-weight: 600; text-transform: uppercase; }
.hbx-scard-num { font-size: 20px; font-weight: 800; color: var(--navy); font-family: var(--ff); }

/* INFO BOX */
.hbx-info { background: var(--blue-l); border: 1px solid #B8D4F5; border-radius: var(--r8); padding: 14px 16px; margin-top: 6px; }
.hbx-info h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.hbx-info p { font-size: 13px; color: var(--text); line-height: 1.6; margin-bottom: 5px; }
.hbx-info code { background: rgba(255,255,255,.7); padding: 2px 6px; border-radius: 3px; font-size: 12px; font-weight: 700; }

/* ─── RIGHT BANNERS ──────────────────────────────────────────── */
.hbx-banners {}
.hbx-banners-sticky { position: sticky; top: 16px; display: flex; flex-direction: column; gap: 12px; }
.hbx-banner-link { display: block; border-radius: var(--r8); overflow: hidden; box-shadow: var(--sh); transition: .2s; }
.hbx-banner-link:hover { box-shadow: var(--sh2); transform: translateY(-1px); }
.hbx-banner-img { width: 100%; height: auto; display: block; }

/* Decorative fallback banners */
.hbx-banner-deco { border-radius: var(--r8); overflow: hidden; box-shadow: var(--sh); }
.hbx-banner-deco-1 { background: linear-gradient(135deg, #003580 0%, #0071C2 100%); }
.hbx-banner-deco-2 { background: linear-gradient(135deg, #1A6B4A 0%, #25A368 100%); }
.hbx-bd-inner { padding: 20px 16px; color: #fff; }
.hbx-bd-icon { font-size: 28px; margin-bottom: 8px; }
.hbx-bd-title { font-size: 15px; font-weight: 800; margin-bottom: 6px; line-height: 1.3; }
.hbx-bd-text { font-size: 12px; opacity: .85; line-height: 1.5; margin-bottom: 14px; }
.hbx-bd-btn {
  display: inline-block; padding: 8px 16px;
  background: rgba(255,255,255,.2); color: #fff;
  border: 1.5px solid rgba(255,255,255,.5); border-radius: var(--r6);
  font-family: var(--ff); font-size: 12px; font-weight: 700;
  text-decoration: none; transition: .15s;
}
.hbx-bd-btn:hover { background: rgba(255,255,255,.35); color: #fff; }

/* ─── DETAIL PAGE ────────────────────────────────────────────── */
.hbx-det-wrap { max-width: 960px; margin: 0 auto; }
.hbx-det-back { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--blue); text-decoration: none; font-weight: 600; margin-bottom: 14px; }
.hbx-det-back:hover { text-decoration: underline; }

/* Gallery */
.hbx-gal-main { position: relative; height: 360px; background: #1A2840; overflow: hidden; border-radius: var(--r8) var(--r8) 0 0; }
@media(max-width:600px){ .hbx-gal-main { height: 220px; } }
.hbx-gal-main img { width: 100%; height: 100%; object-fit: cover; display: none; }
.hbx-gal-main img.active { display: block; }
.hbx-gal-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.9); border: none; border-radius: 50%; width: 38px; height: 38px; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh); transition: .15s; z-index: 2; color: var(--navy); }
.hbx-gal-nav:hover { background: #fff; }
.hbx-gal-prev { left: 12px; } .hbx-gal-next { right: 12px; }
.hbx-gal-ctr { position: absolute; bottom: 10px; right: 12px; background: rgba(0,0,0,.55); color: #fff; font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.hbx-gal-empty { display: flex; align-items: center; justify-content: center; height: 100%; color: rgba(255,255,255,.4); font-size: 14px; }
.hbx-gal-thumbs { display: flex; gap: 3px; padding: 3px; background: #1A2840; border-radius: 0 0 var(--r8) var(--r8); overflow-x: auto; }
.hbx-gal-th { width: 68px; height: 48px; flex-shrink: 0; border-radius: 3px; overflow: hidden; cursor: pointer; opacity: .6; transition: .15s; border: 2px solid transparent; }
.hbx-gal-th.active { opacity: 1; border-color: #fff; }
.hbx-gal-th:hover { opacity: 1; }
.hbx-gal-th img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Detail layout */
.hbx-det-grid { display: grid; grid-template-columns: 1fr 290px; gap: 20px; padding: 20px 0; }
@media(max-width:768px){ .hbx-det-grid { grid-template-columns: 1fr; } }
.hbx-det-name { font-size: 26px; font-weight: 800; color: var(--navy); margin-bottom: 6px; line-height: 1.2; font-family: var(--ff); }
.hbx-det-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; font-size: 13px; color: var(--muted); }
.hbx-det-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; }
.hbx-sect { margin-bottom: 22px; }
.hbx-sect-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 10px; padding-bottom: 7px; border-bottom: 2px solid var(--border); }
.hbx-desc { font-size: 14px; line-height: 1.8; color: var(--muted); }
.hbx-facs { display: grid; grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 6px; }
.hbx-fac { display: flex; align-items: center; gap: 7px; font-size: 13px; padding: 5px 0; }
.hbx-fac::before { content: '✓'; width: 17px; height: 17px; background: var(--green-l); color: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; flex-shrink: 0; }
.hbx-igrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media(max-width:480px){ .hbx-igrid { grid-template-columns: 1fr; } }
.hbx-iitem h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); font-weight: 700; margin-bottom: 2px; }
.hbx-iitem p { font-size: 14px; font-weight: 600; }

/* Booking card */
.hbx-book-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r8); padding: 18px; box-shadow: var(--sh); position: sticky; top: 16px; }
.hbx-book-plbl { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.hbx-book-pnum { font-size: 28px; font-weight: 800; color: var(--navy); line-height: 1.1; font-family: var(--ff); margin: 3px 0 2px; }
.hbx-book-psub { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.hbx-book-form { display: flex; flex-direction: column; gap: 10px; }
.hbx-book-fld { display: flex; flex-direction: column; gap: 3px; }
.hbx-book-fld label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.hbx-book-inp { padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--r6); font-family: var(--ff); font-size: 14px; color: var(--text); background: #FAFAFA; transition: .15s; width: 100%; }
.hbx-book-inp:focus { outline: none; border-color: var(--blue); background: #fff; }
.hbx-book-total { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--border); font-weight: 700; font-size: 14px; }
.hbx-book-sbtn { width: 100%; padding: 13px; background: var(--blue); color: #fff; border: none; border-radius: var(--r6); font-family: var(--ff); font-size: 15px; font-weight: 700; cursor: pointer; transition: .15s; }
.hbx-book-sbtn:hover { background: var(--blue-d); }
.hbx-book-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 7px; }
.hbx-success { text-align: center; padding: 24px 16px; }
.hbx-success-ico { width: 56px; height: 56px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.hbx-success-ico svg { width: 28px; height: 28px; color: #fff; }
.hbx-success h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 7px; }
.hbx-success p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.hbx-success-price { font-size: 20px; font-weight: 800; color: var(--blue); margin: 10px 0; font-family: var(--ff); }

/* Skeleton loaders */
.hbx-det-load { background: var(--bg); }
.hbx-gal-skel { height: 360px; background: linear-gradient(90deg, #D8E4EF 25%, #E8EFF8 50%, #D8E4EF 75%); background-size: 200% 100%; animation: hbx-sk 1.3s infinite; }
.hbx-det-skel-body { padding: 20px; }
.hbx-sk { border-radius: var(--r4); animation: hbx-sk 1.3s infinite; background: linear-gradient(90deg, #E0E8F0 25%, #ECF2F8 50%, #E0E8F0 75%); background-size: 200% 100%; margin-bottom: 10px; }
.hbx-sk-h  { height: 32px; width: 55%; }
.hbx-sk-s  { height: 18px; width: 38%; }
.hbx-sk-t  { height: 14px; }
.hbx-det-err { padding: 40px; text-align: center; color: var(--muted); }

/* ─── ACTIVITY SPECIFIC ─────────────────────────────────────── */
.hbx-act-desc { font-size: 13px; color: var(--muted); line-height: 1.5; margin-top: 6px; }
.hbx-ctag-dur { background: #FFF3E0; color: #E65100; }
.hbx-act-img-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 100%; min-height: 170px; gap: 8px;
  background: linear-gradient(135deg,#E3F2FD,#BBDEFB);
  color: #1565C0;
}
.hbx-act-img-placeholder svg { width: 36px; height: 36px; opacity: .5; }
.hbx-act-img-placeholder span { font-size: 12px; font-weight: 600; opacity: .6; }
.hbx-cimg-err { background: #E8EEF5; }
.hbx-cimg-err::after { content: '🏨'; display: flex; align-items: center; justify-content: center; height: 100%; min-height:170px; font-size: 36px; opacity:.3; }

/* Activity detail image */
.hbx-act-det-img {
  width: 100%; height: 320px; border-radius: var(--r8);
  overflow: hidden; margin-bottom: 0; background: linear-gradient(135deg,#1565C0,#0D47A1);
  display: flex; align-items: center; justify-content: center;
}
.hbx-act-det-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hbx-act-img-bg { background: linear-gradient(135deg,#1565C0,#0D47A1); }
.hbx-act-img-icon { font-size: 64px; opacity: .6; }
@media(max-width:600px){ .hbx-act-det-img { height: 200px; } }
