/* Classic Light only — not loaded for Classic (dark). Overrides for event-public.css dark rgba values. */

body.classic-light-site .ep-layout.ep-theme-classic .alert-error,
body.classic-light-site .ep-theme-classic .ep-layout .alert-error {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.1);
}

body.classic-light-site .ep-layout.ep-theme-classic .book-guest-signup-inner {
  background: rgba(255, 255, 255, 0.9);
}

body.classic-light-site .ep-layout.ep-theme-classic .book-guest-signup-pw input {
  background: var(--card);
}

body.classic-light-site .ep-layout.ep-theme-classic .book-auth-guest-callout {
  background: rgba(255, 255, 255, 0.92);
}

body.classic-light-site .ep-layout.ep-theme-classic .session-date-tab-inner {
  background: rgba(255, 255, 255, 0.9);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-tab {
  background: rgba(255, 255, 255, 0.9);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-row,
body.classic-light-site .ep-layout.ep-theme-classic .account-booking-card {
  background: rgba(255, 255, 255, 0.85);
}


body.classic-light-site .ep-layout.ep-theme-classic .searchable-select-trigger--ep {
  background: rgba(255, 255, 255, 0.95);
}

body.classic-light-site .ep-layout.ep-theme-classic .event-timeline-shell {
  background: var(--card);
}

body.classic-light-site .ep-layout.ep-theme-classic .book-guest-signup-check > input[type="checkbox"] {
  accent-color: var(--primary);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-tab.is-active {
  background: var(--primary);
  color: var(--fg);
  border-color: var(--primary);
  box-shadow: var(--glow);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-tab:hover {
  color: var(--primary);
  border-color: var(--primary);
  background: var(--card);
}

body.classic-light-site .ep-layout.ep-theme-classic .session-date-tab input[type="radio"]:checked + .session-date-tab-inner,
body.classic-light-site .ep-layout.ep-theme-classic .session-date-tab input[type="checkbox"]:checked + .session-date-tab-inner,
body.classic-light-site .ep-layout.ep-theme-classic .session-date-tab.is-active .session-date-tab-inner {
  background: linear-gradient(135deg, #d68a5d, #e09a6e);
  box-shadow: 0 6px 20px -8px rgba(214, 138, 93, 0.45);
}

/* My account — booking list cards */
body.classic-light-site .ep-layout.ep-theme-classic .account-booking-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-card,
body.classic-light-site .ep-layout.ep-theme-classic .account-booking-row {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow);
  gap: 14px;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-main .badge-status,
body.classic-light-site .ep-layout.ep-theme-classic .badge-status {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: var(--tag-bg);
  color: var(--tag-text);
  border: 1px solid rgba(214, 138, 93, 0.35);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-footer {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  width: 100%;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primary-fg);
  background: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: 0 4px 14px -6px rgba(214, 138, 93, 0.45);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-btn:hover {
  color: var(--primary-fg);
  background: var(--primary-2);
  border-color: var(--primary-2);
  box-shadow: 0 6px 18px -8px rgba(214, 138, 93, 0.5);
}

/* Thank-you / account booking row: status badge + ticket actions */
body.classic-light-site .ep-layout.ep-theme-classic .account-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-actions .badge-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: var(--tag-bg);
  color: var(--tag-text);
  border: 1px solid rgba(214, 138, 93, 0.35);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-actions .account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primary-fg);
  background: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: 0 4px 14px -6px rgba(214, 138, 93, 0.45);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-actions .account-link:hover {
  color: var(--primary-fg);
  background: var(--primary-2);
  border-color: var(--primary-2);
  box-shadow: 0 6px 18px -8px rgba(214, 138, 93, 0.5);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-actions .account-link + .account-link {
  color: var(--primary);
  background: var(--card);
  border-color: var(--primary);
  box-shadow: none;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-booking-actions .account-link + .account-link:hover {
  color: var(--primary-fg);
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 14px -6px rgba(214, 138, 93, 0.45);
}

/* Profile page — restore grid layout (event-public.css classic rules are corrupted) */
body.classic-light-site .ep-layout.ep-theme-classic .account-panel {
  padding: 28px;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-section-label {
  display: block;
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--fg);
  grid-column: 1 / -1;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: min(100%, 520px);
  margin-top: 8px;
  width: 100%;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form .prof-label,
body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form .prof-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form .prof-field--timezone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form .prof-label-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  font-size: 14px;
  outline: none;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-profile-form input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(214, 138, 93, 0.22);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-save-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  color: var(--primary-fg);
  background: var(--primary);
  box-shadow: var(--glow);
  justify-self: start;
  transition: background 0.2s ease;
}

body.classic-light-site .ep-layout.ep-theme-classic .account-save-btn:hover {
  background: var(--primary-2);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-field-hint {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--muted);
}

body.classic-light-site .ep-layout.ep-theme-classic .account-timezone-select,
body.classic-light-site .ep-layout.ep-theme-classic .searchable-select--frontend {
  width: 100%;
  max-width: 100%;
}

body.classic-light-site .ep-layout.ep-theme-classic .searchable-select-trigger--ep {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--card);
  color: var(--fg);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}

body.classic-light-site .ep-layout.ep-theme-classic .searchable-select-trigger--ep:hover,
body.classic-light-site .ep-layout.ep-theme-classic .searchable-select-trigger--ep:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(214, 138, 93, 0.22);
}

body.classic-light-site .ep-layout.ep-theme-classic .searchable-select-trigger-label.is-placeholder {
  color: var(--muted);
}

body.classic-light-site .ep-layout.ep-theme-classic .alert-success {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
}
