.blb-booking-actions { display: flex; flex-direction: column; gap: 10px; margin: 14px 0 0; }
.blb-booking-note { font-size: 13px; line-height: 1.45; color: #666; margin: 0 0 4px; }
.blb-book-btn { justify-content: flex-start; gap: 10px; }
.blb-book-btn i { width: 18px; text-align: center; }

.blb-page { padding: 24px 0 48px; overflow-x: hidden; }
.blb-shell { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.blb-shell-book { max-width: 920px; }
.blb-shell-narrow { max-width: 820px; }
.blb-breadcrumb a { color: #666; text-decoration: none; font-size: 14px; }
.blb-page-head h1 { margin: 12px 0 8px; font-size: clamp(24px, 4vw, 28px); }
.blb-lead { color: #555; max-width: 720px; line-height: 1.55; font-size: 15px; }

.blb-book-layout, .blb-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
  margin-top: 20px;
  align-items: start;
}

.blb-checkout-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.blb-panel {
  background: #fff;
  border: 1px solid #ececf1;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(20,20,40,.04);
  min-width: 0;
}

.blb-panel h2 { margin: 0 0 10px; font-size: 18px; }
.blb-muted { color: #666; font-size: 14px; line-height: 1.5; }
.blb-row { margin: 18px 0; }
.blb-row label { display: block; font-weight: 600; margin-bottom: 8px; }
.blb-row textarea,
.blb-row input[type="number"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d8dbe3;
  border-radius: 10px;
  padding: 10px 12px;
  box-sizing: border-box;
}

.blb-row-inline input[type="number"] { max-width: 120px; }

.blb-session-switch { display: flex; flex-wrap: wrap; gap: 8px; }
.blb-session-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}

.blb-session-pill.active { background: #111; color: #fff; border-color: #111; }
.blb-pay-mode { display: grid; gap: 8px; }
.blb-radio { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.blb-promo { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; border-radius: 10px; padding: 10px 12px; font-size: 14px; }
.blb-promo-online { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.blb-trust-note { margin: 12px 0 0; font-size: 13px; line-height: 1.5; color: #666; }

.blb-price-breakdown { background: #fafafa; border: 1px solid #eee; border-radius: 12px; padding: 14px; }
.blb-price-row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 14px; }
.blb-price-row.blb-total,
.blb-price-row.blb-pay-now { border-top: 1px solid #e8e8ee; margin-top: 6px; padding-top: 10px; font-size: 15px; }
.blb-price-row.blb-pay-now strong { color: #0f766e; }
.blb-price-note { margin: 10px 0 0; font-size: 13px; color: #666; line-height: 1.5; }

.blb-actions { margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.blb-book-form .blb-actions .blb-btn {
  width: 100%;
  max-width: none;
}
.blb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 13px 18px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  max-width: 360px;
  transition: opacity .15s ease;
}

.blb-btn-primary {
  background: #E85A4F;
  color: #f9f9f9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

button.blb-btn.blb-btn-primary {
  -webkit-appearance: none;
  appearance: none;
}

button.blb-btn.blb-btn-primary:not(:disabled):not(.is-disabled),
a.blb-btn.blb-btn-primary {
  background: #E85A4F;
  color: #f9f9f9;
  opacity: 1;
}

.blb-btn-primary:hover:not(:disabled):not(.is-disabled) {
  background: #cf4136;
  color: #f9f9f9;
}

.blb-btn-primary:disabled,
.blb-btn-primary.is-disabled,
button.blb-btn.blb-btn-primary:disabled,
button.blb-btn.blb-btn-primary.is-disabled {
  opacity: 1;
  cursor: not-allowed;
  background: #c5c5c5;
  color: #f5f5f5;
  box-shadow: none;
}
.blb-btn-ghost { background: #f3f4f6; color: #111; }
.blb-form-hint { margin: 0; font-size: 13px; color: #666; }

.blb-trust-card h3 { margin: 0 0 12px; font-size: 16px; }
.blb-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.blb-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.blb-trust-check {
  flex: 0 0 1.05em;
  width: 1.05em;
  height: 1.05em;
  margin-top: 0.22em;
  border-radius: 0.28em;
  border: 1.5px solid #86efac;
  background: #f0fdf4;
  color: #166534;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.blb-trust-check i {
  font-size: 0.62em;
  line-height: 1;
  width: auto;
  text-align: center;
}
.blb-trust-text {
  flex: 1;
  min-width: 0;
}

.blb-rate-card { margin-top: 16px; background: #111; color: #fff; border-radius: 12px; padding: 16px; }
.blb-rate-card > span { display: block; font-size: 13px; color: rgba(255, 255, 255, 0.72); }
.blb-rate-card > strong { display: block; font-size: 24px; margin-top: 4px; }
.blb-rate-card .blb-rate-special {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-style: normal;
}
.blb-rate-card .blb-rate-special-label {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #fbbf24;
}
.blb-rate-card .blb-rate-special-value {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fde68a;
}
.blb-price-row.blb-discount {
  color: #166534;
  font-size: 15px;
}
.blb-price-row.blb-discount strong {
  color: #166534;
  font-size: 16px;
  font-weight: 700;
}

.blb-selected-slot {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
}

.blb-selected-slot .blb-selected-label { color: #666; margin-right: 6px; }
.blb-selected-slot .xfr { color: #111; }

/* Calendar containment */
.blb-cal-shell {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8ee;
  border-radius: 12px;
  background: #f7f7f8;
  padding: 12px;
  box-sizing: border-box;
}

.blb-book-page #bkg-cal {
  width: 100% !important;
  max-width: 100% !important;
}

.blb-book-page #bkg-cal.bkg-one-month {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
}

.blb-book-page #bkg-cal .bkg-cal-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 8px !important;
}

.blb-book-page #bkg-cal .bkg-month {
  max-width: min(100vw - 64px, 300px);
  scroll-snap-align: start;
}

.blb-book-page #bkg-cal .bkg-wmove-left,
.blb-book-page #bkg-cal .bkg-wmove-right {
  top: 8px;
  margin-top: 0;
}

.blb-book-page #bkg-cal .bkg-day-times {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.blb-book-page #bkg-cal .bkg-day-times .bkg-dwrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 420px);
  max-height: min(80vh, 520px);
  height: auto;
  padding: 16px;
  box-sizing: border-box;
}

.blb-book-page #bkg-cal .bkg-day-times .bkg-time-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100% !important;
  float: none !important;
  clear: both;
}

.blb-book-page #bkg-cal .bkg-day-times .bkg-line-entry {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.blb-book-page #bkg-cal .bkg-day-times .bkg-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 6px;
  font-size: 13px;
}

.blb-book-page #bkg-cal .bkg-day-times .bkg-time-head {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
  padding-right: 28px;
}

.blb-summary-list { display: grid; grid-template-columns: 160px 1fr; gap: 8px 12px; margin: 0; }
.blb-summary-list dt { color: #666; margin: 0; }
.blb-summary-list dd { margin: 0; font-weight: 500; }

.blb-help-cloud {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin: 14px 0 18px;
}

.blb-help-cloud p { margin: 0; }

.blb-pay-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.blb-pay-intro p { margin: 0; }

.blb-pay-methods,
.blb-pay-methods-cart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.blb-pay-method,
a.blb-pay-method {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 96px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: #111;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  transition: border-color .15s ease, box-shadow .15s ease;
}

a.blb-pay-method:hover,
a.blb-pay-method:focus-visible {
  border-color: #E85A4F;
  box-shadow: 0 2px 10px rgba(232, 90, 79, 0.08);
  text-decoration: none;
  color: #111;
}

.blb-pay-method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.blb-pay-method-icon i {
  font-size: 20px;
  color: #555;
}

.blb-pay-method-title {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #111;
}

.blb-pay-method-desc {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  color: #666;
}

.blb-pay-method-crypto .blb-pay-method-icon i {
  color: #444;
}

.blb-pay-method-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #fafafa;
  box-shadow: none;
}

.osp-body-itempay .blb-itempay-pay,
.osp-body.eps-escort-profile-pay .blb-itempay-pay {
  margin-top: 8px;
}

.osp-body-itempay .blb-itempay-pay .blb-cart-pay-label,
.osp-body.eps-escort-profile-pay .blb-itempay-pay .blb-cart-pay-label {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.blb-cart-pay {
  margin-top: 20px;
}

.blb-panel-pay .blb-cart-pay,
.blb-panel-pay .blb-booking-pay {
  margin-top: 0;
}

.blb-booking-pay .blb-pay-methods {
  margin: 0;
}

.blb-checkout-page .blb-panel-pay .osp-pay-button,
.blb-checkout-page .blb-panel-pay .osp-pay-label,
.blb-checkout-page .blb-panel-pay .osp-submit-payment {
  display: none !important;
}

body#user-custom.file-checkout .blb-booking-pay .blb-pay-methods,
.blb-checkout-page .blb-booking-pay .blb-pay-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body#user-custom.file-checkout .blb-booking-pay a.blb-pay-method,
.blb-checkout-page .blb-booking-pay a.blb-pay-method {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 118px;
  text-decoration: none;
  box-sizing: border-box;
}

body#user-custom.file-checkout .blb-booking-pay .blb-pay-method-icon,
.blb-checkout-page .blb-booking-pay .blb-pay-method-icon {
  background: none;
  border-radius: 0;
  padding: 0;
}

body#user-custom.file-checkout .blb-booking-pay .blb-pay-method-crypto .blb-pay-method-icon i,
.blb-checkout-page .blb-booking-pay .blb-pay-method-crypto .blb-pay-method-icon i {
  color: #444;
}

.blb-cart-pay-label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.blb-pay-methods-cart {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blb-panel-pay .blb-pay-method,
.blb-panel-pay a.blb-pay-method,
.blb-panel-pay .blb-pay-method-title,
.blb-panel-pay .blb-pay-method-desc {
  font-family: inherit;
}

.blb-panel-pay a.blb-pay-method:hover,
.blb-panel-pay a.blb-pay-method:focus-visible {
  transform: none;
}

.osp-body-cart .osp-h1 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  color: #111;
  margin: 0 0 16px;
}

.osp-body-cart .osp-cart .osp-cart-row.osp-cart-total .osp-cart-col.pric > span {
  background: none;
  color: #111;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 600;
}

.blb-error { color: #b91c1c; font-size: 14px; margin: 0; }

body#user-custom .blb-page { padding-top: 8px; }
body#user-custom .blb-page-head { margin-bottom: 4px; }

.blb-code-preview, .blb-checkout-amount { font-size: 18px; }
.blb-success-badge { font-size: 48px; color: #16a34a; margin-bottom: 8px; }
.blb-code-display { font-size: 34px; letter-spacing: .18em; font-weight: 700; margin: 8px 0 12px; }
.blb-res-meta, .blb-res-code { font-size: 13px; margin-top: 6px; color: #444; }
.blb-res-code span { font-family: monospace; letter-spacing: .08em; font-weight: 700; }

/* My Reservations – Babelocator accent */
.bkg-reservations .bkg-res .bkg-st-PENDING { background: #E85A4F; }
.bkg-reservations.bkg-list .bkg-res[data-status="PENDING"] .bkg-opt-data:after { background: #E85A4F; }
.bkg-reservations .bkg-res .bkg-buts .bkg-btn-pay { background: #E85A4F; }
.bkg-reservations .bkg-res .bkg-buts .bkg-btn-pay:not(.bkg-disabled):hover { background: #cf4136; color: #fff; text-decoration: none; }

@media (max-width: 900px) {
  .blb-book-layout,
  .blb-grid {
    grid-template-columns: 1fr;
  }

  .blb-panel-aside { order: -1; }
  .blb-summary-list { grid-template-columns: 1fr; }
  .blb-btn { max-width: none; }
  .blb-pay-methods,
  .blb-pay-methods-cart,
  body#user-custom.file-checkout .blb-booking-pay .blb-pay-methods,
  .blb-checkout-page .blb-booking-pay .blb-pay-methods { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .blb-book-page #bkg-cal .bkg-day-times .bkg-time-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blb-session-pill { width: 100%; justify-content: center; }
}
