/* ═══════════════════════════════════════════════════════
   Let's Hibachi Booking Form — Lovable-matched styles
   ═══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@400;500;600;700;800&display=swap');

:root {
  --lhb-primary: #F44E25;
  --lhb-primary-light: rgba(244,78,37,.1);
  --lhb-accent: #f59e0b;
  --lhb-accent-light: rgba(245,158,11,.1);
  --lhb-bg: #ffffff;
  --lhb-card: #ffffff;
  --lhb-border: #e5e7eb;
  --lhb-muted: #6b7280;
  --lhb-foreground: #111827;
  --lhb-radius: 12px;
  --lhb-radius-lg: 16px;
  --lhb-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --lhb-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);
}

.lhb-wizard { max-width: 720px; margin: 0 auto; font-family: 'DM Sans', sans-serif; color: var(--lhb-foreground); }
.lhb-wizard *, .lhb-wizard *::before, .lhb-wizard *::after { box-sizing: border-box; }

/* ── CTA Card ── */
.lhb-cta-card { background: var(--lhb-card); border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius-lg); padding: 2.5rem 2rem; text-align: center; box-shadow: var(--lhb-shadow); }
.lhb-cta-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: var(--lhb-primary-light); border-radius: 50%; color: var(--lhb-primary); margin-bottom: 1rem; }
.lhb-cta-title { font-size: 1.5rem; font-weight: 700; margin: 0 0 .5rem; font-family: 'Sora', sans-serif; }
.lhb-cta-sub { color: var(--lhb-muted); margin: 0 0 1.5rem; font-size: .95rem; }

/* ── Buttons ── */
.lhb-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .9rem; border: none; border-radius: 999px; cursor: pointer; transition: all .2s; font-family: inherit; }
.lhb-btn-primary { background: var(--lhb-primary); color: #fff; padding: 12px 28px; }
.lhb-btn-primary:hover { background: #D9421E; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(244,78,37,.3); }
.lhb-btn-lg { padding: 14px 32px; font-size: 1rem; }
.lhb-btn-ghost { background: transparent; color: var(--lhb-muted); border: 1px solid var(--lhb-border); padding: 10px 20px; }
.lhb-btn-ghost:hover { border-color: var(--lhb-primary); color: var(--lhb-primary); }
.lhb-btn:disabled { opacity: .5; cursor: not-allowed; }

/* ── Progress Bar ── */
.lhb-progress-bar-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; gap: 4px; }
.lhb-step-label { font-size: .85rem; font-weight: 600; color: var(--lhb-primary); }
.lhb-step-pct { font-size: .8rem; color: var(--lhb-muted); }
.lhb-progress-track { width: 100%; height: 4px; background: #f3f4f6; border-radius: 999px; overflow: hidden; margin-top: 4px; }
.lhb-progress-fill { height: 100%; background: var(--lhb-primary); border-radius: 999px; transition: width .4s ease; }

/* ── Stepper ── */
.lhb-stepper { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 2rem; }
.lhb-step-item { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.lhb-step-circle { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid var(--lhb-border); background: #f9fafb; color: var(--lhb-muted); transition: all .3s; }
.lhb-step-item.active .lhb-step-circle { border-color: var(--lhb-primary); background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-step-item.done .lhb-step-circle { border-color: var(--lhb-primary); background: var(--lhb-primary); color: #fff; }
.lhb-step-label-text { font-size: .72rem; font-weight: 500; color: var(--lhb-muted); white-space: nowrap; }
.lhb-step-item.active .lhb-step-label-text { color: var(--lhb-primary); font-weight: 600; }
.lhb-step-line { flex: 1; height: 2px; background: var(--lhb-border); min-width: 20px; margin: 0 4px; margin-bottom: 20px; }
.lhb-step-item.done + .lhb-step-line,
.lhb-step-line.done { background: var(--lhb-primary); }

/* ── Card ── */
.lhb-card { background: var(--lhb-card); border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius-lg); padding: 2rem 2.5rem; box-shadow: var(--lhb-shadow); }
@media (max-width: 640px) { .lhb-card { padding: 1.25rem 1rem; } }

/* ── Step Headings ── */
.lhb-step-heading { font-size: 1.5rem; font-weight: 700; margin: 0 0 .25rem; font-family: 'Sora', sans-serif; }
.lhb-step-sub { color: var(--lhb-muted); font-size: .9rem; margin: 0 0 1.5rem; }

/* ── Date & Time Grid ── */
.lhb-datetime-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (max-width: 640px) { .lhb-datetime-grid { grid-template-columns: 1fr; } }
.lhb-field-label { display: flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 600; margin-bottom: .75rem; color: var(--lhb-foreground); }

/* ── Calendar ── */
.lhb-calendar { border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius); padding: 1rem; }
.lhb-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: .75rem; }
.lhb-cal-title { font-weight: 600; font-size: .95rem; }
.lhb-cal-nav { background: none; border: 1px solid var(--lhb-border); border-radius: 6px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--lhb-muted); }
.lhb-cal-nav:hover { background: #f3f4f6; }
.lhb-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 2px; text-align: center; }
.lhb-cal-dow { font-size: .7rem; font-weight: 500; color: var(--lhb-muted); padding: 4px 0; }
.lhb-cal-day { font-size: .85rem; padding: 8px 4px; border-radius: 8px; cursor: pointer; transition: all .15s; border: none; background: none; color: var(--lhb-foreground); font-family: inherit; }
.lhb-cal-day:hover { background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-cal-day.today { background: var(--lhb-primary-light); font-weight: 600; color: var(--lhb-primary); }
.lhb-cal-day.selected { background: var(--lhb-primary); color: #fff; font-weight: 600; }
.lhb-cal-day.disabled { color: #d1d5db; cursor: default; pointer-events: none; }
.lhb-cal-day.other-month { color: #d1d5db; }

/* ── Time Slots ── */
.lhb-time-slots { max-height: 320px; overflow-y: auto; }
.lhb-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lhb-time-btn { padding: 12px 14px; border: 2px solid var(--lhb-border); border-radius: 10px; background: #fff; cursor: pointer; font-size: .9rem; font-weight: 500; font-family: inherit; transition: all .2s; text-align: center; }
.lhb-time-btn:hover { border-color: var(--lhb-primary); color: var(--lhb-primary); background: var(--lhb-primary-light); transform: translateY(-1px); box-shadow: 0 2px 8px rgba(244,78,37,.1); }
.lhb-time-btn.selected { background: var(--lhb-primary); color: #fff; border-color: var(--lhb-primary); font-weight: 700; box-shadow: 0 4px 12px rgba(244,78,37,.25); }
.lhb-muted { color: var(--lhb-muted); font-size: .85rem; }
.lhb-loading { text-align: center; padding: 2rem 1rem; color: var(--lhb-muted); font-size: .85rem; }

/* ── Info Box ── */
.lhb-info-box { display: flex; gap: 12px; padding: 16px; border-radius: var(--lhb-radius); margin-top: 1.5rem; font-size: .85rem; line-height: 1.5; }
.lhb-info-amber { background: #fffbeb; border: 1px solid #fef3c7; color: #92400e; }
.lhb-info-amber svg { color: #f59e0b; flex-shrink: 0; margin-top: 2px; }
.lhb-text-primary { color: var(--lhb-primary); font-weight: 600; }
.lhb-text-accent { color: var(--lhb-accent); font-weight: 600; }

/* ── Form Fields ── */
.lhb-form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 640px) { .lhb-form-grid-2 { grid-template-columns: 1fr; } }
.lhb-field { display: flex; flex-direction: column; gap: 4px; }
.lhb-field-full { grid-column: 1 / -1; }
.lhb-label { font-size: .8rem; font-weight: 600; color: var(--lhb-foreground); }
.lhb-input { border: 1px solid var(--lhb-border); border-radius: 8px; padding: 10px 14px; font-size: .9rem; font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s; width: 100%; }
.lhb-input:focus { border-color: var(--lhb-primary); box-shadow: 0 0 0 3px var(--lhb-primary-light); }
.lhb-select { appearance: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m6 9 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }
.lhb-textarea { resize: vertical; min-height: 60px; }
.lhb-hint { font-size: .75rem; color: var(--lhb-muted); }
.lhb-input.error { border-color: #ef4444; }

/* ── Highlight Boxes ── */
.lhb-highlight-box { background: var(--lhb-primary-light); border-left: 4px solid var(--lhb-primary); border-radius: 0 var(--lhb-radius) var(--lhb-radius) 0; padding: 14px 18px; margin-bottom: 1.5rem; font-size: .92rem; line-height: 1.6; color: var(--lhb-foreground); }
.lhb-highlight-box strong { color: var(--lhb-primary); }
.lhb-highlight-hint { background: #fffbeb; border-left: 4px solid var(--lhb-accent); border-radius: 0 8px 8px 0; padding: 10px 14px; margin-top: 8px; font-size: .84rem; color: #92400e; line-height: 1.5; }
.lhb-highlight-hint strong { color: var(--lhb-primary); }

/* ── Menu Cards (Protein/Upgrade Grid) ── */
.lhb-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 640px) { .lhb-menu-grid { grid-template-columns: repeat(2, 1fr); } }
.lhb-section-title { font-size: 1rem; font-weight: 700; margin: 0 0 .75rem; display: flex; align-items: center; gap: 8px; font-family: 'Sora', sans-serif; }
.lhb-badge { font-size: .7rem; font-weight: 600; padding: 2px 10px; border-radius: 999px; background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-badge-accent { background: var(--lhb-accent-light); color: #b45309; }

.lhb-menu-card { position: relative; border: 2px solid var(--lhb-border); border-radius: var(--lhb-radius); overflow: hidden; cursor: pointer; background: var(--lhb-card); transition: all .2s; text-align: left; padding: 0; font-family: inherit; display: flex; flex-direction: column; }
.lhb-menu-card:hover { border-color: #d1d5db; box-shadow: var(--lhb-shadow); }
.lhb-menu-card:hover .lhb-menu-card-img img { transform: scale(1.05); }
.lhb-menu-card.selected { border-color: var(--lhb-primary); box-shadow: var(--lhb-shadow-lg); transform: scale(1.03); }
.lhb-menu-card.selected .lhb-menu-card-bar { opacity: 1; }
.lhb-menu-card.selected .lhb-menu-card-check { opacity: 1; }
.lhb-menu-card.at-max:not(.selected) { opacity: .5; cursor: not-allowed; border-color: var(--lhb-border); }
.lhb-upgrade-card.selected { border-color: var(--lhb-accent); }

.lhb-menu-card-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--lhb-primary); opacity: 0; transition: opacity .2s; z-index: 2; }
.lhb-bar-accent { background: var(--lhb-accent); }

/* ── Hide images in compact mode ── */
.lhb-menu-compact .lhb-menu-card-img { display: none; }
.lhb-menu-compact .lhb-menu-card-body { padding: 14px 16px; }
.lhb-menu-compact .lhb-menu-card-name { font-size: .92rem; }
.lhb-menu-compact .lhb-menu-card-price { font-size: .82rem; }

.lhb-menu-card-img { aspect-ratio: 4/3; overflow: hidden; }
.lhb-menu-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }

.lhb-menu-card-body { padding: 10px 12px; display: flex; align-items: center; gap: 6px; }
.lhb-menu-card-name { font-weight: 600; font-size: .85rem; flex: 1; }
.lhb-menu-card-price { font-size: .75rem; color: var(--lhb-muted); }
.lhb-menu-card-check { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--lhb-border); display: flex; align-items: center; justify-content: center; opacity: .3; transition: all .2s; flex-shrink: 0; }
.lhb-menu-card.selected .lhb-menu-card-check { border-color: var(--lhb-primary); background: var(--lhb-primary); color: #fff; opacity: 1; }
.lhb-upgrade-card.selected .lhb-menu-card-check { border-color: var(--lhb-accent); background: var(--lhb-accent); }
.lhb-check-accent { border-color: var(--lhb-border); }

/* ── Guest Counter ── */
.lhb-guest-controls { margin-bottom: 1.5rem; }
.lhb-guest-row { display: flex; align-items: center; justify-content: space-between; }
.lhb-guest-label { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; }
.lhb-guest-price { font-size: .8rem; color: var(--lhb-muted); display: block; margin-top: 2px; margin-left: 26px; }
.lhb-counter { display: flex; align-items: center; gap: 0; border: 1px solid var(--lhb-border); border-radius: 8px; overflow: hidden; }
.lhb-counter-btn { width: 36px; height: 36px; border: none; background: #f9fafb; cursor: pointer; font-size: 1.1rem; font-weight: 600; color: var(--lhb-foreground); transition: background .15s; display: flex; align-items: center; justify-content: center; font-family: inherit; }
.lhb-counter-btn:hover { background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-counter-val { width: 44px; text-align: center; font-weight: 700; font-size: 1rem; border-left: 1px solid var(--lhb-border); border-right: 1px solid var(--lhb-border); padding: 6px 0; }
.lhb-slider { width: 100%; margin-top: 8px; accent-color: var(--lhb-primary); }

/* ── Pricing Card ── */
.lhb-pricing-card { background: #f9fafb; border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius); padding: 1.25rem; margin-bottom: 1.5rem; }
.lhb-price-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: .88rem; }
.lhb-price-divider { height: 1px; background: var(--lhb-border); margin: 8px 0; }
.lhb-price-grand { font-weight: 700; font-size: 1.1rem; color: var(--lhb-primary); }
.lhb-price-avg { font-size: .8rem; color: var(--lhb-muted); }
.lhb-price-row-travel { color: var(--lhb-accent); }

/* ── Checkbox Group ── */
.lhb-checkbox-group { display: flex; flex-wrap: wrap; gap: 8px; }
.lhb-checkbox-label { display: flex; align-items: center; gap: 6px; font-size: .85rem; cursor: pointer; padding: 6px 12px; border: 1px solid var(--lhb-border); border-radius: 8px; transition: all .15s; }
.lhb-checkbox-label:hover { border-color: var(--lhb-primary); }
.lhb-checkbox-label input[type="checkbox"] { accent-color: var(--lhb-primary); }

/* ── Radio Group (How Did You Hear) ── */
.lhb-radio-group { display: flex; flex-wrap: wrap; gap: 8px; }
.lhb-radio-label { display: flex; align-items: center; gap: 6px; font-size: .85rem; cursor: pointer; padding: 6px 12px; border: 1px solid var(--lhb-border); border-radius: 8px; transition: all .15s; }
.lhb-radio-label:hover { border-color: var(--lhb-primary); }
.lhb-radio-label input[type="radio"] { accent-color: var(--lhb-primary); }
.lhb-radio-label:has(input:checked) { border-color: var(--lhb-primary); background: rgba(244,78,37,.07); color: var(--lhb-primary); font-weight: 600; }

/* ── Review Grid ── */
.lhb-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
@media (max-width: 640px) { .lhb-review-grid { grid-template-columns: 1fr; } }
.lhb-review-card { background: #f9fafb; border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius); padding: 1rem; }
.lhb-review-card h4 { font-size: .8rem; color: var(--lhb-muted); margin: 0 0 4px; font-weight: 500; text-transform: uppercase; letter-spacing: .5px; }
.lhb-review-card p { margin: 0; font-weight: 600; font-size: .95rem; }
.lhb-review-card-full { grid-column: 1 / -1; }

/* ── Policy Box ── */
.lhb-policy-box { background: #fafafa; border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius); padding: 1.25rem; }
.lhb-policy-box h4 { font-size: .95rem; font-weight: 700; margin: 0 0 .5rem; }
.lhb-policy-box ul { margin: 0 0 .75rem; padding-left: 1.25rem; }
.lhb-policy-box li { font-size: .82rem; color: var(--lhb-muted); line-height: 1.6; }
.lhb-policy-box p { font-size: .82rem; color: var(--lhb-muted); margin: 0 0 .75rem; line-height: 1.6; }

/* ── Error Display ── */
.lhb-errors { background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 12px 16px; margin-top: 1rem; color: #dc2626; font-size: .85rem; }

/* ── Navigation Buttons ── */
.lhb-nav-buttons { display: flex; align-items: center; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--lhb-border); }
.lhb-nav-buttons .lhb-btn-primary { background: var(--lhb-primary); color: #fff; padding: 14px 32px; font-size: 1rem; font-weight: 700; border-radius: 999px; box-shadow: 0 4px 14px rgba(244,78,37,.3); letter-spacing: .02em; min-width: 160px; justify-content: center; }
.lhb-nav-buttons .lhb-btn-primary:hover { background: #D9421E; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(244,78,37,.35); }
.lhb-nav-buttons .lhb-btn-ghost { padding: 12px 24px; font-size: .95rem; font-weight: 600; }

/* ── Confirmation Page ── */
.lhb-confirm-wrap { text-align: center; padding: 2rem 1rem; }
.lhb-confirm-icon { width: 64px; height: 64px; border-radius: 50%; background: #dcfce7; color: #16a34a; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.lhb-confirm-title { font-size: 1.5rem; font-weight: 700; margin: 0 0 .5rem; color: #16a34a; font-family: 'Sora', sans-serif; }
.lhb-confirm-sub { color: var(--lhb-muted); margin: 0 0 2rem; }
.lhb-confirm-summary { text-align: left; background: #f9fafb; border: 1px solid var(--lhb-border); border-radius: var(--lhb-radius); padding: 1.5rem; margin: 0 auto 1.5rem; max-width: 480px; }
.lhb-redirect-bar { height: 3px; background: #e5e7eb; border-radius: 999px; margin-top: 1.5rem; overflow: hidden; }
.lhb-redirect-fill { height: 100%; background: var(--lhb-primary); transition: width 15s linear; }

/* ── Animations ── */
@keyframes lhbFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.lhb-step-panel { animation: lhbFadeIn .3s ease; }
.lhb-form-wrap { animation: lhbFadeIn .4s ease; }

/* ── Elementor global-button override ───────────────────────────────────────
   Elementor's kit CSS sets:
     .elementor-kit-XXXX button { background-color:#F44E25; font-size:18px;
       border-radius:30px; padding:15px 30px; }
   with specificity (0,1,1).  Our single-class rules are only (0,1,0) and lose.
   Adding .lhb-wizard prefix bumps us to (0,2,0) and wins cleanly.
   ─────────────────────────────────────────────────────────────────────────── */
.lhb-wizard .lhb-cal-nav         { background: transparent; font-size: .8rem;  padding: 0;        border-radius: 6px; }
.lhb-wizard .lhb-cal-nav:hover   { background: #f3f4f6; }
.lhb-wizard .lhb-cal-day         { background: transparent; font-size: .85rem; padding: 8px 4px;  border-radius: 8px;  color: var(--lhb-foreground); }
.lhb-wizard .lhb-cal-day:hover   { background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-wizard .lhb-cal-day.today   { background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-wizard .lhb-cal-day.selected{ background: var(--lhb-primary);       color: #fff; }
.lhb-wizard .lhb-cal-day.disabled{ background: transparent; color: #d1d5db; }
.lhb-wizard .lhb-cal-day.other-month { background: transparent; color: #d1d5db; }
.lhb-wizard .lhb-time-btn        { font-size: .9rem;  padding: 12px 14px; border-radius: 10px; background: #fff; }
.lhb-wizard .lhb-time-btn.selected { background: var(--lhb-primary); color: #fff; border-color: var(--lhb-primary); }
.lhb-wizard .lhb-counter-btn     { font-size: 1.1rem; padding: 0; border-radius: 0; background: #f9fafb; width: 36px; height: 36px; }
.lhb-wizard .lhb-counter-btn:hover{ background: var(--lhb-primary-light); color: var(--lhb-primary); }
.lhb-wizard .lhb-menu-card       { font-size: .85rem; padding: 0; border-radius: var(--lhb-radius); background: var(--lhb-card); }
.lhb-wizard .lhb-btn             { font-size: .9rem;  border-radius: 999px; }
.lhb-wizard .lhb-btn-primary     { background: var(--lhb-primary); color: #fff; padding: 12px 28px; }
.lhb-wizard .lhb-btn-lg          { padding: 14px 32px; font-size: 1rem; }
.lhb-wizard .lhb-btn-ghost       { background: transparent; padding: 10px 20px; }
.lhb-wizard .lhb-nav-buttons .lhb-btn-primary { padding: 14px 32px; font-size: 1rem; min-width: 160px; }

/* ── What Happens Next ── */
.lhb-next-steps { background: #fff8f6; border: 1px solid rgba(244,78,37,.18); border-radius: var(--lhb-radius); padding: 1.25rem 1.5rem; margin-bottom: 1.5rem; text-align: center; }
.lhb-next-steps-title { font-size: .7rem; font-weight: 700; letter-spacing: .1em; color: var(--lhb-primary); text-transform: uppercase; margin: 0 0 1rem; }
.lhb-next-steps-grid { display: flex; align-items: flex-start; justify-content: center; gap: .5rem; }
.lhb-next-step-item { display: flex; flex-direction: column; align-items: center; gap: .35rem; flex: 1; min-width: 0; }
.lhb-next-step-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(244,78,37,.1); display: flex; align-items: center; justify-content: center; color: var(--lhb-primary); flex-shrink: 0; }
.lhb-next-step-item strong { font-size: .82rem; font-weight: 700; color: var(--lhb-foreground); line-height: 1.3; }
.lhb-next-step-item span { font-size: .72rem; color: var(--lhb-muted); line-height: 1.4; }
.lhb-next-step-arrow { color: #d1d5db; font-size: 1rem; flex-shrink: 0; padding-top: 14px; }
@media (max-width: 480px) {
  .lhb-next-steps-grid { gap: .25rem; }
  .lhb-next-step-icon { width: 40px; height: 40px; }
  .lhb-next-step-item span { font-size: .65rem; }
}


/* LH booking-form: policy links */
.lhb-res-body a {
  color: #f44e25;
  text-decoration: underline !important;
  font-weight: 500;
}
.lhb-res-body a:hover,
.lhb-res-body a:focus {
  color: #d63a13;
  text-decoration: underline !important;
}

/* ── Guest counter: keep the +/- controls inside the card on narrow screens ──
   Without this the counter overflows the card edge and the "+" is clipped
   (117px past the edge at 360px wide). Stacks the label above its sub-text
   so the counter always fits. Mobile only — desktop layout is unchanged. */
@media (max-width: 600px) {
  .lhb-guest-row        { gap: 12px; }
  .lhb-guest-info       { min-width: 0; flex: 1 1 auto; }
  .lhb-guest-label      { min-width: 0; flex-direction: column; align-items: flex-start; gap: 2px; line-height: 1.25; }
  .lhb-guest-label span { font-size: .8rem; }
  .lhb-counter-wrap     { flex: 0 0 auto; }
}
