/**

 * Frontend booking UI — scoped to .bsp-root to beat theme overrides.

 */



.bsp-root {

  --bsp-primary: #ea580c;

  --bsp-primary-dark: #c2410c;

  --bsp-accent: #f97316;

  --bsp-accent-dark: #ea580c;

  --bsp-success: #059669;

  --bsp-available: #10b981;

  --bsp-available-bg: #d1fae5;

  --bsp-border: #e2e8f0;

  --bsp-muted: #64748b;

  --bsp-text: #0f172a;

  --bsp-radius: 16px;

  --bsp-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);

  box-sizing: border-box;

  max-width: 680px;

  margin: 0.35rem auto 1.25rem;

  padding: 0 0.75rem 1rem;

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  color: var(--bsp-text);

  line-height: 1.5;

}



.bsp-root *,

.bsp-root *::before,

.bsp-root *::after {

  box-sizing: border-box;

}



.bsp-root .bsp-shell {

  background: #fff;

  border: 1px solid var(--bsp-border);

  border-radius: var(--bsp-radius);

  box-shadow: var(--bsp-shadow);

  overflow: hidden;

}



.bsp-root .bsp-shell__head {

  position: relative;

  padding: 1.5rem 1.5rem 1.25rem;

  background: linear-gradient(135deg, #fff7ed 0%, #eff6ff 55%, #f8fafc 100%);

  border-bottom: 1px solid var(--bsp-border);

  text-align: center;

}



.bsp-root .bsp-shell__home {

  position: absolute;

  top: 1rem;

  right: 1rem;

  display: inline-flex;

  align-items: center;

  font-size: 0.8125rem;

  font-weight: 700;

  color: #c2410c !important;

  text-decoration: none !important;

  padding: 0.4rem 0.75rem;

  border-radius: 8px;

  border: 1px solid #fdba74;

  background: #fff !important;

  line-height: 1.2;

  z-index: 2;

}



.bsp-root .bsp-shell__home:hover,

.bsp-root .bsp-shell__home:focus {

  background: #fff7ed !important;

  color: #9a3412 !important;

  border-color: #ea580c !important;

}



@media (max-width: 480px) {
  .bsp-root .bsp-shell__home {
    position: static;
    display: inline-flex;
    margin: 0 auto 0.75rem;
  }
}



.bsp-root .bsp-shell__body {

  padding: 1.25rem 1.5rem 1.75rem;

}



.bsp-root .bsp-booking__title {

  margin: 0 0 0.5rem;

  font-size: 1.45rem;

  font-weight: 800;

  color: #0f172a;

}



.bsp-root .bsp-booking__plan {

  display: inline-block;

  padding: 0.25rem 0.75rem;

  background: linear-gradient(90deg, #ffedd5, #dbeafe);

  color: #c2410c;

  border-radius: 999px;

  font-size: 0.75rem;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.04em;

}



.bsp-root .bsp-booking__desc,

.bsp-root .bsp-auth-intro {

  margin: 0.75rem 0 0;

  font-size: 0.9rem;

  color: var(--bsp-muted);

  text-align: center;

}



.bsp-root .bsp-user-bar {

  display: flex;

  align-items: center;

  gap: 0.75rem;

  padding: 0.75rem 1rem;

  margin-bottom: 1rem;

  background: linear-gradient(90deg, #ecfdf5, #eff6ff);

  border: 1px solid #a7f3d0;

  border-radius: 12px;

}



.bsp-root .bsp-user-bar__avatar {

  width: 44px;

  height: 44px;

  border-radius: 50%;

  background: linear-gradient(135deg, var(--bsp-accent), var(--bsp-primary));

  color: #fff;

  font-weight: 800;

  font-size: 1.1rem;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

}



.bsp-root .bsp-user-bar__meta {

  display: flex;

  flex-direction: column;

  gap: 0.15rem;

  min-width: 0;

}



.bsp-root .bsp-user-bar__name {

  font-weight: 700;

  font-size: 0.95rem;

  color: var(--bsp-text);

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.bsp-root .bsp-user-bar__status {

  font-size: 0.75rem;

  font-weight: 600;

  color: var(--bsp-success);

  text-transform: uppercase;

  letter-spacing: 0.06em;

}



.bsp-root .bsp-user-bar__logout {

  margin-left: auto;

  font-size: 0.8125rem;

  font-weight: 600;

  color: #64748b;

  text-decoration: none;

  white-space: nowrap;

}



.bsp-root .bsp-user-bar__logout:hover {

  color: #0f172a;

  text-decoration: underline;

}



.bsp-root .bsp-auth-notice--logout {

  margin: 0 0 1rem;

  padding: 0.65rem 0.85rem;

  background: #eff6ff;

  border: 1px solid #bfdbfe;

  border-radius: 10px;

  font-size: 0.875rem;

  color: #1e40af;

}



.bsp-root .bsp-auth-notice--success {

  margin: 0 0 1rem;

  padding: 0.65rem 0.85rem;

  background: #ecfdf5;

  border: 1px solid #6ee7b7;

  border-radius: 10px;

  font-size: 0.875rem;

  color: #065f46;

  font-weight: 600;

  text-align: center;

}



.bsp-root .bsp-progress {

  display: flex;

  list-style: none;

  margin: 0 0 1.5rem;

  padding: 4px;

  gap: 0.25rem;

  background: #f1f5f9;

  border-radius: 10px;

}



.bsp-root .bsp-progress__item {

  flex: 1;

  text-align: center;

  font-size: 0.62rem;

  font-weight: 800;

  color: var(--bsp-muted);

  padding: 0.55rem 0.15rem;

  border-radius: 8px;

  text-transform: uppercase;

  letter-spacing: 0.03em;

  border: none;

  transition: background 0.2s, color 0.2s;

}



.bsp-root .bsp-progress__item.is-active {

  color: #fff;

  background: linear-gradient(135deg, var(--bsp-accent), var(--bsp-primary));

  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.35);

}



.bsp-root .bsp-progress__item.is-done {

  color: var(--bsp-success);

  background: #ecfdf5;

}



.bsp-root .bsp-wizard .bsp-step {

  animation: bsp-fade-in 0.25s ease;

}



@keyframes bsp-fade-in {

  from {

    opacity: 0;

    transform: translateY(6px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



.bsp-root .bsp-step__title {

  margin: 0 0 0.35rem;

  font-size: 1.1rem;

  font-weight: 800;

  text-align: center;

  color: #1e293b;

}



.bsp-root .bsp-step__hint {

  margin: 0 0 1.25rem;

  font-size: 0.875rem;

  color: var(--bsp-muted);

  text-align: center;

}



.bsp-root .bsp-hidden {

  display: none !important;

}



.bsp-root .bsp-step-back {

  display: inline-flex !important;

  align-items: center;

  gap: 0.35rem;

  margin: 0 0 1rem;

  padding: 0.4rem 0 !important;

  border: none !important;

  background: transparent !important;

  color: var(--bsp-primary) !important;

  font-size: 0.875rem !important;

  font-weight: 600 !important;

  cursor: pointer !important;

  min-height: auto !important;

  width: auto !important;

  box-shadow: none !important;

}



.bsp-root a.bsp-step-back--link {

  text-decoration: none;

}



.bsp-root a.bsp-step-back--link:hover {

  text-decoration: underline;

}



.bsp-root .bsp-selected-date-chip {

  text-align: center;

  margin-bottom: 1rem;

  padding: 0.65rem 1rem;

  background: linear-gradient(90deg, #fff7ed, #eff6ff);

  border: 1px solid #fdba74;

  border-radius: 10px;

  font-size: 0.9rem;

  font-weight: 600;

  color: #9a3412;

}



.bsp-root .bsp-field {

  margin-bottom: 1rem;

}



.bsp-root .bsp-field__label {

  display: block !important;

  font-weight: 600 !important;

  font-size: 0.875rem !important;

  margin-bottom: 0.35rem !important;

  color: var(--bsp-text) !important;

}



.bsp-root .bsp-field__hint {

  margin: 0 0 0.35rem;

  font-size: 0.8rem;

  color: var(--bsp-muted);

}



.bsp-root .bsp-field__input,

.bsp-root input.bsp-field__input,

.bsp-root textarea.bsp-field__input {

  width: 100% !important;

  padding: 0.65rem 0.75rem !important;

  border: 1px solid #cbd5e1 !important;

  border-radius: 10px !important;

  font-size: 1rem !important;

  background: #fff !important;

  color: var(--bsp-text) !important;

  min-height: 44px;

}



.bsp-root button.bsp-btn,

.bsp-root a.bsp-btn {

  display: inline-flex !important;

  align-items: center;

  justify-content: center;

  gap: 0.5rem;

  width: 100%;

  padding: 0.75rem 1.25rem !important;

  font-size: 1rem !important;

  font-weight: 700 !important;

  border-radius: 10px !important;

  cursor: pointer !important;

  text-decoration: none !important;

  border: 2px solid #cbd5e1 !important;

  background: #f8fafc !important;

  color: var(--bsp-text) !important;

  min-height: 48px;

  box-shadow: none !important;

  text-transform: none !important;

  letter-spacing: normal !important;

  line-height: 1.3 !important;

  opacity: 1 !important;

  visibility: visible !important;

}



.bsp-root .bsp-btn--primary {

  background: linear-gradient(135deg, var(--bsp-accent), var(--bsp-primary)) !important;

  border-color: transparent !important;

  color: #fff !important;

}



.bsp-root .bsp-btn--primary:hover,
.bsp-root .bsp-btn--primary:focus,
.bsp-root .bsp-btn--primary:active,
.bsp-root a.bsp-btn--primary:hover,
.bsp-root a.bsp-btn--primary:focus,
.bsp-root a.bsp-btn--primary:active,
.bsp-root button.bsp-btn--primary:hover,
.bsp-root button.bsp-btn--primary:focus,
.bsp-root button.bsp-btn--primary:active {
  background: linear-gradient(135deg, #fb923c, #ea580c) !important;
  border-color: #ea580c !important;
  color: #fff !important;
  filter: brightness(1.06);
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.28) !important;
}



.bsp-root .bsp-btn--secondary:hover,
.bsp-root .bsp-btn--secondary:focus,
.bsp-root .bsp-btn--secondary:active,
.bsp-root a.bsp-btn--secondary:hover,
.bsp-root a.bsp-btn--secondary:focus,
.bsp-root a.bsp-btn--secondary:active,
.bsp-root button.bsp-btn--secondary:hover,
.bsp-root button.bsp-btn--secondary:focus,
.bsp-root button.bsp-btn--secondary:active {
  background: #fff7ed !important;
  border-color: #ea580c !important;
  color: #c2410c !important;
}



.bsp-root .bsp-btn--block {

  width: 100% !important;

  margin-top: 0.65rem;

}



.bsp-root .bsp-login-form .bsp-btn--primary {

  margin-top: 0.5rem;

}



.bsp-root .bsp-auth-or {

  text-align: center;

  margin: 1rem 0;

  font-size: 0.85rem;

  color: var(--bsp-muted);

}



.bsp-root .bsp-auth-or span {

  display: inline-block;

  padding: 0 0.75rem;

  background: #fff;

  position: relative;

}



.bsp-root .bsp-auth-or::before {

  content: "";

  display: block;

  height: 1px;

  background: var(--bsp-border);

  margin-bottom: -0.65rem;

}



.bsp-root .bsp-auth-remember {

  display: flex;

  align-items: center;

  gap: 0.5rem;

  font-size: 0.875rem;

  margin: 0.25rem 0 0.5rem;

  cursor: pointer;

}



.bsp-root .bsp-auth-view.bsp-hidden {

  display: none !important;

}



.bsp-root .bsp-btn--google {

  background: #fff !important;

  border-color: #dadce0 !important;

  color: #3c4043 !important;

}



.bsp-root .bsp-booking--auth .bsp-btn--google svg {

  flex-shrink: 0;

  width: 20px;

  height: 20px;

}



.bsp-root .bsp-cal-wrap {

  max-width: 340px;

  margin: 0 auto;

}



.bsp-root .bsp-cal-nav {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 0.75rem;

  margin-bottom: 1rem;

}



.bsp-root .bsp-cal-label {

  flex: 1;

  text-align: center;

  font-weight: 800;

  font-size: 1.05rem;

  color: #1e293b;

}



.bsp-root .bsp-cal-nav .bsp-cal-prev,

.bsp-root .bsp-cal-nav .bsp-cal-next {

  display: inline-flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 44px !important;

  height: 44px !important;

  min-width: 44px !important;

  min-height: 44px !important;

  padding: 0 !important;

  border: 2px solid var(--bsp-primary) !important;

  background: #fff !important;

  border-radius: 12px !important;

  cursor: pointer !important;

  color: var(--bsp-primary) !important;

  flex-shrink: 0;

  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.15) !important;

  opacity: 1 !important;

  visibility: visible !important;

  font-size: 0 !important;

}



.bsp-root .bsp-cal-nav__svg {

  display: block !important;

  width: 22px !important;

  height: 22px !important;

  pointer-events: none;

}



.bsp-root .bsp-cal-nav .bsp-cal-prev:hover,

.bsp-root .bsp-cal-nav .bsp-cal-next:hover {

  background: #eff6ff !important;

}



.bsp-root .bsp-calendar {

  display: grid;

  grid-template-columns: repeat(7, 1fr);

  gap: 6px;

  text-align: center;

}



.bsp-root .bsp-cal-dow {

  font-size: 0.65rem;

  font-weight: 800;

  color: var(--bsp-muted);

  text-transform: uppercase;

  padding: 0.35rem 0;

}



.bsp-root .bsp-cal-day.is-empty {

  visibility: hidden;

}



.bsp-root .bsp-change-cal-wrap {
  margin-top: 8px;
}

.bsp-root .bsp-change-calendar {
  margin-top: 4px;
}

.bsp-root .bsp-cal-day.is-disabled {

  color: #cbd5e1;

  font-size: 0.9rem;

  padding: 0.5rem 0;

  font-weight: 500;

}



.bsp-root .bsp-cal-day.is-available {

  cursor: pointer;

  background: var(--bsp-available-bg);

  color: #047857;

  border-radius: 10px;

  border: 2px solid transparent;

  padding: 0.55rem 0;

  font-weight: 700;

  font-size: 0.95rem;

  min-height: 40px;

  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;

}



.bsp-root .bsp-cal-day.is-available:hover {

  transform: scale(1.06);

  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);

  border-color: var(--bsp-available);

}



.bsp-root .bsp-cal-day.is-selected {

  background: linear-gradient(135deg, var(--bsp-accent), var(--bsp-primary)) !important;

  color: #fff !important;

  border-color: transparent !important;

  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4);

}



.bsp-root .bsp-cal-loading,

.bsp-root .bsp-slots-empty {

  text-align: center;

  color: var(--bsp-muted);

  font-size: 0.9rem;

  padding: 1rem;

}



.bsp-root .bsp-slots-grid {

  display: flex;

  flex-direction: column;

  gap: 0.65rem;

  max-width: 400px;

  margin: 0 auto;

}



.bsp-root .bsp-slot-btn {

  display: flex !important;

  justify-content: space-between;

  align-items: center;

  width: 100% !important;

  padding: 0.9rem 1.1rem !important;

  border: 2px solid #e2e8f0 !important;

  border-radius: 12px !important;

  background: #fff !important;

  cursor: pointer !important;

  min-height: 52px !important;

  font-size: 1rem !important;

  color: var(--bsp-text) !important;

  font-weight: 600 !important;

  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;

  opacity: 1 !important;

  visibility: visible !important;

}



.bsp-root .bsp-slot-btn__seats {

  font-size: 0.8rem;

  font-weight: 700;

  color: var(--bsp-primary);

  background: #eff6ff;

  padding: 0.25rem 0.55rem;

  border-radius: 999px;

}



.bsp-root .bsp-slot-btn:hover {

  border-color: var(--bsp-primary) !important;

  background: #f8fafc !important;

}



.bsp-root .bsp-slot-btn.is-selected {

  border-color: var(--bsp-accent) !important;

  background: linear-gradient(90deg, #fff7ed, #eff6ff) !important;

  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.2) !important;

}



.bsp-root .bsp-success-msg {

  padding: 1.25rem;

  background: #ecfdf5;

  border: 2px solid #6ee7b7;

  border-radius: 12px;

  color: #065f46;

  font-weight: 700;

  text-align: center;

  margin-bottom: 1.25rem;

}



.bsp-root .bsp-form-feedback {

  display: none;

  margin: 0 0 1rem;

  padding: 1rem 1.15rem;

  border-radius: 12px;

  font-size: 0.9375rem;

  font-weight: 600;

  line-height: 1.45;

  text-align: center;

}



.bsp-root .bsp-form-feedback:not(.bsp-hidden) {

  display: block;

}



.bsp-root .bsp-form-feedback--error {

  background: linear-gradient(180deg, #fef2f2, #fee2e2);

  border: 2px solid #f87171;

  color: #991b1b;

  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.12);

}



.bsp-root .bsp-form-feedback__link {

  display: inline-block;

  margin-top: 0.65rem;

  color: #b91c1c;

  font-weight: 700;

  text-decoration: underline;

}



.bsp-root .bsp-success-actions {
  display: block !important;
  margin: 0 0 1.25rem;
  visibility: visible !important;
}



.bsp-root .bsp-wizard-hub-nav {

  margin: 0 0 1rem;

}



.bsp-root .bsp-wizard-view-bookings {

  font-weight: 700;

}



.bsp-root .bsp-btn--secondary {

  background: #fff !important;

  border-color: #cbd5e1 !important;

  color: var(--bsp-text) !important;

}



.bsp-root .bsp-step--success .bsp-success-view-bookings {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-bottom: 0.5rem;
}

.bsp-root .bsp-step--success .bsp-success-view-bookings:hover,
.bsp-root .bsp-step--success .bsp-success-view-bookings:focus,
.bsp-root .bsp-step--success .bsp-change-form .bsp-btn--primary:hover,
.bsp-root .bsp-step--success .bsp-change-form .bsp-btn--primary:focus {
  background: linear-gradient(135deg, #fb923c, #ea580c) !important;
  border-color: #ea580c !important;
  color: #fff !important;
}



.bsp-root .bsp-plan-success-summary {

  margin-bottom: 1rem;

}



.bsp-wrap.bsp-page {

  max-width: none;

}



.bsp-wrap.bsp-page .bsp-root {

  margin-left: auto;

  margin-right: auto;

}

.bsp-root .bsp-plan-status {
  text-align: center;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.bsp-root .bsp-plan-status--active {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
}

.bsp-root .bsp-plan-status--expiring {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  color: #92400e;
}

.bsp-root .bsp-plan-status--expired {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.bsp-root .bsp-time-change-banner {
  background: #eff6ff;
  border: 2px solid #93c5fd;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.bsp-root .bsp-member-details.bsp-card-lite {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

.bsp-embed {
  margin: 0 auto;
  max-width: 680px;
}

.bsp-root .bsp-booking__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.bsp-root .bsp-booking__plan {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.65rem;
  background: #ffedd5;
  color: #c2410c;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bsp-root .bsp-shell__head {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 45%, #fff 100%);
}

.bsp-root .bsp-progress__item.is-active {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #ea580c);
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
}

.bsp-root .bsp-btn--primary {
  background: linear-gradient(135deg, #fb923c, #ea580c) !important;
  border-color: #ea580c !important;
}

.bsp-root .bsp-cal-nav .bsp-cal-prev,
.bsp-root .bsp-cal-nav .bsp-cal-next {
  border-color: #ea580c !important;
  color: #ea580c !important;
}

.bsp-root .bsp-user-bar__avatar {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}

.bsp-root .bsp-days-left {
  text-align: center;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  margin-bottom: 1rem;
  border: 2px solid #fdba74;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.bsp-root .bsp-days-left--expiring {
  border-color: #fcd34d;
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
}

.bsp-root .bsp-days-left--expired {
  border-color: #fca5a5;
  background: #fef2f2;
}

.bsp-root .bsp-days-left__number {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  color: #c2410c;
}

.bsp-root .bsp-days-left__text {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: #9a3412;
  margin-top: 0.25rem;
}

.bsp-root .bsp-days-left__end {
  display: block;
  font-size: 0.8rem;
  color: #78716c;
  margin-top: 0.35rem;
}

.bsp-root .bsp-booking--auth .bsp-btn--primary {
  background: linear-gradient(135deg, #fb923c, #ea580c) !important;
  border-color: #ea580c !important;
  color: #fff !important;
}

.bsp-root .bsp-auth-link {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  min-height: auto !important;
  width: auto !important;
  color: #ea580c !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  text-decoration: underline;
}

.bsp-root .bsp-auth-forgot-wrap {
  margin: 0 0 0.5rem;
  text-align: right;
}

.bsp-root .bsp-progress__item.bsp-progress__item--skip {
  opacity: 0.35;
  text-decoration: line-through;
  pointer-events: none;
}

.bsp-root .bsp-days-left__started {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #9a3412;
  margin-bottom: 0.5rem;
}

/* Compact login / sign-up */
.bsp-root .bsp-booking--auth-compact .bsp-field--compact {
  margin-bottom: 0.45rem !important;
}

.bsp-root .bsp-booking--auth-compact .bsp-field__label {
  font-size: 0.8rem !important;
  margin-bottom: 0.15rem !important;
}

.bsp-root .bsp-booking--auth-compact input.bsp-field__input,
.bsp-root .bsp-booking--auth-compact .bsp-field__input {
  padding: 0.4rem 0.6rem !important;
  font-size: 0.875rem !important;
  min-height: 36px !important;
  max-height: 36px !important;
  line-height: 1.25 !important;
  height: 36px !important;
}

.bsp-root .bsp-booking--auth-compact .bsp-password-wrap .bsp-field__input {
  padding-right: 2.75rem !important;
}

.bsp-root .bsp-booking--auth-compact textarea.bsp-field__input {
  min-height: auto !important;
  max-height: none !important;
  height: auto !important;
}

.bsp-root .bsp-booking--auth-compact .bsp-btn.bsp-btn {
  padding: 0.5rem 0.85rem !important;
  min-height: 38px !important;
  font-size: 0.875rem !important;
}

.bsp-root .bsp-booking--auth-compact .bsp-btn--google {
  min-height: 38px !important;
  padding: 0.45rem 0.75rem !important;
}

.bsp-root .bsp-booking--auth-compact .bsp-btn--block {
  margin-top: 0.45rem;
}

.bsp-root .bsp-progress--compact {
  margin: 0 0 0.65rem;
  gap: 0.25rem;
}

.bsp-root .bsp-progress--compact .bsp-progress__item {
  font-size: 0.65rem;
  padding: 0.35rem 0.4rem;
}

.bsp-root .bsp-booking--auth-compact .bsp-auth-or {
  margin: 0.55rem 0;
  font-size: 0.78rem;
}

.bsp-root .bsp-auth-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0.15rem 0 0.35rem;
  flex-wrap: wrap;
}

.bsp-root .bsp-auth-inline .bsp-auth-remember {
  margin: 0;
}

.bsp-root .bsp-password-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.bsp-root .bsp-password-wrap .bsp-field__input {
  padding-right: 2.75rem !important;
  width: 100% !important;
}

.bsp-root button.bsp-password-toggle,
.bsp-root .bsp-password-toggle {
  position: absolute !important;
  right: 2px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  min-height: 2.25rem !important;
  max-height: 2.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #78716c !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  z-index: 5 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1 !important;
  font-size: 0 !important;
}

.bsp-root .bsp-password-toggle .bsp-password-toggle-icon {
  font-size: 1.15rem !important;
  line-height: 1 !important;
  display: block !important;
  pointer-events: none;
}

.bsp-root .bsp-password-toggle:hover {
  color: #ea580c !important;
  background: rgba(234, 88, 12, 0.08) !important;
}

.bsp-root .bsp-shell__body:has(.bsp-booking--auth-compact) {
  padding-top: 0.85rem;
  padding-bottom: 1rem;
}

.bsp-root .bsp-shell__head:has(+ .bsp-shell__body .bsp-booking--auth-compact) {
  padding: 0.85rem 1rem 0.65rem !important;
}

.bsp-root .bsp-shell__head:has(+ .bsp-shell__body .bsp-booking--auth-compact) .bsp-booking__title {
  font-size: 1.2rem !important;
  margin-bottom: 0.25rem !important;
}

/* Bookings hub after login */
.bsp-root .bsp-hub__title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e293b;
}

.bsp-root .bsp-bookings-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bsp-root .bsp-bookings-list__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.bsp-root .bsp-bookings-list__item:hover {
  border-color: #fdba74;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.12);
}

.bsp-root .bsp-bookings-list__item--active {
  border-left: 4px solid #00a32a;
}

.bsp-root .bsp-bookings-list__item--expiring {
  border-left: 4px solid #dba617;
}

.bsp-root .bsp-bookings-list__item--expired {
  border-left: 4px solid #d63638;
  opacity: 0.92;
}

.bsp-root .bsp-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.bsp-root .bsp-status-dot--active {
  background: #00a32a;
}

.bsp-root .bsp-status-dot--expiring {
  background: #dba617;
}

.bsp-root .bsp-status-dot--expired {
  background: #d63638;
}

.bsp-root .bsp-bookings-list__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.bsp-root .bsp-bookings-list__package {
  font-size: 0.95rem;
  color: #0f172a;
}

.bsp-root .bsp-bookings-list__status {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.bsp-root .bsp-bookings-list__meta {
  font-size: 0.8rem;
  color: #64748b;
}

.bsp-root .bsp-bookings-list__chev {
  font-size: 1.25rem;
  color: #94a3b8;
  line-height: 1;
}

.bsp-root .bsp-portal-back {
  margin: 0 0 0.65rem;
}

.bsp-root .bsp-hub__new {
  margin-top: 0.25rem;
}

.bsp-root .bsp-bookings-list__plan {
  font-size: 0.78rem;
  color: #475569;
  margin-top: 0.15rem;
}

.bsp-root .bsp-plan-preview {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1px solid #fdba74;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.bsp-root .bsp-plan-preview__title {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #9a3412;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bsp-root .bsp-plan-preview__range {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #1e293b;
}

.bsp-root .bsp-plan-preview__hint {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
}

.bsp-root .bsp-plan-success-summary {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  color: #065f46;
  margin: 0 0 1rem;
  text-align: center;
}

.bsp-root .bsp-days-left--day {
  padding: 0.75rem 1rem;
}

.bsp-root .bsp-days-left--day .bsp-days-left__text {
  font-weight: 700;
  color: #9a3412;
}

.bsp-root .bsp-payment-amount {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-radius: 10px;
  color: #9a3412;
  font-size: 0.95rem;
  text-align: center;
}

.bsp-root .bsp-payment-details {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.bsp-root .bsp-payment-details--unpaid {
  border-color: #fecaca;
  background: #fef2f2;
}

.bsp-root .bsp-payment-details--free {
  border-color: #e2e8f0;
  background: #f8fafc;
}

.bsp-root .bsp-payment-details__title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  color: #0f172a;
}

.bsp-root .bsp-payment-details p {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  color: #334155;
}

.bsp-root .bsp-payment-details p:last-child {
  margin-bottom: 0;
}

.bsp-root .bsp-payment-details__code {
  font-size: 0.82rem;
  word-break: break-all;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

.bsp-root .bsp-payment-pill {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bsp-root .bsp-payment-pill--paid {
  background: #dcfce7;
  color: #166534;
}

.bsp-root .bsp-payment-pill--unpaid {
  background: #fee2e2;
  color: #991b1b;
}

.bsp-root .bsp-payment-pill--free {
  background: #e2e8f0;
  color: #475569;
}

.bsp-root .bsp-bookings-list__payment {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #166534;
}

.bsp-root .bsp-meeting-box {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #93c5fd;
  background: #eff6ff;
}

.bsp-root .bsp-meeting-box--expired {
  border-color: #fecaca;
  background: #fef2f2;
}

.bsp-root .bsp-meeting-box__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #0f172a;
}

.bsp-root .bsp-meeting-box__hint {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: #475569;
}

.bsp-root .bsp-meeting-box__url {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  word-break: break-all;
  color: #334155;
}

.bsp-root .bsp-meeting-box__url code {
  font-size: inherit;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
}

.bsp-root .bsp-meeting-box__expired-msg {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #991b1b;
}

.bsp-root .bsp-meeting-join-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}


