/* Babe Booking – Premium Black & White, Mobile-First */

/* =========================
   THEME WRAPPER
   ========================= */

.babe-theme {
  position: relative;
}

.babe-theme.babe-scope-full {
  padding: 80px 20px;
}

.babe-theme-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.babe-scope-card .babe-booking-wrap {
  border-radius: 20px;
  padding: 40px 20px;
}

.babe-scope-full .babe-booking-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.babe-booking-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  color: var(--babe-text, #111);
  background: #fff;
}

/* Booking header (heading, subtext, reassurance) */
.babe-booking-header {
  margin-bottom: 1.5rem;
}
.babe-booking-header .babe-booking-heading {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.babe-booking-header .babe-booking-subtext {
  font-size: 0.95rem;
  color: var(--babe-muted, #666);
  margin: 0 0 0.5rem;
  line-height: 1.5;
}
.babe-booking-header .babe-booking-reassurance {
  font-size: 0.85rem;
  opacity: 0.7;
  color: var(--babe-muted, #666);
  margin: 0;
  line-height: 1.4;
}

.babe-booking-header.align-center {
  text-align: center;
}

.babe-booking-header.align-left {
  text-align: left;
}

.babe-booking-header.align-sub-center .babe-booking-subtext,
.babe-booking-header.align-sub-center .babe-booking-reassurance {
  text-align: center;
}

.babe-booking-header.align-sub-left .babe-booking-subtext,
.babe-booking-header.align-sub-left .babe-booking-reassurance {
  text-align: left;
}

.babe-booking-header.size-small .babe-booking-title {
  font-size: 22px;
  letter-spacing: 0.05em;
}

.babe-booking-header.size-medium .babe-booking-title {
  font-size: 28px;
  letter-spacing: 0.06em;
}

.babe-booking-header.size-large .babe-booking-title {
  font-size: 34px;
  letter-spacing: 0.08em;
}

@media (max-width: 480px) {
  .babe-booking-header.size-small .babe-booking-title {
    font-size: 20px;
  }
  .babe-booking-header.size-medium .babe-booking-title {
    font-size: 24px;
  }
  .babe-booking-header.size-large .babe-booking-title {
    font-size: 28px;
  }
}

/* Theme text colors */
#babe-booking,
#babe-booking * {
  color: inherit;
}
#babe-booking {
  color: var(--babe-text, #111);
}
#babe-booking .babe-selected-date-label,
#babe-booking .babe-summary-section strong,
#babe-booking .babe-time-group h4,
#babe-booking .babe-treatment-meta,
#babe-booking .babe-selected-item-meta {
  color: var(--babe-muted, #666) !important;
}

/* PART B: Force ALL buttons to use theme variables (override pink/theme bleed) */
#babe-booking button,
#babe-booking .babe-btn {
  background: var(--babe-btn-bg, #fff) !important;
  color: var(--babe-btn-text, #000) !important;
  border-color: var(--babe-btn-border, #000) !important;
}
#babe-booking button:hover:not(:disabled),
#babe-booking .babe-btn:hover,
#babe-booking button.is-active,
#babe-booking .babe-btn.is-active {
  background: var(--babe-btn-active-bg, #000) !important;
  color: var(--babe-btn-active-text, #fff) !important;
  border-color: var(--babe-btn-active-bg, #000) !important;
}
#babe-booking .babe-auth-tab {
  background: var(--babe-btn-bg, #fff) !important;
  color: var(--babe-btn-text, #000) !important;
}
#babe-booking .babe-auth-tab.is-active {
  background: var(--babe-btn-active-bg, #000) !important;
  color: var(--babe-btn-active-text, #fff) !important;
}
#babe-booking .babe-time-slot {
  background: var(--babe-btn-bg, #fff) !important;
  color: var(--babe-btn-text, #000) !important;
  border-color: var(--babe-btn-border, #000) !important;
}
#babe-booking .babe-time-slot.is-active,
#babe-booking .babe-time-slot:hover:not(:disabled) {
  background: var(--babe-btn-active-bg, #000) !important;
  color: var(--babe-btn-active-text, #fff) !important;
  border-color: var(--babe-btn-active-bg, #000) !important;
}
#babe-booking .babe-calendar-day:not(.is-selected):not(.babe-calendar-day-empty) {
  border-color: var(--babe-btn-border, #e0e0e0) !important;
  background: var(--babe-btn-bg, #fff) !important;
  color: var(--babe-btn-text, #000) !important;
}
#babe-booking .babe-calendar-day:hover:not(:disabled):not(.is-disabled):not(.is-selected) {
  background: var(--babe-btn-active-bg, #000) !important;
  color: var(--babe-btn-active-text, #fff) !important;
  border-color: var(--babe-btn-active-bg, #000) !important;
}
#babe-booking .babe-add-treatment {
  background: var(--babe-btn-bg, #fff) !important;
  color: var(--babe-btn-text, #000) !important;
  border-color: var(--babe-btn-border, #000) !important;
}
#babe-booking .babe-add-treatment.is-added,
#babe-booking .babe-add-treatment:hover {
  background: var(--babe-btn-active-bg, #000) !important;
  color: var(--babe-btn-active-text, #fff) !important;
  border-color: var(--babe-btn-active-bg, #000) !important;
}

@media (min-width: 640px) {
  .babe-booking-wrap { max-width: 560px; padding: 0 16px; }
  .babe-scope-card .babe-booking-wrap { padding: 40px; }
}

@media (min-width: 900px) {
  .babe-booking-wrap { max-width: 720px; }
}

.babe-booking-logo {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto 2rem;
  filter: brightness(0);
  object-fit: contain;
}

.babe-step {
  animation: fadeUp .3s ease;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.babe-step h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  color: var(--babe-text, #111);
}

.babe-step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: var(--babe-text, #111);
}

/* =========================
   STEP 1: CATEGORY DROPDOWN
   ========================= */

.babe-category-select {
  width: 100%;
  max-width: 420px;
  padding: 14px 40px 14px 16px;
  font-size: 1rem;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #111;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.babe-category-select:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.babe-theme.babe-glass-mode .babe-category-select {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.10);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  color: #fff;
}

.babe-theme.babe-glass-mode .babe-category-select:focus {
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.babe-theme.babe-glass-mode .babe-category-select option {
  background: #111;
  color: #fff;
}

/* =========================
   STEP 2: TREATMENT LIST
   ========================= */

.babe-treatments-list-wrap {
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 80px;
  padding-right: 4px;
}

.babe-treatment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.babe-treatment-row:hover {
  border-color: #111;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.babe-treatment-info {
  flex: 1;
  min-width: 0;
}

.babe-treatment-name {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 4px;
}

.babe-treatment-meta {
  font-size: 0.875rem;
  color: #666;
}

.babe-add-treatment {
  flex-shrink: 0;
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--babe-btn-bg, #fff);
  color: var(--babe-btn-text, #000);
  border: 1px solid var(--babe-btn-border, #000);
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s ease;
  margin-left: 16px;
}

.babe-add-treatment:hover {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
}

.babe-add-treatment.is-added {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
}

/* =========================
   STICKY SUMMARY BAR
   ========================= */

.babe-summary-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

@media (min-width: 640px) {
  .babe-summary-bar {
    position: sticky;
    box-shadow: none;
    border-top: 1px solid #e0e0e0;
    margin-top: 24px;
  }
}

.babe-summary-info {
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111;
}

.babe-next-btn {
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 500;
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity .2s ease;
}

.babe-next-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.babe-next-btn:not(:disabled):hover {
  opacity: 0.88;
}

/* =========================
   STEP 3: CONFIRM SELECTION
   ========================= */

.babe-selected-treatments {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.babe-selected-treatments li {
  margin-bottom: 8px;
}

.babe-selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #fafafa;
  border-radius: 16px;
  line-height: 1.6;
  gap: 12px;
}

.babe-selected-item-content {
  flex: 1;
  min-width: 0;
}

.babe-selected-item-meta {
  font-size: 0.875rem;
  color: var(--babe-muted, #666);
}

.babe-remove-treatment {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--babe-btn-border, #000);
  background: var(--babe-btn-bg, #fff) !important;
  color: var(--babe-btn-text, #000) !important;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.babe-remove-treatment:hover {
  background: var(--babe-btn-active-bg, #000) !important;
  color: var(--babe-btn-active-text, #fff) !important;
  border-color: var(--babe-btn-active-bg, #000) !important;
}

.babe-selected-treatments .meta {
  font-size: 0.875rem;
  color: var(--babe-muted, #666);
}

.babe-confirm-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.babe-confirm-actions .babe-btn {
  flex: 1;
}

/* =========================
   STEP 4: SINGLE MONTH CALENDAR
   ========================= */

/* PART C: Date grid – force circles, no capsule, no overflow */
.babe-calendar-wrap.babe-calendar {
  max-width: 100%;
  overflow: hidden;
}

.babe-calendar-wrap {
  max-width: 400px;
  margin: 0 auto;
}

.babe-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 8px;
}

.babe-cal-prev,
.babe-cal-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.babe-cal-prev:hover,
.babe-cal-next:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.babe-calendar-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
}

.babe-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 48px);
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--babe-muted, #666);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  justify-content: center;
  max-width: 100%;
}

@media (max-width: 480px) {
  .babe-calendar-weekdays {
    grid-template-columns: repeat(7, 42px);
    gap: 6px;
  }
}

@media (max-width: 390px) {
  .babe-calendar-weekdays {
    grid-template-columns: repeat(7, 36px);
    gap: 4px;
  }
}

.babe-calendar-weekdays span {
  text-align: center;
  padding: 8px 0;
}

/* Fixed-width grid: 7 columns, no overflow, centered */
.babe-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 48px);
  gap: 8px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .babe-calendar-grid {
    grid-template-columns: repeat(7, 42px);
    gap: 6px;
  }
}

@media (max-width: 390px) {
  .babe-calendar-grid {
    grid-template-columns: repeat(7, 36px);
    gap: 4px;
  }
}

/* >=481px: 48px circles (default) */
.babe-calendar-day {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--babe-text, #111);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  user-select: none;
  box-sizing: border-box;
}

/* 391–480px: 42px circles */
@media (max-width: 480px) {
  .babe-calendar-day {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    font-size: 0.875rem;
  }
}

/* <=390px: 36px circles */
@media (max-width: 390px) {
  .babe-calendar-day {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 0.8125rem;
  }
}

.babe-calendar-day:hover:not(:disabled):not(.is-disabled) {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
  border-color: var(--babe-btn-active-bg, #000);
}

.babe-calendar-day.is-selected,
.babe-calendar-day-selected {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  font-weight: 600;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.babe-calendar-day-empty {
  background: transparent !important;
  border-color: transparent !important;
  cursor: default;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

@media (max-width: 480px) {
  .babe-calendar-day-empty {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }
}

@media (max-width: 390px) {
  .babe-calendar-day-empty {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}

.babe-calendar-day.is-disabled,
.babe-calendar-day:disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}

/* Selected date display box */
.babe-selected-date-box {
  margin-top: 20px;
  padding: 16px 20px;
  background: #f5f5f5;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
}

.babe-selected-date-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  margin-bottom: 4px;
}

.babe-selected-date-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
}

.babe-selected-date-box-inline {
  margin-bottom: 20px;
}

/* Selected time box (same style as date) */
.babe-selected-time-box {
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: #f5f5f5;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
}

.babe-selected-time-box .babe-selected-date-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--babe-text, #111);
}

.babe-theme.babe-glass-mode .babe-selected-date-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.babe-theme.babe-glass-mode .babe-selected-date-label {
  color: rgba(255, 255, 255, 0.8);
}

.babe-theme.babe-glass-mode .babe-selected-date-value {
  color: #fff;
}

.babe-theme.babe-glass-mode .babe-selected-time-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.babe-theme.babe-glass-mode .babe-selected-time-box .babe-selected-date-value {
  color: #fff;
}

/* =========================
   STEP 5: TIME SLOTS
   ========================= */

.babe-times-wrap {
  max-height: 60vh;
  overflow-y: auto;
}

.babe-time-group {
  margin-bottom: 24px;
}

.babe-time-group h4 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  margin: 0 0 12px;
}

.babe-time-slot {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 8px 8px 0;
  font-size: 0.9375rem;
  font-weight: 500;
  background: var(--babe-btn-bg, #fff);
  color: var(--babe-btn-text, #000);
  border: 1px solid var(--babe-btn-border, #000);
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s ease;
}

.babe-time-slot:hover {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
}

.babe-time-slot.is-active {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
}

.babe-time-slot:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* =========================
   STEP 6: BOOKING SUMMARY
   ========================= */

.babe-booking-summary {
  background: #fafafa;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
}

.babe-booking-summary h4 {
  margin: 0 0 16px;
  font-size: 1.125rem;
}

.babe-summary-section {
  margin-bottom: 16px;
}

.babe-summary-section:last-child {
  margin-bottom: 0;
}

.babe-summary-section strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}

.babe-summary-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.babe-summary-section li {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.babe-summary-section li:last-child {
  border-bottom: none;
}

/* =========================
   FORMS
   ========================= */

.babe-form-group {
  margin-bottom: 20px;
}

.babe-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}

.babe-form-group input,
.babe-form-group textarea,
.babe-form-group select {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #fff;
  color: #111;
  transition: border-color .2s ease;
}

.babe-form-group input:focus,
.babe-form-group textarea:focus,
.babe-form-group select:focus {
  outline: none;
  border-color: #111;
}

.babe-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9375rem;
}

.babe-checkbox-label input {
  width: auto !important;
  margin-right: 8px;
}

/* =========================
   BUTTONS
   ========================= */

.babe-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 500;
  background: var(--babe-btn-bg, #fff);
  color: var(--babe-btn-text, #000);
  border: 1px solid var(--babe-btn-border, #000);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
  text-align: center;
}

.babe-btn:hover {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
}

.babe-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.babe-nav-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.babe-nav-buttons .babe-btn {
  flex: 1;
}

/* =========================
   AUTH TABS
   ========================= */

.babe-auth-tabs {
  display: flex;
  margin: 16px 0 0;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--babe-btn-border, #000);
  width: 100%;
  max-width: 360px;
}

.babe-auth-tab {
  flex: 1;
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 0;
  background: var(--babe-btn-bg, #fff);
  color: var(--babe-btn-text, #000);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.babe-auth-tab:first-child {
  border-right: 1px solid var(--babe-btn-border, #000);
}

.babe-auth-tab:hover:not(.is-active) {
  opacity: 0.85;
}

.babe-auth-tab.is-active {
  background: var(--babe-btn-active-bg, #000);
  color: var(--babe-btn-active-text, #fff);
}

.babe-auth-panels {
  margin: 12px 0 0;
}

.babe-auth-panel {
  display: none;
  margin: 0;
}

.babe-auth-panel.is-open {
  display: block;
}

.babe-auth-panels .um-tab-nav,
.babe-auth-panels .um-form a.um-link-alt,
.babe-auth-panels .um-form-toggle {
  display: none !important;
}

.babe-gate-note {
  margin-top: 12px;
  font-size: 0.875rem;
  color: #666;
}

/* =========================
   CONFIRMATION
   ========================= */

#babe-confirmation {
  text-align: center;
  padding: 40px 20px;
}

#babe-confirmation p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* =========================
   UTILITIES
   ========================= */

.babe-error {
  color: #d32f2f;
  font-size: 0.9375rem;
  padding: 12px;
  background: #ffebee;
  border-radius: 12px;
  margin: 16px 0;
}

/* =========================
   GLASS MODE
   ========================= */

.babe-glass-mode .babe-booking-wrap {
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: none !important;
  box-shadow: none !important;
  border-radius: 20px;
}

.babe-glass-mode,
.babe-glass-mode * {
  color: #ffffff !important;
}

.babe-glass-mode input,
.babe-glass-mode select,
.babe-glass-mode textarea {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}

.babe-glass-mode input::placeholder,
.babe-glass-mode textarea::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.babe-glass-mode .babe-btn,
.babe-glass-mode button {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
}

.babe-glass-mode .babe-btn:hover,
.babe-glass-mode button:hover {
  background: #f2f2f2 !important;
}

.babe-glass-mode .babe-calendar-day {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.babe-glass-mode .babe-calendar-day:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.babe-glass-mode .babe-calendar-day.is-selected,
.babe-glass-mode .babe-calendar-day-selected {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

.babe-glass-mode .babe-calendar-day-empty {
  background: transparent !important;
  border-color: transparent !important;
}

.babe-glass-mode .babe-calendar-day-unavailable,
.babe-glass-mode .babe-calendar-day.is-disabled {
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.babe-glass-mode .babe-time-slot {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
}

.babe-glass-mode .babe-time-slot:hover,
.babe-glass-mode .babe-time-slot.is-active {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

.babe-glass-mode .babe-auth-tabs {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.babe-glass-mode .babe-auth-tab {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
}

.babe-glass-mode .babe-auth-tab:first-child {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

.babe-glass-mode .babe-auth-tab.is-active {
  background: #ffffff !important;
  color: #000000 !important;
}

.babe-glass-mode .babe-treatment-row {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.babe-glass-mode .babe-selected-treatments li,
.babe-glass-mode .babe-booking-summary {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.babe-glass-mode .babe-summary-bar {
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.babe-glass-mode .babe-booking-logo {
  filter: brightness(0) invert(1) !important;
}
