
.hbbe-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--hbbe-bg,#f6f8fb);min-height:100vh;padding:14px 0}
.hbbe-main-centered{max-width:1180px;margin:0 auto;padding:0 12px}

/* Tabs */
.hbbe-tabs{display:flex;gap:10px;align-items:center;margin:12px auto 14px;max-width:1180px}
.hbbe-tab{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid #e1e4ea;background:#fff;color:#222;text-decoration:none;font-weight:900;font-size:13px}
.hbbe-tab .hbbe-tab-ico{display:inline-flex}
.hbbe-tab.is-active{border-color:#0a66c2;color:#0a66c2}
.hbbe-tab.is-disabled{opacity:.55;cursor:not-allowed}

/* Search */
.hbbe-form{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:14px;margin:0 auto 14px;max-width:1180px;position:relative;z-index:20}

/* Ensure fields remain clickable even if the theme/builder applies overlays */
.hbbe-form *{pointer-events:auto !important}
.hbbe-field{position:relative;z-index:21}
.hbbe-field input,.hbbe-field select{position:relative;z-index:22}
.hbbe-form-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:flex-end;
}

/* default sizing for fields in the search bar */
.hbbe-form-row .hbbe-field{flex:1 1 170px;min-width:150px}
.hbbe-form-row .hbbe-field-btn{flex:0 0 130px;min-width:130px}
.hbbe-form-row .hbbe-field--destination{flex:0 0 240px;min-width:240px}
.hbbe-form-row .hbbe-field--sort{flex:0 0 260px;min-width:260px}
.hbbe-form-row .hbbe-field--date{flex:0 0 150px;min-width:150px}
.hbbe-form-row .hbbe-field--stepper{flex:0 0 120px;min-width:120px}
.hbbe-form-row .hbbe-field--destination input{font-weight:900;text-transform:uppercase;letter-spacing:.08em}


@media (max-width:1100px){
  .hbbe-form-row .hbbe-field{flex:1 1 220px;min-width:220px}
  .hbbe-form-row .hbbe-field-btn{flex:1 1 220px;min-width:220px}
  .hbbe-form-row .hbbe-field--destination{flex:1 1 220px;min-width:220px}
}
.hbbe-advanced{margin-top:10px;grid-template-columns:1fr 2fr}
.hbbe-field label{display:block;font-size:12px;color:#444;margin:0 0 6px;font-weight:900}

/* Base control styling (high specificity to beat theme/builder resets) */
.hbbe-form .hbbe-field input,
.hbbe-form .hbbe-field select{
  width:100%;
  padding:10px !important;
  border:2px solid #d9d9d9 !important;
  border-radius:10px !important;
  height:44px;
  box-sizing:border-box;
  background:#fff;
  font-weight:700;
}

/* Destination specifically (some themes strip borders on text inputs) */
.hbbe-form .hbbe-field--destination input{
  border:2px solid #d9d9d9 !important;
  height:44px;
}

/* Align all top-row fields to same baseline/height */
.hbbe-form-row{align-items:flex-end}
.hbbe-field-btn .hbbe-btn{width:100%;padding:11px 12px;border-radius:10px;border:1px solid #0a66c2;background:#0a66c2;color:#fff;font-weight:900;cursor:pointer}

/* Hide native number spinners so we don't get "two sets" of controls */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
input[type=number]{ -moz-appearance:textfield; appearance:textfield; }

/* Shared */
.hbbe-btn{text-decoration:none;display:inline-block}
.hbbe-btn-primary{background:#0a66c2;color:#fff;border:1px solid #0a66c2;padding:10px 12px;border-radius:10px;font-weight:900;text-align:center}
.hbbe-check{display:flex;gap:8px;align-items:center;font-weight:900}
.hbbe-muted{color:#666;font-size:13px}
.hbbe-price{font-size:22px;font-weight:950;letter-spacing:-.2px}
.hbbe-link{text-decoration:none;color:#0a66c2;font-weight:950}

/* Results header */
.hbbe-results-head{display:flex;justify-content:space-between;gap:10px;margin:10px auto 12px;max-width:1180px}

/* Hotels.com-like shell */
.hbbe-results-shell{display:grid !important;grid-template-columns:320px 1fr;gap:14px;align-items:start}
/* Many WP themes (Elementor/Hello etc.) use narrow content widths (~800px).
   Keep the 2-column layout until a smaller breakpoint so results don't stack
   under filters on desktop. */
@media (max-width:740px){.hbbe-results-shell{grid-template-columns:1fr}}
.hbbe-side{position:sticky;top:18px}
@media (max-width:1000px){.hbbe-side{position:static}}

.hbbe-filter-card{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:12px}
.hbbe-filter-title{font-weight:950;margin-bottom:6px}

.hbbe-list{display:flex;flex-direction:column;gap:12px}

/* Hotels.com-style card */
.hbbe-hc-card{display:grid;grid-template-columns:220px 1fr 220px;gap:14px;background:#fff;border:1px solid #e7e7e7;border-radius:14px;overflow:hidden}
@media (max-width:900px){.hbbe-hc-card{grid-template-columns:1fr}.hbbe-hc-price{border-top:1px solid #eee}}

.hbbe-hc-img{position:relative;background:#f2f4f7;min-height:160px}
.hbbe-hc-img img{width:100%;height:100%;object-fit:cover;display:block}
.hbbe-save{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.92);cursor:not-allowed;font-size:18px;line-height:1}

.hbbe-hc-main{padding:12px 0 12px 12px}
.hbbe-hc-name{font-weight:950;font-size:18px;margin-bottom:4px}
.hbbe-hc-link{color:#111;text-decoration:none}
.hbbe-hc-link:hover{text-decoration:underline}
.hbbe-hc-sub{color:#444;font-size:13px;margin-bottom:10px}

.hbbe-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.hbbe-chip{font-size:12px;font-weight:900;border:1px solid #e1e4ea;border-radius:999px;padding:4px 10px;background:#fff}

.hbbe-hc-meta{display:flex;gap:8px;align-items:center}
.hbbe-hc-dot{color:#999}

.hbbe-hc-price{padding:12px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}
.hbbe-hc-pricebox{text-align:right}
.hbbe-hc-from{font-size:12px;color:#666;font-weight:900;text-transform:uppercase;letter-spacing:.4px}

/* Errors/detail */
.hbbe-error{padding:12px;border-radius:12px;border:1px solid #f3b9b9;background:#fff3f3;max-width:980px;margin:0 auto}
.hbbe-empty{padding:12px;border-radius:12px;border:1px solid #eee;background:#fff;max-width:980px;margin:0 auto}

.hbbe-detail-top{margin:6px auto 12px;max-width:980px}
.hbbe-detail{background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:14px;max-width:980px;margin:0 auto}
.hbbe-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0}
@media (max-width:960px){.hbbe-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
.hbbe-gallery-item img{width:100%;height:110px;object-fit:cover;border-radius:10px;border:1px solid #eee}
.hbbe-map{height:280px;border-radius:12px;border:1px solid #eee;margin:12px 0}
.hbbe-section{margin:18px 0 10px}
.hbbe-room{border-top:1px solid #eee;padding-top:12px;margin-top:12px}
.hbbe-room-title{font-weight:950;font-size:16px;margin-bottom:10px}
.hbbe-rate-table{display:flex;flex-direction:column;gap:10px}
.hbbe-rate{display:flex;justify-content:space-between;gap:12px;padding:10px;border:1px solid #eee;border-radius:10px;background:#fafafa}
.hbbe-rate-right{text-align:right;min-width:140px}
.hbbe-trustbox{margin:16px auto;max-width:980px}


/* Sidebar filter form */
.hbbe-filters{position:sticky;top:18px}
@media (max-width:1000px){.hbbe-filters{position:static}}
.hbbe-filter-group{margin-top:12px}
.hbbe-filter-label{font-weight:950;font-size:13px;margin-bottom:6px}
.hbbe-filter-row{display:flex;gap:8px;align-items:center}
.hbbe-filter-input{width:100%;padding:10px;border:1px solid #d9d9d9;border-radius:10px}
.hbbe-filter-sep{color:#999;font-weight:950}
.hbbe-filter-select{width:100%;padding:10px;border:1px solid #d9d9d9;border-radius:10px;background:#fff}
.hbbe-filter-apply{margin-top:10px;width:100%;padding:10px 12px;border-radius:10px;border:1px solid #111;background:#111;color:#fff;font-weight:950;cursor:pointer}
.hbbe-filter-clear{display:inline-block;margin-top:6px;color:#0a66c2;text-decoration:none;font-weight:950}

/* Force numeric inputs clickable in aggressive themes */
.hbbe-form input[type="number"],
.hbbe-form input, .hbbe-form select, .hbbe-form button {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}
.hbbe-form input[type="number"]{
  -webkit-appearance: auto !important;
  appearance: auto !important;
}

/* Stepper inputs (adults/children/rooms) */
.hbbe-stepper{display:flex;align-items:center;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden;background:#fff}
.hbbe-stepper .hbbe-input{border:0!important;text-align:center;max-width:72px;min-width:56px;padding:10px 8px!important}
.hbbe-stepper-btn{border:0;background:transparent;padding:10px 14px;cursor:pointer;font-size:18px;line-height:1}
.hbbe-stepper-btn:hover{background:rgba(0,0,0,.04)}


/* Stepper controls (adults/children/rooms) */
.hbbe-stepper{display:flex;align-items:center;gap:8px;position:relative;z-index:5}
.hbbe-stepper input{flex:1;min-width:0;position:relative;z-index:6}
.hbbe-stepper-btn{width:38px;height:38px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-size:18px;line-height:1}
.hbbe-stepper-btn:active{transform:scale(.98)}
/* Ensure form fields stay clickable even if theme adds overlays */
.hbbe-form, .hbbe-form *{pointer-events:auto}

/* v6d7 Stepper visual refinement (smaller +/- like Booking-style) */
.hbbe-stepper{border:1px solid #d9d9d9 !important;border-radius:10px !important;gap:6px !important;padding:6px 8px !important;background:#fff !important;overflow:visible !important}
.hbbe-stepper .hbbe-input{border:0 !important;box-shadow:none !important;outline:none !important;text-align:center !important;max-width:56px !important;min-width:44px !important;padding:6px 6px !important;height:32px !important}
.hbbe-stepper-btn{
  width:28px !important;height:28px !important;
  border-radius:8px !important;
  border:1px solid rgba(0,0,0,.18) !important;
  background:transparent !important;
  color:#0a66c2 !important;
  font-weight:950 !important;
  padding:0 !important;
  line-height:26px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.hbbe-stepper-btn:hover{background:rgba(10,102,194,.08) !important}

/* Extra specificity to beat Elementor/Theme global button styles (e.g. Hello theme). */
.hbbe-app .hbbe-stepper .hbbe-stepper-btn,
.hbbe-app button.hbbe-stepper-btn{
  background: transparent !important;
  box-shadow: none !important;
  text-transform: none !important;
  min-width: 0 !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 1px solid #d6dde6 !important;
  border-radius: 10px !important;
}

/* Final stepper + layout overrides */
.hbbe-app .hbbe-stepper .hbbe-stepper-btn,
.hbbe-app button.hbbe-stepper-btn{
  background: #ffffff !important;
  color: #111827 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.hbbe-app .hbbe-stepper .hbbe-stepper-btn:hover,
.hbbe-app button.hbbe-stepper-btn:hover{background:#ffffff !important;}

.hbbe-stepper input[type=number]{
  -webkit-appearance: none !important;
  appearance: textfield !important;
}
.hbbe-stepper input[type=number]::-webkit-outer-spin-button,
.hbbe-stepper input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Make destination and date inputs match the stepper field style */
.hbbe-app .hbbe-field input[type=text],
.hbbe-app .hbbe-field input[type=date],
.hbbe-app .hbbe-field .hbbe-date{
  border: 1px solid #d6dde6 !important;
  border-radius: 10px !important;
  height: 44px !important;
}

/* Keep all three steppers the same size */
.hbbe-app .hbbe-stepper{max-width: 156px !important;}

/* Bring the search button inside the rounded search container */
.hbbe-app .hbbe-searchbar{padding: 14px !important;}
.hbbe-app .hbbe-form-row{gap: 12px !important; align-items: flex-end !important;}
.hbbe-app .hbbe-search-btn{margin-left: 0 !important; height: 44px !important; border-radius: 10px !important;}

/* --- Final overrides (keep last) --- */
.hbbe-form-row .hbbe-field--destination{flex:1 1 240px;min-width:240px}
.hbbe-form-row .hbbe-field--date{flex:0 0 160px;min-width:160px}
.hbbe-form-row .hbbe-field--stepper{flex:0 0 140px;min-width:140px}

.hbbe-stepper{display:flex;align-items:center;gap:8px}
.hbbe-stepper-btn{pointer-events:auto}
.hbbe-stepper-input{width:66px;min-width:66px;text-align:center}

/* --- FINAL OVERRIDES (keep at bottom) --- */
/* Ensure the numeric value sits perfectly centered and never clips */
.hbbe-app .hbbe-stepper{
  align-items:center !important;
}
.hbbe-app .hbbe-stepper-input{
  width:56px !important;
  min-width:56px !important;
  height:38px !important;
  line-height:38px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  text-align:center !important;
  font-size:16px !important;
  font-weight:600 !important;
  box-shadow:none !important;
  outline:none !important;
  -webkit-appearance:none !important;
  appearance:none !important;
}
.hbbe-app .hbbe-stepper-input::-webkit-outer-spin-button,
.hbbe-app .hbbe-stepper-input::-webkit-inner-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
}
.hbbe-app .hbbe-stepper-input[type=number]{
  -moz-appearance:textfield !important;
}
.hbbe-app .hbbe-stepper-input:focus{
  outline:none !important;
  box-shadow:none !important;
}

/* Sort select should hug content */
.hbbe-advanced-row select{width:auto;min-width:170px}

/* Results summary single line and positioned under sort */
.hbbe-results-head{margin:6px 0 0;opacity:.9}
.hbbe-results-meta{font-size:13px}

.hbbe-advanced .hbbe-sort select{width:auto;min-width:170px}
.hbbe-results-head{max-width:1180px;margin:0 auto 12px;display:flex;justify-content:flex-end}
.hbbe-results-head .hbbe-muted{margin-top:4px}

/* =========================
   UI HOTFIX OVERRIDES (v6d14)
   ========================= */

/* Make all copy in the search UI bold */
.hbbe-app .hbbe-tabs button,
.hbbe-app .hbbe-field label,
.hbbe-app .hbbe-results-top label,
.hbbe-app .hbbe-results-top select,
.hbbe-app .hbbe-results-top option,
.hbbe-app .hbbe-search input,
.hbbe-app .hbbe-search select,
.hbbe-app .hbbe-btn-primary {
  font-weight: 700;
}

/* Ensure Destination + Date fields have the same border treatment as the stepper blocks */
.hbbe-app .hbbe-search input[type="text"],
.hbbe-app .hbbe-search input[type="date"],
.hbbe-app .hbbe-search select {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: #fff;
}

/* Fix stepper number alignment/clipping */
.hbbe-app .hbbe-stepper {
  display: grid !important;
  grid-template-columns: 34px 56px 34px;
  align-items: center;
  justify-content: center;
}

/* =========================
   RESULTS LAYOUT + DETAIL UI (v13o)
   ========================= */

/* Make sidebar + results sit side-by-side reliably */
.hbbe-results-shell{
  display: grid !important;
  grid-template-columns: 320px minmax(0,1fr) !important;
  gap: 18px;
  align-items: start;
}
.hbbe-side{width:320px;max-width:320px}
.hbbe-main{min-width:0}

@media (max-width: 980px){
  .hbbe-results-shell{grid-template-columns: 1fr !important;}
  .hbbe-side{width:100%;max-width:100%;}
}

/* Sort box sizing + alignment */
.hbbe-results-head{display:flex !important;justify-content:space-between !important;align-items:center;gap:12px;flex-wrap:wrap}
.hbbe-sort-wrap select,
.hbbe-sort select{
  min-width: 260px;
  height: 44px;
}

/* Hotel detail gallery lightbox buttons */
.hbbe-gallery-item.hbbe-lightbox{border:0;background:transparent;padding:0;cursor:pointer}
.hbbe-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;padding:24px;z-index:99999}
.hbbe-lightbox-overlay.is-open{display:flex}
.hbbe-lightbox-overlay img{max-width: min(1000px, 92vw);max-height: 92vh;border-radius: 14px;box-shadow: 0 12px 40px rgba(0,0,0,.4)}
.hbbe-app .hbbe-stepper-input {
  width: 56px !important;
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 !important;
  text-align: center !important;
  font-variant-numeric: tabular-nums;
}
.hbbe-app .hbbe-stepper-btn {
  width: 34px !important;
  height: 34px !important;
  line-height: 1 !important;
}

/* Ensure Destination / Check-in / Check-out look like the other controls */
.hbbe-app .hbbe-search input[type="text"],
.hbbe-app .hbbe-search input[type="date"] {
  border: 1px solid #d9d9d9 !important;
  border-radius: 12px !important;
  background: #fff !important;
  height: 44px !important;
  padding: 10px 12px !important;
}

/* Bold all text in search UI */
.hbbe-app .hbbe-tabs button,
.hbbe-app .hbbe-field label,
.hbbe-app .hbbe-results-head,
.hbbe-app .hbbe-sort,
.hbbe-app .hbbe-search input,
.hbbe-app .hbbe-search select,
.hbbe-app .hbbe-search button {
  font-weight: 700 !important;
}

/* Keep the Search button inside the container even on narrow widths */
.hbbe-app .hbbe-search-wrap {
  overflow: visible;
}

/* === v6d17 UI tweaks (booking engine bg, tabs bg, destination border, sort height) === */
.hbbe-form{background:#EBF3FF !important;}
.hbbe-tabs .hbbe-tab{background:#EBF3FF !important;}
.hbbe-tabs .hbbe-tab.is-disabled{opacity:.6;}
.hbbe-tabs .hbbe-tab.is-active{background:#EBF3FF !important;}

/* Force destination border/bold to match other inputs */
.hbbe-field--destination input{border:2px solid #2b4a87 !important;font-weight:700 !important;}

/* Sort select: ensure text isn't clipped (used on Hotels + Theme parks) */
.hbbe-sort select{
  height: 48px !important;
  min-height: 48px !important;
  padding: 8px 14px !important;
  line-height: 1.2 !important;
}


/* Stripe payment modal */
.hbbe-paynow, .hbbe-paylater{
  margin-top:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid #0a66c2;
  background:#0a66c2;
  color:#fff;
  font-weight:950;
  cursor:pointer;
}
.hbbe-paylater{
  border-color:#111;
  background:#fff;
  color:#111;
}
.hbbe-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.45);z-index:99999;padding:16px}
.hbbe-modal.is-open{display:flex}
.hbbe-modal-card{background:#fff;border-radius:14px;max-width:520px;width:100%;padding:14px;border:1px solid #e7e7e7}
.hbbe-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.hbbe-modal-title{font-weight:950}
.hbbe-modal-close{border:0;background:transparent;font-size:22px;cursor:pointer;line-height:1}
#hbbe-card-element{padding:12px;border:1px solid #d9d9d9;border-radius:10px}
.hbbe-modal-actions{display:flex;gap:10px;margin-top:12px}
.hbbe-modal-msg{margin-top:10px;color:#b00020;font-weight:900}

/* Activities (Tickets) */
.hbbe-tickets{max-width:1180px;margin:0 auto}
.hbbe-activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (max-width:1000px){.hbbe-activity-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.hbbe-activity-grid{grid-template-columns:1fr}}
.hbbe-activity-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:240px minmax(0,1fr);align-items:stretch;gap:0}
.hbbe-activity-img{width:240px;min-width:240px;background:#f2f4f7;position:relative;display:grid;align-self:stretch;overflow:hidden}
.hbbe-activity-img > *{grid-area:1 / 1}.hbbe-activity-img-el{width:100%;height:100%;object-fit:cover;display:block;min-height:180px}
.hbbe-activity-img-placeholder{width:100%;height:100%;min-height:180px}
.hbbe-activity-body{padding:14px;display:flex;flex-direction:column;gap:10px;flex:1}
.hbbe-activity-title{font-weight:950;font-size:16px;line-height:1.2}
.hbbe-activity-meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:12px;color:#3a3a3a;font-weight:700}
.hbbe-meta-item{opacity:.9}
.hbbe-activity-summary{font-size:13px;line-height:1.35;color:#4b5563}
.hbbe-activity-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}
.hbbe-activity-badges{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
@media (max-width:820px){
  .hbbe-activity-card{grid-template-columns:1fr}
  .hbbe-activity-img{width:100%;min-width:100%}
  .hbbe-activity-img-el,.hbbe-activity-img-placeholder{min-height:160px}
}

/* align control heights */
.hbbe-form select{height:44px;}


/* === HBBE layout fix: filters left, results right ===
   Some themes aggressively override layout rules, so we use a more specific
   selector + !important, plus a flex fallback.
*/
body .hbbe-wrap .hbbe-results-shell{
  display:grid !important;
  grid-template-columns: 300px minmax(0, 1fr);
  gap:22px;
  align-items:start;
}
body .hbbe-wrap .hbbe-results-shell .hbbe-sidebar{
  grid-column:1;
  width:300px;
  max-width:300px;
}
body .hbbe-wrap .hbbe-results-shell .hbbe-list{
  grid-column:2;
  min-width:0;
}

/* Flex fallback (if grid is disabled/overridden) */
@supports not (display:grid){
  body .hbbe-wrap .hbbe-results-shell{display:flex !important;flex-wrap:nowrap !important;}
  body .hbbe-wrap .hbbe-results-shell .hbbe-sidebar{flex:0 0 300px;}
  body .hbbe-wrap .hbbe-results-shell .hbbe-list{flex:1 1 auto;min-width:0;}
}

@media (max-width:720px){
  body .hbbe-wrap .hbbe-results-shell{grid-template-columns:1fr;}
  body .hbbe-wrap .hbbe-results-shell .hbbe-sidebar{width:auto;max-width:none;}
}

/* Stronger targeting for current markup (.hbbe-side / .hbbe-main) */
body .hbbe-wrap .hbbe-results-shell{
  grid-template-columns: 320px minmax(0,1fr);
}
body .hbbe-wrap .hbbe-results-shell .hbbe-side{width:320px;max-width:320px;}
body .hbbe-wrap .hbbe-results-shell .hbbe-main{min-width:0;}

/* Results header: keep sort aligned and a consistent size */
body .hbbe-wrap .hbbe-results-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
body .hbbe-wrap .hbbe-results-head .hbbe-sort-wrap{display:flex;justify-content:flex-end;}
body .hbbe-wrap .hbbe-results-head select{
  height:44px;
  min-width:260px;
  border-radius:10px;
}

/* Hotel gallery lightbox triggers */
.hbbe-gallery-item.hbbe-lightbox{
  border:0;
  padding:0;
  background:transparent;
  cursor:pointer;
  width:100%;
  text-align:left;
}

/* Lightbox overlay */
.hbbe-lightbox-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.75);z-index:999999;padding:18px}
.hbbe-lightbox-overlay.is-open{display:flex}
.hbbe-lightbox-overlay img{max-width:min(100%,1100px);max-height:90vh;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.35)}
.hbbe-lightbox-overlay .hbbe-lightbox-close{position:absolute;top:14px;right:14px;border:0;background:#fff;color:#111;border-radius:999px;width:40px;height:40px;font-size:22px;cursor:pointer;line-height:1}



/* === Cart / Checkout (Holigo) === */
.hbbe-cart, .hbbe-checkout { max-width: 1100px; margin: 0 auto; }
.hbbe-cart-head { position:relative; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 16px; border:1px solid rgba(0,0,0,.08); border-radius:14px; background: var(--hbbe-shell-bg, #eef6ff); }
.hbbe-cart-logo img { max-height: 44px; height:auto; width:auto; }
.hbbe-cart-title, .hbbe-checkout-title { margin: 18px 0 12px; font-size: 20px; letter-spacing: .6px; }
.hbbe-cart-grid { display:grid; grid-template-columns: 1.6fr 0.9fr; gap:18px; }
@media (max-width: 900px){ .hbbe-cart-grid{ grid-template-columns: 1fr; } }
.hbbe-cart-item { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding:14px 14px; border:1px solid rgba(0,0,0,.08); border-radius:14px; background:#fff; }
.hbbe-cart-item-type { font-size:12px; font-weight:800; opacity:.65; letter-spacing:.4px; margin-bottom:4px; }
.hbbe-cart-item-title { font-size:16px; font-weight:800; margin-bottom:4px; }
.hbbe-cart-item-meta { font-size:13px; opacity:.75; }
.hbbe-summary-box { position: sticky; top: 18px; padding:14px 14px; border:1px solid rgba(0,0,0,.08); border-radius:14px; background:#fff; }
.hbbe-summary-title { font-size:16px; margin-bottom:10px; }
.hbbe-summary-line { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid rgba(0,0,0,.06); }
.hbbe-summary-actions { display:flex; flex-direction:column; gap:10px; margin-top:12px; }
.hbbe-summary-trust, .hbbe-cart-trust, .hbbe-checkout-trust { font-size:13px; opacity:.85; }

/* Stripe badge (checkout/cart) */
.hbbe-stripe-badge-wrap{ margin-top:10px; text-align:right; }
.hbbe-stripe-badge{ position:static; width:140px; height:auto; opacity:.95; display:inline-block; }

/* Updating spinner */
.hbbe-updating{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#475569}
.hbbe-updating[hidden]{display:none !important}
.hbbe-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.18);border-top-color:rgba(0,0,0,.6);border-radius:50%;animation:hbbeSpin .8s linear infinite}
@keyframes hbbeSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes hbbeSpin{to{transform:rotate(360deg)}}

/* Primary blue buttons (Cart actions) */
.hbbe-cart .hbbe-btn, .hbbe-checkout .hbbe-btn, .hbbe-cart a.hbbe-btn, .hbbe-cart-actions a {
  background:#0b5ed7;
  color:#fff !important;
  border:1px solid #0b5ed7;
  border-radius:10px;
  padding:12px 14px;
  font-weight:800;
  text-decoration:none !important;
  display:inline-block;
  text-align:center;
}
.hbbe-cart .hbbe-btn:hover, .hbbe-checkout .hbbe-btn:hover, .hbbe-cart-actions a:hover {
  filter: brightness(0.95);
}



/* Cart thumbnails */
.hbbe-cart-item{display:flex;align-items:center;justify-content:space-between;gap:14px}
.hbbe-cart-item-thumb{width:96px;flex:0 0 96px;height:72px;border-radius:12px;overflow:hidden;background:#e9eef7}
.hbbe-cart-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.hbbe-cart-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e9eef7,#f6f8fb)}
.hbbe-cart-item-main{flex:1}


/* --- Checkout (Hotels.com-style) --- */
.hbbe-checkout { background:transparent; padding:18px; border-radius:16px; }
.hbbe-checkout-title { margin: 10px 0 16px; }
.hbbe-checkout-head { position:relative; display:flex; justify-content:flex-end; margin-bottom:6px; min-height:30px; }
.hbbe-checkout-trust { font-size:14px; }
.hbbe-checkout-grid { display:grid; grid-template-columns: 1.2fr 0.8fr; gap:16px; align-items:start; }
@media (max-width: 960px){ .hbbe-checkout-grid{ grid-template-columns: 1fr; } }
.hbbe-card { background:#fff; border-radius:16px; padding:16px; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.hbbe-card h3 { margin: 0 0 10px; font-size:16px; }
.hbbe-divider { height:1px; background: rgba(0,0,0,.08); margin:14px 0; }
.hbbe-muted { margin: 0 0 10px; color:#666; font-size:13px; }
.hbbe-form-row { display:flex; gap:12px; margin-bottom:12px; flex-wrap:wrap; }
.hbbe-form-col { flex:1; min-width: 200px; }
.hbbe-form-col label { display:block; font-weight:700; font-size:13px; margin:0 0 6px; }
.hbbe-form-col input, .hbbe-form-col textarea { width:100%; border:1px solid rgba(0,0,0,.18); border-radius:12px; padding:10px 12px; font-size:14px; }
.hbbe-checkboxes { margin-top:12px; display:flex; flex-direction:column; gap:8px; }
.hbbe-checkbox { display:flex; gap:10px; align-items:flex-start; font-size:13px; color:#222; }
.hbbe-checkbox input { margin-top:3px; }
.hbbe-checkout-actions { margin-top:14px; display:flex; flex-direction:column; gap:10px; }
.hbbe-checkout-msg { font-size:13px; }
.hbbe-checkout-msg.is-error { color:#b00020; }
.hbbe-checkout-msg.is-ok { color:#0a7a33; }
.hbbe-summary-item { display:flex; gap:10px; align-items:center; padding:10px 0; border-bottom:1px solid rgba(0,0,0,.08); }
.hbbe-summary-thumb img { width:56px; height:56px; border-radius:12px; object-fit:cover; display:block; }
.hbbe-summary-main { flex:1; }
.hbbe-summary-name { font-weight:800; font-size:13px; }
.hbbe-summary-dates { font-size:12px; color:#666; margin-top:2px; }
.hbbe-summary-price { font-weight:800; font-size:13px; }
.hbbe-summary-total { display:flex; justify-content:space-between; padding-top:12px; margin-top:10px; }

/* =============================
   Cosmetic updates (Jan 2026)
   ============================= */

/* Tip: start typing... (make bold) */
.hbbe-filter-tip{font-weight:800;}

/* Cart page buttons in uppercase */
.hbbe-cart .hbbe-btn{ text-transform: uppercase; }

/* Cart totals: make total price bold */
#hbbe-cart-total{ font-weight:800; }

/* Results shell loading state */
.hbbe-results-shell.is-loading{ opacity:0.6; pointer-events:none; position:relative; }
.hbbe-results-shell.is-loading:after{ content:'Loading…'; position:absolute; top:12px; right:12px; font-weight:700; background:#fff; padding:6px 10px; border-radius:10px; box-shadow:0 4px 18px rgba(0,0,0,0.12); }



/* === Holigo: Transparent Search Background === */
body .hbbe-form,
body .hbbe-form-inner,
body .hbbe-form-wrap {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Inputs stay readable */
body .hbbe-form input,
body .hbbe-form select {
    background: rgba(255,255,255,0.95) !important;
}

/* Buttons unchanged */



/* === Holigo: Center Cart Page Layout === */
body .hbbe-cart-wrapper,
body .hbbe-cart,
body .hbbe-cart-container {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .hbbe-cart {
    display: block;
}

body .hbbe-cart-actions,
body .hbbe-cart-summary {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    body .hbbe-cart-wrapper,
    body .hbbe-cart {
        padding-left: 16px;
        padding-right: 16px;
    }
}



/* === Holigo: UI Shell Max Width (match reference image) === */
body .hbbe-shell,
body .hbbe-ui,
body .hbbe-form,
body .hbbe-tabs,
body .hbbe-results,
body .hbbe-cart-wrapper,
body .hbbe-cart,
body .hbbe-checkout {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Prevent edge hugging on large screens */
body .hbbe-shell,
body .hbbe-ui {
    padding-left: 24px;
    padding-right: 24px;
}

/* Mobile safety */
@media (max-width: 768px) {
    body .hbbe-shell,
    body .hbbe-ui {
        padding-left: 16px;
        padding-right: 16px;
    }
}



/* === Holigo: Remove off-white background panel around UI shell === */
body .hbbe-wrap{
  background: transparent !important;
  --hbbe-bg: transparent !important;
  min-height: auto !important;
  padding: 0 !important;
}

/* Keep content nicely aligned without extra 'panel' spacing */
body .hbbe-main-centered{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}



/* === 40.2 Details page enhancements === */
.hbbe-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:14px 0;position:relative}
.hbbe-gallery-meta{grid-column:1/-1;font-size:13px;color:var(--holigo-muted);margin-bottom:4px}
.hbbe-gallery-item{border:0;background:transparent;padding:0;cursor:pointer}
.hbbe-gallery-item img{width:100%;height:120px;object-fit:cover;border-radius:14px;display:block}
.hbbe-rooms{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}
.hbbe-room{border:1px solid var(--holigo-border);border-radius:18px;padding:12px;background:#fff}
.hbbe-rate-details{margin-top:8px;border:1px solid var(--holigo-border);border-radius:14px;padding:8px 10px;background:rgba(15,23,42,0.02)}
.hbbe-rate-details>summary{cursor:pointer;font-weight:700;font-size:13px;text-transform:lowercase}
.hbbe-rate-details-body{margin-top:10px}
.hbbe-rate-kv{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px dashed rgba(15,23,42,0.12);font-size:13px}
.hbbe-rate-kv:last-child{border-bottom:0}
.hbbe-rate-kv span:first-child{color:var(--holigo-muted)}
.hbbe-rate-subtitle{margin-top:10px;font-weight:800;font-size:13px;text-transform:lowercase}
.hbbe-rate-list{margin:8px 0 0 18px;font-size:13px;color:var(--holigo-dark)}
.hbbe-kv{display:grid;gap:8px;margin-top:10px}
.hbbe-kv-row{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--holigo-border);border-radius:14px;background:#fff;font-size:13px}
.hbbe-kv-row span:first-child{color:var(--holigo-muted);text-transform:lowercase;font-weight:700}


/* === 40.3 Booking-style photo hero === */
.hbbe-photo-hero{position:relative;margin:14px 0}
.hbbe-photo-hero-btn{border:0;background:transparent;padding:0;width:100%;cursor:pointer}
.hbbe-photo-hero-btn img{width:100%;height:360px;object-fit:cover;border-radius:18px;display:block}
@media (max-width: 720px){
  .hbbe-photo-hero-btn img{height:240px}
}
.hbbe-photo-viewall{
  position:absolute;right:14px;bottom:14px;
  border:1px solid var(--holigo-border);
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  font-size:13px;
  text-transform:lowercase;
  box-shadow:0 10px 20px rgba(2,30,60,0.10);
  cursor:pointer;
}
.hbbe-gallery--hidden{display:none !important}


/* === OTA PACK (pre-checkout only) === */
.hbbe-toolbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--holigo-border);padding:10px 12px;margin:10px 0 12px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 10px 20px rgba(2,30,60,0.06)}
.hbbe-toolbar-left{display:flex;flex-direction:column;gap:2px}
.hbbe-toolbar-count{font-weight:900}
.hbbe-toolbar-dates{font-size:13px;color:var(--holigo-muted)}
.hbbe-toolbar-right{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.hbbe-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--holigo-border);background:#fff;border-radius:999px;padding:8px 12px;font-weight:900;text-transform:lowercase;font-size:13px;text-decoration:none;color:var(--holigo-dark);cursor:pointer}
.hbbe-pill.is-active{background:rgba(0,116,212,0.10);border-color:rgba(0,116,212,0.35)}
.hbbe-pill-outline{background:#fff}
.hbbe-chipsbar{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}
.hbbe-chipbtn{display:inline-flex;align-items:center;border:1px solid var(--holigo-border);background:rgba(15,23,42,0.02);border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px;text-decoration:none;color:var(--holigo-dark);text-transform:lowercase}
.hbbe-chipbtn:hover{background:rgba(0,116,212,0.08)}
.hbbe-card-actions{display:flex;justify-content:flex-end;gap:10px;align-items:center;margin-bottom:6px}
.hbbe-iconbtn{border:1px solid var(--holigo-border);background:#fff;border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:900}
.hbbe-iconbtn.is-saved{background:rgba(255,122,24,0.12);border-color:rgba(255,122,24,0.35)}
.hbbe-compare{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--holigo-muted);user-select:none}
.hbbe-mapview{margin:12px 0}
.hbbe-results-map{height:520px;border-radius:18px;border:1px solid var(--holigo-border);overflow:hidden}
.hbbe-maplist{margin-top:10px}
.hbbe-comparebar{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:#fff;border:1px solid var(--holigo-border);border-radius:18px;padding:10px 12px;box-shadow:0 18px 36px rgba(2,30,60,0.18);display:none}
.hbbe-comparebar .row{display:flex;justify-content:space-between;align-items:center;gap:10px}
.hbbe-comparebar .items{font-size:13px;color:var(--holigo-muted)}
.hbbe-comparebar button{border:0;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}
.hbbe-comparebar .btn-primary{background:var(--holigo-blue);color:#fff}
.hbbe-comparebar .btn-ghost{background:rgba(15,23,42,0.06);color:var(--holigo-dark)}
.hbbe-saved-drawer{position:fixed;top:0;right:0;width:min(420px,92vw);height:100vh;background:#fff;border-left:1px solid var(--holigo-border);z-index:80;transform:translateX(105%);transition:transform .22s ease;box-shadow:-18px 0 36px rgba(2,30,60,0.18);padding:14px;overflow:auto}
.hbbe-saved-drawer.is-open{transform:translateX(0)}
.hbbe-saved-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.hbbe-saved-head h3{margin:0;font-size:18px}
.hbbe-saved-item{border:1px solid var(--holigo-border);border-radius:16px;padding:10px;margin:10px 0}
.hbbe-saved-item a{font-weight:900;text-decoration:none;color:var(--holigo-dark)}


/* Final Hotelbeds certification polish */
.hbbe-form-row{align-items:flex-end}
.hbbe-app .hbbe-field--destination input,
.hbbe-app .hbbe-field--date input,
.hbbe-app .hbbe-stepper,
.hbbe-app .hbbe-stepper-input{height:56px !important; box-sizing:border-box;}
.hbbe-app .hbbe-stepper{padding:0 10px !important; display:flex; align-items:center;}
.hbbe-app .hbbe-stepper-btn{width:40px !important; height:40px !important;}
.hbbe-app .hbbe-stepper-input{line-height:56px !important;}
.hbbe-tabs .hbbe-tab{min-height:40px; display:inline-flex; align-items:center;}

/* Similar hotels horizontal full-width candidate layout */
.hbbe-similar-wrap,.hbbe-similar-wrapper{width:100%;max-width:1200px;margin:32px auto 0;clear:both;display:block;}
.hbbe-similar-slider{display:flex !important; flex-direction:row !important; flex-wrap:nowrap !important; gap:16px; overflow-x:auto; overflow-y:hidden; width:100%; scroll-snap-type:x proximity;}
.hbbe-similar-card{flex:0 0 260px; min-width:260px; max-width:260px; display:flex; flex-direction:column; min-height:360px;}
.hbbe-similar-card img{width:100%;height:160px;object-fit:cover;display:block;}
.hbbe-similar-card .pad,.hbbe-similar-body{flex:1;display:flex;flex-direction:column;}


/* fix42 final alignment + similar hotels */
.hbbe-form-row{align-items:flex-end;}
.hbbe-form-row .hbbe-field--destination{flex:0 0 260px !important;min-width:260px !important;max-width:260px !important;}
.hbbe-form-row .hbbe-field--dates{display:flex;gap:14px;align-items:flex-end;}
.hbbe-form-row .hbbe-field--dates .hbbe-input,
.hbbe-form-row .hbbe-field--dates input,
.hbbe-form-row .hbbe-field--destination input,
.hbbe-app .hbbe-stepper,
.hbbe-app .hbbe-stepper-input{height:56px !important;box-sizing:border-box !important;}
.hbbe-form-row input[type="date"], .hbbe-form-row input.hasDatepicker, .hbbe-form-row .hbbe-date-input{padding-top:0 !important;padding-bottom:0 !important;line-height:56px !important;}
.hbbe-similar-wrap{width:100%;clear:both;margin:34px 0 0;}
.hbbe-similar-heading{font-size:24px;font-weight:800;margin:0 0 14px;}
.hbbe-similar-slider{display:flex !important;flex-direction:row !important;gap:16px;overflow-x:auto;flex-wrap:nowrap !important;width:100%;padding-bottom:8px;}
.hbbe-similar-card{flex:0 0 280px;max-width:280px;display:flex;flex-direction:column;min-height:390px;border:1px solid rgba(15,23,42,.10);border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(2,30,60,.08);}
.hbbe-similar-media{display:block;height:170px;background:#f5f7fb;}
.hbbe-similar-media img{width:100%;height:170px;object-fit:cover;display:block;}
.hbbe-similar-body{display:flex;flex-direction:column;flex:1;padding:14px;}
.hbbe-similar-name{font-weight:800;min-height:44px;}
.hbbe-similar-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;}


/* Final verification overrides */
.hbbe-form-row .hbbe-field--destination{flex:0 0 240px !important;min-width:240px !important;max-width:240px !important;}
.hbbe-form-row .hbbe-field--date{flex:0 0 150px !important;min-width:150px !important;}
.hbbe-form-row .hbbe-field--destination input,
.hbbe-app .hbbe-field--date input,
.hbbe-app .hbbe-field input[type=date],
.hbbe-app .hbbe-stepper,
.hbbe-app .hbbe-stepper-input{height:52px !important;box-sizing:border-box !important;line-height:52px !important;}
.hbbe-app .hbbe-stepper{padding:0 10px !important;}
.hbbe-app .hbbe-stepper-btn{width:36px !important;height:36px !important;}
.hbbe-similar-wrapper{width:100%;clear:both;margin:32px 0 0;}
.hbbe-similar-slider{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:16px;overflow-x:auto;padding:4px 0 12px;}
.hbbe-similar-card{flex:0 0 260px;display:flex;flex-direction:column;min-height:320px;max-width:260px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;text-decoration:none;color:inherit;overflow:hidden;}
.hbbe-similar-image{height:160px;background:#eef2f7;}
.hbbe-similar-image img{width:100%;height:100%;object-fit:cover;display:block;}
.hbbe-similar-body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1;}
.hbbe-similar-title{font-weight:800;line-height:1.25;min-height:44px;}
.hbbe-similar-meta{font-size:13px;color:#64748b;min-height:18px;}
.hbbe-similar-price{margin-top:auto;font-weight:800;}


/* Final certification stable overrides */
.hbbe-form-row{flex-wrap:nowrap;align-items:flex-end !important}
.hbbe-form-row .hbbe-field--destination{flex:0 0 120px !important;min-width:120px !important;max-width:120px !important}
.hbbe-form-row .hbbe-field--date{flex:0 0 150px !important;min-width:150px !important;max-width:150px !important}
.hbbe-form-row .hbbe-field--stepper{flex:0 0 110px !important;min-width:110px !important;max-width:110px !important}
.hbbe-form-row .hbbe-field-btn{flex:0 0 120px !important;min-width:120px !important;max-width:120px !important}
.hbbe-form .hbbe-field input,
.hbbe-form .hbbe-field select,
.hbbe-form input[type="date"],
.hbbe-form .hbbe-stepper,
.hbbe-form .hbbe-btn{height:44px !important;box-sizing:border-box !important}
.hbbe-form input[type="date"]{padding:0 10px !important;line-height:44px !important}
.hbbe-field-btn .hbbe-btn{display:flex !important;align-items:center;justify-content:center}
@media (max-width:1100px){
  .hbbe-form-row{flex-wrap:wrap !important}
  .hbbe-form-row .hbbe-field--destination,
  .hbbe-form-row .hbbe-field--date,
  .hbbe-form-row .hbbe-field--stepper,
  .hbbe-form-row .hbbe-field-btn{flex:1 1 160px !important;min-width:160px !important;max-width:none !important}
}
.hbbe-similar-wrapper,.hbbe-similar-wrap{width:100% !important;max-width:1180px !important;margin:32px auto 0 !important;clear:both !important;display:block !important}
.hbbe-similar-slider{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:16px !important;overflow-x:auto !important;overflow-y:hidden !important;width:100% !important;align-items:stretch !important}
.hbbe-similar-card{flex:0 0 280px !important;max-width:280px !important;min-height:390px !important;display:flex !important;flex-direction:column !important}
.hbbe-similar-media,.hbbe-similar-image{height:170px !important}
.hbbe-similar-media img,.hbbe-similar-image img{width:100% !important;height:170px !important;object-fit:cover !important}
.hbbe-similar-body{display:flex !important;flex-direction:column !important;flex:1 !important}
.hbbe-similar-foot{margin-top:auto !important}

/* Final tidy: equal search bar heights + spacing */
.hbbe-form-row{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:flex-end !important;
  gap:14px !important;
}
.hbbe-form-row .hbbe-field{margin:0 !important;}
.hbbe-form-row .hbbe-field label{margin:0 0 8px !important; display:block !important; line-height:1.2 !important;}
.hbbe-form-row .hbbe-field--destination{flex:0 0 150px !important;min-width:150px !important;max-width:150px !important;}
.hbbe-form-row .hbbe-field--date{flex:0 0 188px !important;min-width:188px !important;max-width:188px !important;}
.hbbe-form-row .hbbe-field--stepper{flex:0 0 140px !important;min-width:140px !important;max-width:140px !important;}
.hbbe-form-row .hbbe-field-btn{flex:0 0 150px !important;min-width:150px !important;max-width:150px !important;align-self:flex-end !important;}
.hbbe-form .hbbe-field--destination input,
.hbbe-form .hbbe-field--date input,
.hbbe-form .hbbe-stepper,
.hbbe-form .hbbe-btn{height:54px !important;min-height:54px !important;box-sizing:border-box !important;border-radius:14px !important;}
.hbbe-form .hbbe-field--destination input,
.hbbe-form .hbbe-field--date input{padding:0 14px !important;line-height:54px !important;}
.hbbe-form .hbbe-stepper{display:flex !important;align-items:center !important;padding:0 10px !important;gap:8px !important;}
.hbbe-form .hbbe-stepper-input{height:52px !important;min-height:52px !important;line-height:52px !important;padding:0 !important;}
.hbbe-form .hbbe-stepper-btn{width:40px !important;height:40px !important;min-width:40px !important;}
.hbbe-form .hbbe-field-btn .hbbe-btn{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;}
@media (max-width:1100px){
  .hbbe-form-row{flex-wrap:wrap !important;}
  .hbbe-form-row .hbbe-field--destination,
  .hbbe-form-row .hbbe-field--date,
  .hbbe-form-row .hbbe-field--stepper,
  .hbbe-form-row .hbbe-field-btn{flex:1 1 180px !important;min-width:180px !important;max-width:none !important;}
}

/* Final mobile hotel-results tidy-up */
@media (max-width: 768px){
  body .hbbe-wrap .hbbe-results-shell,
  body .hbbe-wrap .hbbe-results-shell .hbbe-main,
  body .hbbe-wrap .hbbe-results-shell .hbbe-list{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }
  body .hbbe-wrap .hbbe-results-shell .hbbe-side,
  body .hbbe-wrap .hbbe-results-shell .hbbe-sidebar,
  body .hbbe-wrap .hbbe-results-shell .hbbe-filters{
    width:100% !important;
    max-width:100% !important;
    position:static !important;
    margin:0 0 16px 0 !important;
  }
  body .hbbe-wrap .hbbe-results-shell .hbbe-main,
  body .hbbe-wrap .hbbe-results-shell .hbbe-list{
    clear:both !important;
  }
  body .hbbe-wrap .hbbe-hc-card,
  body .hbbe-wrap .hbbe-hotel-card,
  body .hbbe-wrap .hbbe-room,
  body .hbbe-wrap .hbbe-room-card{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
  body .hbbe-wrap .hbbe-hc-card{grid-template-columns:1fr !important;}
  body .hbbe-wrap .hbbe-hc-media,
  body .hbbe-wrap .hbbe-hc-media img,
  body .hbbe-wrap .hbbe-gallery,
  body .hbbe-wrap .hbbe-gallery img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }
}


/* OTA phase 2 polish */
.hbbe-activity-pricebox{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:170px;padding:6px 0}.hbbe-price-label{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.hbbe-price-main{font-size:22px;font-weight:950;letter-spacing:-.2px;line-height:1.1;color:#0f172a}.hbbe-price-sub{font-size:13px;line-height:1.2;color:#475569;margin-top:2px;display:block}.hbbe-detail-option-desc p{margin:0 0 8px}.hbbe-detail-option-desc p:last-child{margin-bottom:0}.hbbe-tripbuilder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.hbbe-tripbuilder-card{border:1px solid #dbe7ff;border-radius:14px;padding:14px;background:#f8fbff}.hbbe-tripbuilder-card strong{display:block;margin-bottom:6px;color:#0f172a}.hbbe-tripbuilder-card p{margin:0;color:#475569;font-size:14px;line-height:1.45}

.hbbe-trip-builder-rec-image{margin:0 0 10px}.hbbe-trip-builder-rec-image img{width:100%;height:160px;object-fit:cover;border-radius:14px;display:block}.hbbe-trip-builder-rec{overflow:hidden}

/* v11.3 trip builder polish */
.hbbe-trip-builder-head{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin:0 0 12px}
.hbbe-trip-builder-head strong{display:block}
.hbbe-trip-builder-sub{color:#64748b;font-size:13px}
.hbbe-trip-builder-rec-head{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin:14px 0 12px}
.hbbe-trip-builder-recs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.hbbe-trip-builder-rec{border:1px solid #dbe7ff;border-radius:16px;background:#fff;padding:12px;box-shadow:0 6px 18px rgba(15,23,42,.05);overflow:hidden;min-width:0}
.hbbe-trip-builder-rec-image{margin:0 0 10px;width:100%;overflow:hidden;border-radius:14px;background:#f8fafc}
.hbbe-trip-builder-rec-image img{width:100%;max-width:100%;height:150px;object-fit:cover;display:block}
.hbbe-trip-builder-rec-badge{display:inline-block;margin:0 0 8px;padding:4px 8px;border-radius:999px;background:#eef5ff;color:#045aa6;font-size:12px;font-weight:700}
.hbbe-trip-builder-rec-title{font-weight:800;color:#0f172a;line-height:1.3;margin:0 0 6px}
.hbbe-trip-builder-rec-meta{font-size:13px;line-height:1.4;color:#475569;margin:0 0 8px}
.hbbe-trip-builder-rec-price{font-size:18px;font-weight:900;color:#0f172a;margin:0 0 10px}
.hbbe-trip-builder-rec-price-muted{font-size:13px;font-weight:600;color:#64748b}
.hbbe-trip-builder-rec-actions .hbbe-btn{width:100%;justify-content:center}
.hbbe-manage-card img,.hbbe-trip-card img{max-width:100%;height:auto;display:block}


/* v12.2.1 gallery + sort stability patch */
.hbbe-gallery-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.92)}
.hbbe-gallery-overlay-inner{position:relative;width:min(1180px,96vw);max-height:90vh;overflow:auto;background:transparent}
.hbbe-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.hbbe-gallery-tile{padding:0;border:0;background:transparent;cursor:pointer}
.hbbe-gallery-tile img{width:100%;height:180px;object-fit:cover;border-radius:14px;display:block;box-shadow:0 8px 24px rgba(0,0,0,.28)}
.hbbe-gallery-close{position:sticky;top:0;float:right;margin:0 0 12px auto;border:0;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer;background:#fff;color:#111;z-index:2}
body.hbbe-no-scroll{overflow:hidden}
footer ~ .hbbe-gallery-overlay, .site-footer ~ .hbbe-gallery-overlay{position:fixed !important}
@media (max-width:767px){.hbbe-gallery-overlay{padding:14px}.hbbe-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hbbe-gallery-tile img{height:130px}}


/* v12.3.1 smart verified checkout */
.hbbe-verified-strip{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center;margin:14px 0 18px}
.hbbe-verified-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#eef6ff;border:1px solid #cfe0f5;color:#16324f;font-weight:800;font-size:14px;box-shadow:0 4px 12px rgba(15,23,42,.06)}
.hbbe-verified-pill.is-ok{background:#ecfdf3;border-color:#b7e4c7;color:#116149}
.hbbe-journey-hub{margin-top:16px;padding:16px;border:1px solid #dbe7f3;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.hbbe-journey-hub-title{font-size:16px;color:#16324f;margin-bottom:8px}
.hbbe-journey-hub-copy{font-size:14px;line-height:1.5;color:#3b4e63;margin-bottom:10px}
.hbbe-journey-hub-list{margin:0;padding-left:18px;color:#16324f}
.hbbe-journey-hub-list li{margin:0 0 6px}


/* v15.2.6 cart alignment fix */
.hbbe-cart-item{align-items:stretch}
.hbbe-cart-item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;align-self:stretch;min-width:124px;gap:10px}
.hbbe-cart-item-actions .hbbe-btn{margin-top:auto;white-space:nowrap}
@media (max-width:700px){.hbbe-cart-item{flex-wrap:wrap}.hbbe-cart-item-actions{width:100%;min-width:0;align-items:stretch}.hbbe-cart-item-actions .hbbe-btn{width:100%}}

/* v15.3.0 ota upsells + transfer autosuggest */
.hbbe-ota-trip-builder{margin-top:18px;padding:18px;border:1px solid #dbe7f3;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:0 10px 24px rgba(15,23,42,.05)}
.hbbe-ota-trip-builder-head h3{margin:4px 0 6px;font-size:22px;line-height:1.2;color:#0f172a}.hbbe-ota-trip-builder-head p{margin:0;color:#475569}.hbbe-ota-trip-builder-kicker{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0b5cab}
.hbbe-ota-trip-builder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:16px}
.hbbe-ota-trip-builder-card{border:1px solid #dbe7ff;border-radius:16px;background:#fff;padding:16px;box-shadow:0 6px 18px rgba(15,23,42,.04);display:flex;flex-direction:column;gap:10px}.hbbe-ota-trip-builder-card strong{font-size:16px;color:#0f172a}.hbbe-ota-trip-builder-card p{margin:0;color:#475569;font-size:14px;line-height:1.5}.hbbe-ota-trip-builder-icon{font-size:24px;line-height:1}.hbbe-ota-coming-soon{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#eef5ff;color:#0b5cab;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.hbbe-cart-inline-upsell{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:13px;color:#475569}.hbbe-cart-inline-upsell a{font-weight:800;text-decoration:none}
.hbbe-transfer-dropoff-field{position:relative}.hbbe-transfer-autosuggest{position:absolute;left:0;right:0;top:100%;margin-top:6px;background:#fff;border:1px solid #dbe7f3;border-radius:14px;box-shadow:0 16px 32px rgba(15,23,42,.12);overflow:hidden;z-index:50}.hbbe-transfer-autosuggest-item{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 14px;text-decoration:none;color:#0f172a;border-top:1px solid #eef2f7}.hbbe-transfer-autosuggest-item:first-child{border-top:0}.hbbe-transfer-autosuggest-item:hover{background:#f8fbff}.hbbe-transfer-autosuggest-item small{color:#0b5cab;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
@media (max-width:700px){.hbbe-ota-trip-builder{padding:14px}.hbbe-transfer-autosuggest-item{flex-direction:column;align-items:flex-start}}


.hbbe-deal-trigger-pricing{margin:12px 0;padding:12px 14px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:14px;font-weight:700;line-height:1.4}
.hbbe-deal-trigger--compact{padding:8px 10px;font-size:13px;border-radius:12px}
.hbbe-customers-added-panel{margin-top:18px;padding:20px;border:1px solid #dbe7ff;border-radius:20px;background:#fff;box-shadow:0 8px 22px rgba(2,30,60,.05)}
.hbbe-customers-added-head{display:flex;flex-direction:column;gap:4px;align-items:flex-start;margin-bottom:16px}.hbbe-customers-added-head strong{font-size:22px;line-height:1.2;color:#0f172a}.hbbe-customers-added-head span{color:#64748b;font-size:14px;line-height:1.5}
.hbbe-customers-added-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.hbbe-customers-added-card{border:1px solid #dbe7ff;border-radius:18px;padding:18px;background:#f8fbff;display:flex;flex-direction:column;gap:10px;min-height:100%}.hbbe-customers-added-card strong{display:block;font-size:17px;line-height:1.3;color:#0f172a}.hbbe-customers-added-card p{margin:0 0 14px;color:#475569;line-height:1.55;flex:1 1 auto}.hbbe-customers-added-card .hbbe-btn{margin-top:auto;width:100%;justify-content:center}.hbbe-customers-added-icon{font-size:24px;line-height:1;margin-bottom:2px}
.hbbe-package-builder{margin-top:18px;padding:20px;border:1px solid #dbe7ff;border-radius:20px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);box-shadow:0 8px 22px rgba(2,30,60,.05)}
.hbbe-package-builder--compact .hbbe-package-builder-head h3{font-size:20px}.hbbe-package-builder-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:16px}.hbbe-package-builder-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}.hbbe-package-builder-head h3{margin:4px 0 0;line-height:1.2;color:#0f172a}.hbbe-package-builder-head .hbbe-btn{min-height:46px}
.hbbe-package-builder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.hbbe-package-builder-card{border:1px solid #dbe7ff;border-radius:18px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:10px;min-height:100%}.hbbe-package-builder-card strong{display:block;font-size:18px;line-height:1.3;color:#0f172a}.hbbe-package-builder-strap{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#045aa6;font-size:12px;font-weight:800;margin-bottom:2px}.hbbe-package-builder-card p{margin:0 0 14px;color:#475569;line-height:1.55;flex:1 1 auto}.hbbe-package-builder-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:800;margin-top:auto}.hbbe-package-builder-foot span{font-size:18px;color:#0f172a}.hbbe-package-builder-foot .hbbe-btn{white-space:nowrap}
.hbbe-packages-page{display:grid;gap:18px}.hbbe-packages-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;padding:22px;border:1px solid #dbe7ff;border-radius:20px;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)}.hbbe-packages-hero h1{margin:6px 0 8px}.hbbe-packages-hero p{margin:0;color:#475569;max-width:760px}.hbbe-packages-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hbbe-packages-lower-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;align-items:start}
@media(max-width:960px){.hbbe-customers-added-grid,.hbbe-package-builder-grid,.hbbe-packages-lower-grid{grid-template-columns:1fr}}

@media(max-width:960px){.hbbe-customers-added-head strong{font-size:20px}.hbbe-package-builder-head{align-items:flex-start}.hbbe-package-builder-head .hbbe-btn{width:100%;justify-content:center}.hbbe-package-builder-foot{flex-direction:column;align-items:stretch}.hbbe-package-builder-foot .hbbe-btn,.hbbe-customers-added-card .hbbe-btn{width:100%}}


/* v15.4.2 mobile stacking + transfer autosuggest speed polish */
@media (max-width: 768px){
  .hbbe-app .hbbe-btn,
  .hbbe-app a.hbbe-btn,
  .hbbe-app button.hbbe-btn,
  .hbbe-app .hbbe-btn-primary,
  .hbbe-app .hbbe-btn-secondary{
    width:100% !important;
    max-width:100% !important;
    white-space:normal !important;
    text-align:center !important;
    justify-content:center !important;
  }
  .hbbe-card-actions,
  .hbbe-toolbar,
  .hbbe-toolbar-right,
  .hbbe-modal-actions,
  .hbbe-activity-card-actions,
  .hbbe-detail-option-actions,
  .hbbe-cart-item-actions,
  .hbbe-package-builder-head,
  .hbbe-package-builder-foot,
  .hbbe-packages-hero-actions,
  .hbbe-summary-actions,
  .hbbe-checkout-actions{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    width:100% !important;
  }
  .hbbe-card-actions > *,
  .hbbe-toolbar-right > *,
  .hbbe-modal-actions > *,
  .hbbe-activity-card-actions > *,
  .hbbe-detail-option-actions > *,
  .hbbe-cart-item-actions > *,
  .hbbe-package-builder-head > *,
  .hbbe-package-builder-foot > *,
  .hbbe-packages-hero-actions > *,
  .hbbe-summary-actions > *,
  .hbbe-checkout-actions > *{
    width:100% !important;
    max-width:100% !important;
  }
  .hbbe-cart-item,
  .hbbe-cart-row,
  .hbbe-room-card,
  .hbbe-detail-summary-row,
  .hbbe-packages-hero,
  .hbbe-transfer-form .hbbe-form-row{
    grid-template-columns:1fr !important;
  }
  .hbbe-cart-item-actions{min-width:0 !important;align-items:stretch !important;}
  .hbbe-transfer-form .hbbe-field-btn,
  .hbbe-transfer-form .hbbe-field,
  .hbbe-transfer-form .hbbe-field--destination,
  .hbbe-transfer-form .hbbe-field--date,
  .hbbe-transfer-form .hbbe-field--stepper,
  .hbbe-transfer-form .hbbe-form-row .hbbe-field-btn,
  .hbbe-transfer-form .hbbe-form-row .hbbe-field{
    flex:1 1 100% !important;
    min-width:100% !important;
    max-width:100% !important;
    width:100% !important;
  }
  .hbbe-transfer-autosuggest{left:0 !important; right:0 !important; width:100% !important; max-width:100% !important;}
  .hbbe-transfer-autosuggest-item{display:flex !important; flex-direction:column !important; align-items:flex-start !important; gap:4px !important;}
  .hbbe-customers-added-panel,
  .hbbe-package-builder,
  .hbbe-trip-builder-panel{padding:16px !important;}
  .hbbe-customers-added-card,
  .hbbe-package-builder-card,
  .hbbe-trip-builder-rec{padding:14px !important;}
}

@media (max-width: 520px){
  .hbbe-form-row,
  .hbbe-transfer-form .hbbe-form-row{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
  }
  .hbbe-form-row .hbbe-field--destination,
  .hbbe-form-row .hbbe-field--date,
  .hbbe-form-row .hbbe-field--stepper,
  .hbbe-form-row .hbbe-field-btn{
    flex:1 1 100% !important;
    min-width:100% !important;
    max-width:100% !important;
    width:100% !important;
  }
  .hbbe-app .hbbe-stepper{width:100% !important;max-width:100% !important;}
}


/* v15.4.4 mobile transfer dropdown polish + next upgrade tidy */
.hbbe-transfer-autosuggest{
  max-height:min(52vh, 320px);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.hbbe-transfer-autosuggest.is-loading{
  opacity:.98;
}
.hbbe-transfer-autosuggest-status{
  padding:14px 16px;
  color:#475569;
  font-weight:600;
  background:#fff;
}
.hbbe-transfer-autosuggest-label{
  display:block;
  font-weight:800;
  line-height:1.35;
}
.hbbe-customers-added-card .hbbe-btn,
.hbbe-package-builder-card .hbbe-btn,
.hbbe-trip-builder-rec-actions .hbbe-btn{
  min-height:46px;
}
@media (max-width: 768px){
  .hbbe-transfer-dropoff-field{
    position:relative;
    z-index:30;
  }
  .hbbe-transfer-autosuggest{
    margin-top:8px !important;
    border-radius:16px !important;
    max-height:46vh !important;
  }
  .hbbe-transfer-autosuggest-item{
    padding:14px 14px 16px !important;
  }
  .hbbe-transfer-autosuggest-item small{
    font-size:11px;
    letter-spacing:.05em;
  }
  .hbbe-customers-added-grid,
  .hbbe-ota-trip-builder-grid,
  .hbbe-package-builder-grid,
  .hbbe-trip-builder-recs{
    grid-template-columns:1fr !important;
  }
  .hbbe-customers-added-card,
  .hbbe-ota-trip-builder-card,
  .hbbe-package-builder-card,
  .hbbe-trip-builder-rec{
    min-height:0 !important;
  }
  .hbbe-customers-added-card .hbbe-btn,
  .hbbe-package-builder-card .hbbe-btn,
  .hbbe-trip-builder-rec-actions .hbbe-btn,
  .hbbe-ota-trip-builder-card .hbbe-btn{
    width:100% !important;
  }
}
@media (max-width: 520px){
  .hbbe-app .hbbe-btn,
  .hbbe-app a.hbbe-btn,
  .hbbe-app button.hbbe-btn{
    min-height:48px;
    padding:12px 14px !important;
  }
  .hbbe-transfer-autosuggest{
    max-height:42vh !important;
  }
}


/* v15.4.5 stronger mobile button stacking + allow horizontal scroll when needed */
@media (max-width: 768px){
  html, body{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
  }
  .hbbe-app,
  .hbbe-results-shell,
  .hbbe-cart,
  .hbbe-checkout,
  .hbbe-packages-page,
  .hbbe-summary-card,
  .hbbe-modal,
  .hbbe-transfer-form,
  .hbbe-form{
    max-width:100% !important;
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
  }
  .hbbe-app .hbbe-btn,
  .hbbe-app a.hbbe-btn,
  .hbbe-app button.hbbe-btn,
  .hbbe-app input[type="submit"],
  .hbbe-app input[type="button"],
  .hbbe-app .button,
  .hbbe-app .hbbe-btn-primary,
  .hbbe-app .hbbe-btn-secondary,
  .hbbe-cart-actions a,
  .hbbe-card-actions a,
  .hbbe-summary-actions a,
  .hbbe-checkout-actions a{
    display:flex !important;
    width:100% !important;
    flex:1 1 100% !important;
    min-width:0 !important;
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  .hbbe-card-actions,
  .hbbe-toolbar,
  .hbbe-toolbar-right,
  .hbbe-modal-actions,
  .hbbe-activity-card-actions,
  .hbbe-detail-option-actions,
  .hbbe-cart-item-actions,
  .hbbe-package-builder-head,
  .hbbe-package-builder-foot,
  .hbbe-packages-hero-actions,
  .hbbe-summary-actions,
  .hbbe-checkout-actions,
  .hbbe-cart-actions,
  .hbbe-room-actions,
  .hbbe-rate-actions,
  .hbbe-transfer-actions{
    display:flex !important;
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:10px !important;
    width:100% !important;
    min-width:0 !important;
  }
  .hbbe-card-actions > *,
  .hbbe-toolbar > *,
  .hbbe-toolbar-right > *,
  .hbbe-modal-actions > *,
  .hbbe-activity-card-actions > *,
  .hbbe-detail-option-actions > *,
  .hbbe-cart-item-actions > *,
  .hbbe-package-builder-head > *,
  .hbbe-package-builder-foot > *,
  .hbbe-packages-hero-actions > *,
  .hbbe-summary-actions > *,
  .hbbe-checkout-actions > *,
  .hbbe-cart-actions > *,
  .hbbe-room-actions > *,
  .hbbe-rate-actions > *,
  .hbbe-transfer-actions > *{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    flex:1 1 100% !important;
  }
}


/* v15.4.6 mobile tabs: stack booking buttons 3 / 3 / 1 */
@media (max-width: 768px){
  .hbbe-main-centered{overflow-x:auto !important; -webkit-overflow-scrolling:touch;}
  .hbbe-tabs{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .hbbe-tabs .hbbe-tab,
  .hbbe-tabs .hbbe-tab.is-disabled{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    display:flex !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:normal !important;
    line-height:1.25 !important;
    padding:12px 10px !important;
    min-height:52px !important;
  }
  .hbbe-tabs .hbbe-tab .hbbe-tab-label{
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  .hbbe-tabs .hbbe-tab:last-child:nth-child(7){
    grid-column:2 / span 1 !important;
  }
}

@media (max-width: 520px){
  .hbbe-tabs{
    grid-template-columns:repeat(3,minmax(88px,1fr)) !important;
    gap:8px !important;
  }
  .hbbe-tabs .hbbe-tab,
  .hbbe-tabs .hbbe-tab.is-disabled{
    padding:10px 8px !important;
    font-size:12px !important;
    gap:6px !important;
  }
  .hbbe-tabs .hbbe-tab .hbbe-tab-ico{
    font-size:13px !important;
  }
}


/* v15.5.0 map + account + car hire */
.hbbe-results-head--compact{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.hbbe-view-toggle{display:flex;gap:8px;flex-wrap:wrap}
.hbbe-view-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid #d8e4ff;background:#fff;color:#0f172a;text-decoration:none;font-weight:700}
.hbbe-view-pill.is-active{background:#0f62fe;color:#fff;border-color:#0f62fe}
.hbbe-results-map-wrap{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;margin:0 0 18px}
.hbbe-results-map{min-height:520px;border:1px solid #dbe7ff;border-radius:18px;overflow:hidden;background:#eef4ff}
.hbbe-results-map-list{border:1px solid #dbe7ff;border-radius:18px;background:#fff;padding:14px;max-height:520px;overflow:auto}
@media (max-width: 980px){
  .hbbe-results-map-wrap{grid-template-columns:1fr}
  .hbbe-results-map{min-height:360px}
}

/* v15.7.0 Trip Builder sidebar */
.hbbe-trip-builder-panel{margin:18px 0;padding:18px;border:1px solid #dbe7ff;border-radius:18px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);box-shadow:0 8px 22px rgba(2,30,60,.05)}
.hbbe-trip-builder-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hbbe-trip-builder-head strong{display:inline-block;margin-right:6px}
.hbbe-trip-builder-sub{color:#64748b;font-size:14px}
.hbbe-trip-builder-progress{margin-top:14px;padding:14px;border-radius:16px;background:#fff;border:1px solid #dbe7ff}
.hbbe-trip-builder-progress-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.hbbe-trip-builder-meter{height:10px;border-radius:999px;background:#eaf1ff;overflow:hidden}
.hbbe-trip-builder-meter span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0b5cff 0%,#4f8cff 100%)}
.hbbe-trip-builder-progress-note{margin-top:8px;color:#475569;font-size:13px;line-height:1.5}
.hbbe-trip-builder-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.hbbe-trip-builder-module{border:1px solid #dbe7ff;border-radius:16px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:10px}
.hbbe-trip-builder-module.is-done{background:#f3f9ff;border-color:#bcd4ff}
.hbbe-trip-builder-module-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.hbbe-trip-builder-module-label{font-weight:800;color:#0f172a}
.hbbe-trip-builder-module-status{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#f8fbff;border:1px solid #dbe7ff;color:#045aa6;font-size:12px;font-weight:700}
.hbbe-trip-builder-module-copy{color:#475569;font-size:13px;line-height:1.5;min-height:38px}
.hbbe-trip-builder-list{margin:14px 0 0;padding-left:18px;color:#334155}
.hbbe-trip-builder-list li{margin:6px 0}
.hbbe-trip-builder-expedia{margin-top:16px;padding:16px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa}
.hbbe-trip-builder-expedia-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.hbbe-trip-builder-expedia-item{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #fed7aa;color:#7c2d12;margin-top:8px;font-size:13px;line-height:1.5}
.hbbe-trip-builder-expedia-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.hbbe-trip-builder-rec-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:16px 0 10px}
.hbbe-trip-builder-recs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hbbe-trip-builder-rec{border:1px solid #dbe7ff;border-radius:14px;padding:14px;background:#fff}
.hbbe-trip-builder-rec-image{margin:0 0 10px}
.hbbe-trip-builder-rec-image img{width:100%;height:120px;object-fit:cover;border-radius:12px;display:block}
.hbbe-trip-builder-rec-badge{display:inline-flex;background:#f8fbff;color:#045aa6;border:1px solid #dbe7ff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;margin-bottom:8px}
.hbbe-trip-builder-rec-title{font-weight:800;color:#0f172a;margin-bottom:6px}
.hbbe-trip-builder-rec-meta{font-size:13px;color:#475569;line-height:1.4}
.hbbe-trip-builder-rec-price{font-weight:800;color:#0f172a;margin-top:8px}
.hbbe-trip-builder-rec-price-muted{color:#64748b}
.hbbe-trip-builder-rec-actions{margin-top:10px}
@media(max-width:960px){.hbbe-trip-builder-module-grid,.hbbe-trip-builder-recs{grid-template-columns:1fr}}

/* v15.7.1 trip builder placement + buttons */
.hbbe-trip-builder-panel.hbbe-trip-builder-panel--after-rooms{margin-top:22px}
.hbbe-trip-builder-expedia-actions .hbbe-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 16px;border-radius:12px;text-decoration:none;font-weight:800}
.hbbe-trip-builder-cart-btn{box-shadow:0 8px 20px rgba(2,30,60,.08)}


.hbbe-after-rooms-upsells{margin-top:18px;display:grid;gap:18px}
.hbbe-after-rooms-upsells .hbbe-deal-trigger-pricing{margin:0}
.hbbe-trip-builder-expedia-actions .hbbe-trip-builder-cart-btn,
.hbbe-package-path-card .hbbe-btn-block{display:flex;justify-content:center;align-items:center;width:100%;min-height:48px;border-radius:14px;font-weight:900}
.hbbe-trip-builder-expedia-actions .hbbe-trip-builder-cart-btn{background:#0f172a;border-color:#0f172a;color:#fff;box-shadow:0 12px 24px rgba(15,23,42,.18)}
.hbbe-package-paths{padding:20px;border:1px solid #dbe7ff;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 8px 22px rgba(2,30,60,.05)}
.hbbe-package-paths-head{margin-bottom:16px}
.hbbe-package-paths-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.hbbe-package-paths-head:after{content:"Tailored to your stay";display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#045aa6;font-size:12px;font-weight:800;white-space:nowrap}
.hbbe-package-path-card{position:relative;overflow:hidden;min-height:100%}
.hbbe-package-path-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,#0b5cab 0%,#6ea8ff 100%);opacity:.9}
.hbbe-package-path-card.is-featured{transform:translateY(-2px)}
.hbbe-package-path-card .hbbe-btn{margin-top:auto}
@media(max-width:960px){.hbbe-package-paths-head{display:block}.hbbe-package-paths-head:after{display:none}}

.hbbe-package-paths-head h3{margin:4px 0 6px;color:#0f172a;line-height:1.2}
.hbbe-package-paths-head p{margin:0;color:#475569;line-height:1.55}
.hbbe-package-paths-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hbbe-package-path-card{border:1px solid #dbe7ff;border-radius:18px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:10px}
.hbbe-package-path-card.is-featured{background:linear-gradient(180deg,#eff6ff 0%,#fff 100%);box-shadow:0 14px 30px rgba(15,23,42,.08)}
.hbbe-package-path-card strong{font-size:18px;line-height:1.3;color:#0f172a}
.hbbe-package-path-card p{margin:0 0 10px;color:#475569;line-height:1.55;flex:1 1 auto}
.hbbe-package-path-badge{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#045aa6;font-size:12px;font-weight:800}
.hbbe-package-path-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}
@media(max-width:960px){.hbbe-package-paths-grid{grid-template-columns:1fr}.hbbe-package-path-actions{grid-template-columns:1fr}}


/* === Holigo checkout width/layout hotfix (Mar 2026) === */
.hbbe-checkout,
.hbbe-checkout * { box-sizing:border-box; }
.hbbe-checkout {
  width:100%;
  max-width:1280px;
  margin:0 auto;
  clear:both;
}
.hbbe-checkout-grid {
  grid-template-columns:minmax(0, 1.45fr) minmax(320px, 0.85fr);
  align-items:start;
}
.hbbe-checkout-left,
.hbbe-checkout-right,
.hbbe-card,
.hbbe-summary-box {
  min-width:0;
}
.hbbe-form-row {
  align-items:stretch;
}
.hbbe-form-col {
  flex:1 1 180px;
  min-width:180px;
}
.hbbe-form-col select,
.hbbe-form-col input,
.hbbe-form-col textarea {
  width:100%;
  max-width:100%;
}
@media (max-width: 1220px){
  .hbbe-checkout-grid{ grid-template-columns:1fr; }
  .hbbe-summary-box{ position:static; }
}
@media (max-width: 768px){
  .hbbe-checkout{ padding:14px; }
  .hbbe-form-col{ min-width:100%; flex-basis:100%; }
}

.hbbe-field-help{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.45}
.hbbe-field--destination datalist{max-width:100%}


/* Phase 13 - destination search UX */
.hbbe-field--destination{ position:relative; }
.hbbe-destination-autosuggest{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  margin-top:8px;
  background:#fff;
  border:1px solid rgba(15,23,42,.12);
  border-radius:16px;
  box-shadow:0 16px 40px rgba(15,23,42,.12);
  padding:8px;
  z-index:40;
}
.hbbe-destination-autosuggest-item{
  width:100%;
  border:0;
  background:transparent;
  text-align:left;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hbbe-destination-autosuggest-item small,
.hbbe-destination-autosuggest-status{
  color:#64748b;
  font-size:12px;
}
.hbbe-destination-autosuggest-main{
  font-weight:600;
  color:#0f172a;
}
.hbbe-destination-autosuggest-item:hover,
.hbbe-destination-autosuggest-item.is-active{
  background:rgba(15,23,42,.05);
}

.hbbe-save.is-active{background:#0b5cff;color:#fff;border-color:#0b5cff}
.hbbe-ota-item-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.hbbe-recent-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#eef6ff;color:#0b5cff;font-size:12px;font-weight:700;margin-top:6px}
.hbbe-compare-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hbbe-compare-page-card{background:#fff;border:1px solid #e6edf7;border-radius:14px;padding:14px}
.hbbe-compare-page-card h3{margin:0 0 8px}
.hbbe-compare-page-price{font-size:22px;font-weight:800;color:#0b5cff}
@media(max-width:820px){.hbbe-compare-page-grid{grid-template-columns:1fr}}


/* 42.51 UI alignment + extras polish */
.hbbe-ota-trip-builder-grid{align-items:stretch}
.hbbe-ota-trip-builder-card,
.hbbe-customers-added-card{position:relative;overflow:hidden;min-height:100%;display:flex;flex-direction:column;gap:12px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.hbbe-ota-trip-builder-card:hover,
.hbbe-customers-added-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(15,23,42,.08);border-color:#c8dcff}
.hbbe-ota-trip-builder-card:before,
.hbbe-customers-added-card:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,#0b5cab 0%,#6ea8ff 100%);opacity:.9}
.hbbe-ota-trip-builder-card-top,
.hbbe-customers-added-card-top{display:flex;flex-direction:column;gap:10px;min-height:72px}
.hbbe-ota-trip-builder-title-row,
.hbbe-customers-added-title-row{display:flex;align-items:center;gap:10px;min-height:32px}
.hbbe-ota-trip-builder-icon,
.hbbe-customers-added-icon{width:34px;min-width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eef5ff;font-size:18px;line-height:1}
.hbbe-ota-trip-builder-badge,
.hbbe-customers-added-badge{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#045aa6;font-size:12px;font-weight:800;line-height:1.1}
.hbbe-ota-trip-builder-card strong,
.hbbe-customers-added-card strong{display:block;line-height:1.25}
.hbbe-ota-trip-builder-card p,
.hbbe-customers-added-card p{flex:1 1 auto;margin:0;color:#475569;line-height:1.6}
.hbbe-ota-trip-builder-card .hbbe-btn,
.hbbe-customers-added-card .hbbe-btn{margin-top:auto;width:100%;justify-content:center;min-height:50px;border-radius:14px;font-weight:900;letter-spacing:.01em}
.hbbe-ota-trip-builder-card.is-transfer .hbbe-ota-trip-builder-badge,
.hbbe-customers-added-card.is-transfer .hbbe-customers-added-badge{background:#e8f3ff}
.hbbe-ota-trip-builder-card.is-ticket .hbbe-ota-trip-builder-badge,
.hbbe-customers-added-card.is-ticket .hbbe-customers-added-badge{background:#eefcf3;color:#157347}
.hbbe-ota-trip-builder-card.is-car .hbbe-ota-trip-builder-badge,
.hbbe-customers-added-card.is-extras .hbbe-customers-added-badge{background:#fff7ed;color:#9a3412}
@media (max-width:700px){
  .hbbe-ota-trip-builder-card,
  .hbbe-customers-added-card{padding:14px}
  .hbbe-ota-trip-builder-card-top,
  .hbbe-customers-added-card-top{min-height:auto}
}

/* 42.52 conversion engine */
.hbbe-conversion-banner,
.hbbe-ota-trip-builder-offer{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:12px 14px;
  border:1px solid #dbe7ff;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  border-radius:14px;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.hbbe-ota-trip-builder-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.hbbe-ota-trip-builder-offer{max-width:320px}
.hbbe-conversion-banner{margin:0 0 14px}
.hbbe-conversion-banner strong,
.hbbe-ota-trip-builder-offer strong{font-size:14px;line-height:1.35;color:#0f172a}
.hbbe-conversion-banner span,
.hbbe-ota-trip-builder-offer span{font-size:13px;line-height:1.5;color:#475569}
.hbbe-card-proof{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:12px;
  background:#f8fbff;
  border:1px solid #dce9fb;
  color:#0f172a;
  font-size:13px;
  line-height:1.45;
}
.hbbe-card-proof:before{content:"⚡";flex:0 0 auto}
.hbbe-trip-progress{
  position:sticky;
  top:12px;
  z-index:25;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  margin:0 0 16px;
  padding:14px 16px;
  border:1px solid #dbe7ff;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.hbbe-trip-progress-copy{display:flex;flex-direction:column;gap:4px}
.hbbe-trip-progress-copy strong{font-size:15px;color:#0f172a}
.hbbe-trip-progress-copy span{font-size:13px;color:#475569}
.hbbe-trip-progress-steps{display:flex;gap:8px;flex-wrap:wrap}
.hbbe-trip-progress-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid #d9e2ec;
  background:#fff;
  color:#475569;
  font-size:12px;
  font-weight:800;
}
.hbbe-trip-progress-step.is-done{background:#eefcf3;border-color:#ccefd8;color:#157347}
.hbbe-trip-progress-step.is-next{background:#eaf2ff;border-color:#bfd6ff;color:#0b5cff}
@media (max-width:820px){
  .hbbe-ota-trip-builder-head{flex-direction:column}
  .hbbe-ota-trip-builder-offer{max-width:none;width:100%}
  .hbbe-trip-progress{top:8px;padding:12px 14px}
}

.hbbe-payment-panel{
  margin-top:16px;
  padding:16px;
  border:1px solid #dbe7ff;
  border-radius:16px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.hbbe-payment-panel-head{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.hbbe-payment-options{display:grid;gap:10px}
.hbbe-payment-choice{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 14px;
  border:1px solid #dbe7ff;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
}
.hbbe-payment-choice input{margin-top:3px}
.hbbe-payment-choice-title{display:block;font-weight:800;color:#0f172a;margin-bottom:4px}
.hbbe-payment-choice-copy{display:block;color:#475569;font-size:13px;line-height:1.5}
.hbbe-payment-breakdown{margin-top:12px}
.hbbe-payment-breakdown-grid{display:grid;gap:8px}
.hbbe-payment-note{margin-top:10px;padding:10px 12px;border-radius:12px;background:#eef6ff;color:#1e3a5f;font-size:13px;line-height:1.55}
.hbbe-payment-panel-cart .hbbe-payment-note{font-size:12px}
@media (max-width:820px){
  .hbbe-payment-panel{padding:14px}
}

/* 42.64.3 WebBeds detail layout polish */
.hbbe-wb-room-list{display:grid;gap:16px;margin-top:18px}
.hbbe-wb-room-card{border:1px solid #dbe7f3;border-radius:18px;background:#fff;padding:16px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.hbbe-wb-room-head{display:grid;grid-template-columns:160px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:14px}
.hbbe-wb-room-media img{width:160px;height:115px;object-fit:cover;border-radius:14px;border:1px solid #e6eefb;display:block}
.hbbe-wb-rate-stack{display:grid;gap:12px}
.hbbe-wb-rate-card{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:16px;padding:14px;border:1px solid #eef3fb;border-radius:14px;background:#f8fbff;align-items:center}
.hbbe-wb-rate-title-row{font-size:16px;color:#0f172a;line-height:1.35}
.hbbe-wb-rate-side{text-align:right}
@media (max-width:768px){
  .hbbe-wb-room-head{grid-template-columns:1fr}
  .hbbe-wb-room-media img{width:100%;height:180px}
  .hbbe-wb-rate-card{grid-template-columns:1fr}
  .hbbe-wb-rate-side{text-align:left}
}

/* 42.81 SaaS mode */
.holigo-badge{background:#0b5cab;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;display:inline-block;margin-bottom:5px}
.holigo-urgency{color:#d32f2f;font-size:13px}
.holigo-scarcity{color:#f57c00;font-weight:600}
.holigo-trust{color:#2e7d32;font-size:13px}
.holigo-why{background:#f5f7fa;padding:15px;border-radius:10px;margin-top:15px}
.holigo-price-main{font-size:22px;font-weight:700;color:#0b5cab}
.holigo-price-sub{font-size:13px;color:#666}
.holigo-saving{color:#2e7d32;font-weight:600}.holigo-deposit{background:#fff3cd;padding:6px;border-radius:6px;font-size:13px}.holigo-sold{font-size:12px;color:#555}.holigo-powered{font-size:11px;opacity:.7}


/* 43.06.2 safe recovery patch */
body .hbbe-wrap .hbbe-results-shell .hbbe-side,
body .hbbe-wrap .hbbe-results-shell .hbbe-sidebar,
body .hbbe-wrap .hbbe-results-shell .hbbe-filters,
.hbbe-side, .hbbe-filters{position:static !important; top:auto !important; max-height:none !important; overflow:visible !important;}
.hbbe-activity-highlights{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:2px;}
.hbbe-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:rgba(15,23,42,.76);color:#fff !important;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(4px);font-size:12px;font-weight:800;line-height:1.1;box-shadow:0 6px 18px rgba(2,30,60,.16);}
.hbbe-badge:nth-child(4n+1){background:rgba(0,116,212,.92);}
.hbbe-badge:nth-child(4n+2){background:rgba(21,115,71,.92);}
.hbbe-badge:nth-child(4n+3){background:rgba(217,119,6,.92);}
.hbbe-badge:nth-child(4n+4){background:rgba(15,23,42,.82);}
.hbbe-pill, .hbbe-pill:link, .hbbe-pill:visited{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;font-weight:900;text-decoration:none;color:#0f172a;}
.hbbe-pill.is-primary, .hbbe-pill--primary{background:#0074d4;color:#fff !important;border-color:#0074d4;}
.hbbe-pill.is-dark, .hbbe-pill--dark{background:rgba(15,23,42,.86);color:#fff !important;border-color:rgba(15,23,42,.86);}
.hbbe-activity-card{transition:transform .18s ease, box-shadow .18s ease;}
.hbbe-activity-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(2,30,60,.12);}


/* v43.08.1 global pill button system */
.hbbe-app .hbbe-btn,
.hbbe-app a.hbbe-btn,
.hbbe-app button.hbbe-btn,
.hbbe-app .hbbe-btn-primary,
.hbbe-app .hbbe-btn-secondary,
.hbbe-app input[type="submit"],
.hbbe-app input[type="button"],
.hbbe-app .button,
.hbbe-app .hbbe-view-pill,
.hbbe-app .hbbe-pill,
.hbbe-app .hbbe-btn-block,
.hbbe-app .hbbe-trip-builder-cart-btn,
.hbbe-app .hbbe-cart-actions a,
.hbbe-app .hbbe-card-actions a,
.hbbe-app .hbbe-summary-actions a,
.hbbe-app .hbbe-checkout-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:12px 18px;
  border-radius:999px !important;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.hbbe-app .hbbe-btn:hover,
.hbbe-app a.hbbe-btn:hover,
.hbbe-app button.hbbe-btn:hover,
.hbbe-app .hbbe-btn-primary:hover,
.hbbe-app .hbbe-btn-secondary:hover,
.hbbe-app input[type="submit"]:hover,
.hbbe-app input[type="button"]:hover,
.hbbe-app .button:hover,
.hbbe-app .hbbe-view-pill:hover,
.hbbe-app .hbbe-pill:hover,
.hbbe-app .hbbe-btn-block:hover,
.hbbe-app .hbbe-trip-builder-cart-btn:hover,
.hbbe-app .hbbe-cart-actions a:hover,
.hbbe-app .hbbe-card-actions a:hover,
.hbbe-app .hbbe-summary-actions a:hover,
.hbbe-app .hbbe-checkout-actions a:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(15,23,42,.10);
}
.hbbe-app .hbbe-btn-primary,
.hbbe-app input[type="submit"],
.hbbe-app input[type="button"],
.hbbe-app .button-primary{
  border-radius:999px !important;
}
.hbbe-app .hbbe-btn-secondary,
.hbbe-app .hbbe-view-pill,
.hbbe-app .hbbe-pill,
.hbbe-app .button,
.hbbe-app .hbbe-btn-block{
  border-radius:999px !important;
}
@media (max-width: 768px){
  .hbbe-app .hbbe-btn,
  .hbbe-app a.hbbe-btn,
  .hbbe-app button.hbbe-btn,
  .hbbe-app .hbbe-btn-primary,
  .hbbe-app .hbbe-btn-secondary,
  .hbbe-app input[type="submit"],
  .hbbe-app input[type="button"],
  .hbbe-app .button,
  .hbbe-app .hbbe-view-pill,
  .hbbe-app .hbbe-pill,
  .hbbe-app .hbbe-btn-block,
  .hbbe-app .hbbe-trip-builder-cart-btn,
  .hbbe-app .hbbe-cart-actions a,
  .hbbe-app .hbbe-card-actions a,
  .hbbe-app .hbbe-summary-actions a,
  .hbbe-app .hbbe-checkout-actions a{
    width:100%;
  }
}

/* v43.09.2 transfers button and wording polish */
.hbbe-app .hbbe-pill,
.hbbe-app .hbbe-view-pill,
.hbbe-app .hbbe-btn,
.hbbe-app a.hbbe-btn,
.hbbe-app button.hbbe-btn,
.hbbe-app .button,
.hbbe-app input[type="submit"],
.hbbe-app input[type="button"],
.hbbe-app .hbbe-trip-builder-cart-btn,
.hbbe-app .hbbe-cart-actions a,
.hbbe-app .hbbe-card-actions a,
.hbbe-app .hbbe-summary-actions a,
.hbbe-app .hbbe-checkout-actions a,
.hbbe-app .hbbe-transfer-actions button,
.hbbe-app .hbbe-transfer-results a.button,
.hbbe-app .hbbe-transfer-results button,
.hbbe-app a.btn,
.hbbe-app button.btn{
  border-radius:999px !important;
  background:#0f62fe !important;
  color:#ffffff !important;
  border:1px solid #0f62fe !important;
  box-shadow:0 8px 18px rgba(15,98,254,.16);
}
.hbbe-app .hbbe-pill.is-dark,
.hbbe-app .hbbe-pill--dark,
.hbbe-app .hbbe-pill.is-primary,
.hbbe-app .hbbe-pill--primary{
  background:#0f62fe !important;
  color:#ffffff !important;
  border-color:#0f62fe !important;
}
.hbbe-app .hbbe-btn-secondary,
.hbbe-app .hbbe-view-pill.is-secondary,
.hbbe-app .hbbe-pill-outline{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid #d7e3f4 !important;
  box-shadow:none !important;
}
.hbbe-app .hbbe-pill:hover,
.hbbe-app .hbbe-view-pill:hover,
.hbbe-app .hbbe-btn:hover,
.hbbe-app .button:hover,
.hbbe-app input[type="submit"]:hover,
.hbbe-app input[type="button"]:hover,
.hbbe-app .hbbe-transfer-actions button:hover,
.hbbe-app a.btn:hover,
.hbbe-app button.btn:hover{
  background:#0b55dc !important;
  border-color:#0b55dc !important;
  color:#ffffff !important;
}
.hbbe-app .hbbe-transfer-actions button{font-weight:800;padding:12px 18px;min-height:46px;}


/* v43.12.2 polish: keep search pills branded on hover */
.hbbe-app .hbbe-pill-outline:hover,
.hbbe-app .hbbe-view-pill.is-secondary:hover,
.hbbe-app .hbbe-btn-secondary:hover{
  background:rgba(15,98,254,.08) !important;
  color:#0f62fe !important;
  border-color:rgba(15,98,254,.28) !important;
  box-shadow:0 8px 18px rgba(15,23,42,.06) !important;
}
.hbbe-app .hbbe-tabs .hbbe-tab:hover{
  background:rgba(15,98,254,.08) !important;
  color:#0f62fe !important;
  border-color:rgba(15,98,254,.28) !important;
}
.hbbe-app .hbbe-tabs .hbbe-tab:hover .hbbe-tab-label,
.hbbe-app .hbbe-tabs .hbbe-tab:hover .hbbe-tab-ico,
.hbbe-app .hbbe-tabs .hbbe-tab:hover svg{color:#0f62fe !important;}
.hbbe-app .hbbe-tabs .hbbe-tab.is-active,
.hbbe-app .hbbe-tabs .hbbe-tab[aria-selected="true"]{
  background:#0f62fe !important;
  color:#ffffff !important;
  border-color:#0f62fe !important;
}
.hbbe-app .hbbe-tabs .hbbe-tab.is-active .hbbe-tab-label,
.hbbe-app .hbbe-tabs .hbbe-tab.is-active .hbbe-tab-ico,
.hbbe-app .hbbe-tabs .hbbe-tab.is-active svg,
.hbbe-app .hbbe-tabs .hbbe-tab[aria-selected="true"] .hbbe-tab-label,
.hbbe-app .hbbe-tabs .hbbe-tab[aria-selected="true"] .hbbe-tab-ico,
.hbbe-app .hbbe-tabs .hbbe-tab[aria-selected="true"] svg{color:#ffffff !important;}


/* v43.12.6 package path card polish */
.hbbe-package-paths{
  margin-top:18px;
}
.hbbe-package-paths-grid{
  align-items:stretch;
}
.hbbe-package-path-card{
  min-width:0;
  padding:20px;
}
.hbbe-package-path-card strong{
  margin:2px 0 2px;
  max-width:18ch;
}
.hbbe-package-path-card p{
  max-width:34ch;
}
.hbbe-package-path-actions{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:12px !important;
  align-items:stretch;
  margin-top:16px !important;
}
.hbbe-package-path-actions .hbbe-btn,
.hbbe-package-path-actions .hbbe-btn:link,
.hbbe-package-path-actions .hbbe-btn:visited{
  flex:1 1 0;
  width:calc(50% - 6px);
  min-width:0;
  min-height:56px;
  padding:0 18px;
  margin-top:0 !important;
  white-space:nowrap;
  text-align:center;
  justify-content:center;
}
.hbbe-package-path-card .hbbe-btn-block{
  min-height:56px;
}
.hbbe-app .hbbe-package-path-actions .hbbe-btn:hover,
.hbbe-app .hbbe-package-path-actions .hbbe-btn:focus{
  background:var(--hbbe-primary,#0b66c3);
  color:var(--hbbe-button-text,#fff);
  border-color:var(--hbbe-primary,#0b66c3);
}
@media(max-width:820px){
  .hbbe-package-path-actions{
    flex-wrap:wrap !important;
  }
  .hbbe-package-path-actions .hbbe-btn,
  .hbbe-package-path-actions .hbbe-btn:link,
  .hbbe-package-path-actions .hbbe-btn:visited{
    width:100%;
    flex:1 1 100%;
  }
}

.hbbe-featured-experiences{margin:22px 0 14px}
.hbbe-featured-experiences-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px}
.hbbe-featured-experiences-head h2{margin:0 0 6px;font-size:28px;line-height:1.1}
.hbbe-featured-experiences-head p{margin:0;color:#64748b}
.hbbe-featured-experiences-kicker{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#0b66c3;font-weight:700;font-size:13px;white-space:nowrap}
.hbbe-featured-experiences-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hbbe-activity-card--featured-experience{min-height:100%;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.hbbe-brand-featured{background:#fff3e8;color:#c95a00}
@media (max-width: 980px){.hbbe-featured-experiences-grid{grid-template-columns:1fr}}

.hbbe-featured-experiences{margin:22px 0 14px}
.hbbe-featured-experiences-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px}
.hbbe-featured-experiences-head h2{margin:0 0 6px;font-size:28px;line-height:1.1}
.hbbe-featured-experiences-head p{margin:0;color:#64748b}
.hbbe-featured-experiences-kicker{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#0b66c3;font-weight:700;font-size:13px;white-space:nowrap}
.hbbe-featured-experiences-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hbbe-activity-card--featured-experience{min-height:100%;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.hbbe-brand-featured{background:#fff3e8;color:#c95a00}
@media (max-width:980px){.hbbe-featured-experiences-grid{grid-template-columns:1fr}.hbbe-featured-experiences-head{flex-direction:column;align-items:flex-start}}
