:root {
  --txt-primary: #a512c4;
  --txt-sec: #26022e;
}
body {
  background: url("../images/bat-bg.svg") !important;
  margin: 0;
  padding: 0;
}

.ep-booking-details-container {
  /* background: linear-gradient(135deg, #e8d5f2 0%, #f3e8ff 50%, #e8d5f2 100%); */
  min-height: 100vh;
  margin-bottom: 5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

.ep-booking-details-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.ep-booking-main-title {
  text-align: center;
  /* TODO: Fix it later */
  border-bottom: 2px dashed #9d8ea0;
  padding-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  color: var(--txt-sec);
  margin-bottom: 3rem;
  letter-spacing: 0;
  line-height: 76px;
}

.ep-thank-you-message {
  text-align: center;
  font-size: 1.65rem;
  max-width: 70%;
  color: var(--txt-primary);
  margin: 0 auto 1rem; /* centers horizontally */
  font-weight: 400;
}

.ep-spam-notice {
  display: block;
  font-size: 1.15rem;
  color: #9d8ea0;
  margin-top: 1rem;
  text-align: center;
}

.ep-booking-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
  overflow: hidden;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ep-card-header {
  background: transparent;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #9d8ea0;
}

.ep-booking-id-title {
  color: var(--txt-sec);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.ep-status-badge {
  padding: 0.75rem 1.2rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ep-status-confirmed {
  background: #34a853;
  color: white;
  border: none;
}

.ep-status-pending {
  background: #f59e0b;
  color: white;
  border: none;
}
.goback-container {
  display: flex;
  padding-bottom: 1em;
}

.ep-status-goback {
  background: transparent;
  color: black;
  padding: 0.85em;
  border: 1px solid black;
  font-size: 0.8em;
  transition: all 0.3s ease;
}
.ep-status-goback:hover {
  background: black;
  color: white;
}
.ep-card-body {
  padding: 0rem 1.25rem;
}

.ep-event-title {
  margin-top: 1px;
  font-size: 3rem;
  font-weight: 400;
  color: var(--txt-sec);
  margin-bottom: 0.8rem;
}

.ep-event-address {
  color: var(--txt-sec);
  font-weight: 500;
  font-size: 1rem;
}

.ep-event-time {
  color: var(--txt-sec);

  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.ep-attendee-details {
  padding: 0;
  border-radius: 0;
  margin-bottom: 2rem;
  border: none;
}

.ep-attendee-details p {
  color: var(--txt-sec);
  font-size: 1rem;
  font-weight: 500;
}

.ep-attendee-details strong {
  color: #4a1d5a;
  font-weight: 600;
}

.ep-divider {
  border: none;
  border-top: 1px dashed #9d8ea0;
  margin: 1.75rem 0;
}

.ep-payment-summary {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 2rem;
  border: none;
}

.ep-payment-summary > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--txt-sec);

  margin-bottom: 1rem;
}

.ep-payment-breakdown p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  color: var(--txt-sec);
  margin-bottom: 0.6rem;
}

.ep-booking-status-summary p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--txt-sec);
  margin-bottom: 0rem;
  font-size: 1rem;
  font-weight: 500;
}
.ep-booking-actions {
  border-top: 1px dashed #9d8ea0;
}
.ep-status-highlight {
  font-weight: 600;
  color: #10b981;
}

.ep-booking-actions {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-top: 1.5rem;
  padding-top: 0.5em;
}

.ep-action-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 0;
  background: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: var(--txt-sec);
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
}

.ep-action-link:hover {
  background: transparent;
  color: var(--txt-sec);

  text-decoration: none;
  transform: none;
}

.material-icons-outlined {
  font-size: 1.2rem;
}

@media (max-width: 468px) {
  .ep-booking-id-title {
    font-size: 0.95rem;
  }

  .ep-thank-you-message {
    max-width: 100%;
  }

  .ep-booking-main-title {
    margin-bottom: 0;
    font-size: 2.5rem !important;
  }

  .ep-status-badge {
    padding: 0.75em 0.45em;
    /* padding: 0; */
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .ep-booking-details-container {
    padding: 20px 15px;
  }

  .ep-booking-main-title {
    font-size: 2.2rem;
  }

  .ep-card-header {
    text-align: center;
  }

  .ep-card-body {
    padding: 1.5rem;
  }

  .ep-event-title {
    font-size: 1.8rem;
  }
}
