.single-event-page {
  color: #111;
  background: #ffffff;
}

.single-event-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 120px 20px 90px;
  background-size: cover;
  background-position: center center;
}

.single-event-hero__inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.single-event-hero__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.single-event-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: #0b1f3a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.single-event-chip.status.is-open {
  background: rgba(255, 138, 0, 0.95);
  border-color: rgba(255, 138, 0, 0.95);
  color: #fff;
}

.single-event-chip.status.is-closed {
  background: rgba(130, 130, 130, 0.92);
  border-color: rgba(130, 130, 130, 0.92);
  color: #fff;
}

.single-event-chip.status.is-ended {
  background: rgba(68, 68, 68, 0.92);
  border-color: rgba(68, 68, 68, 0.92);
  color: #fff;
}

.single-event-hero__title {
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.single-event-hero__lead {
  max-width: 820px;
  margin: 18px 0 0;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.single-event-hero__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  max-width: 1000px;
}

.single-event-info-card {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.single-event-info-card .label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #667085;
}

.single-event-info-card strong {
  font-size: 17px;
  line-height: 1.7;
  color: #0b1f3a;
}

.single-event-hero__buttons {
  margin-top: 28px;
}

.single-event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.single-event-btn:hover {
  transform: translateY(-2px);
}

.single-event-btn--primary {
  background: linear-gradient(180deg, #ff9f2f 0%, #e46b00 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(228, 107, 0, 0.24);
}

.single-event-btn--secondary {
  background: #fff;
  color: #0b1f3a;
  border: 1px solid #d8e0ea;
}

.single-event-btn--full {
  width: 100%;
  margin-top: 18px;
}

.single-event-section {
  padding: 72px 20px 90px;
  background: #f7f9fc;
}

.single-event-container {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.single-event-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.single-event-block,
.single-event-sidecard {
  background: #ffffff;
  border: 1px solid #e7edf4;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.single-event-block + .single-event-block {
  margin-top: 22px;
}

.single-event-block h2,
.single-event-sidecard h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.3;
  color: #0b1f3a;
}

.single-event-content,
.single-event-text {
  color: #334155;
  line-height: 1.9;
  font-size: 16px;
}

.single-event-content p,
.single-event-text p {
  margin: 0 0 1em;
}

.single-event-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-event-meta-list li {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}

.single-event-meta-list li:last-child {
  border-bottom: none;
}

.single-event-meta-list span {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.single-event-meta-list strong {
  color: #111827;
  font-size: 15px;
  line-height: 1.7;
}

.single-event-faq {
  display: grid;
  gap: 14px;
}

.single-event-faq details {
  border: 1px solid #e7edf4;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.single-event-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  color: #111827;
  list-style: none;
  background: #fff;
}

.single-event-faq summary::-webkit-details-marker {
  display: none;
}

.single-event-faq details div {
  padding: 0 18px 18px;
  color: #475467;
  line-height: 1.9;
  background: #fff;
}

@media (max-width: 900px) {
  .single-event-grid {
    grid-template-columns: 1fr;
  }

  .single-event-hero__info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .single-event-hero {
    min-height: auto;
    padding: 96px 16px 64px;
  }

  .single-event-hero__inner,
  .single-event-container {
    width: min(100%, calc(100% - 24px));
  }

  .single-event-hero__title {
    font-size: 36px;
    line-height: 1.08;
  }

  .single-event-hero__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .single-event-section {
    padding: 56px 16px 70px;
  }

  .single-event-block,
  .single-event-sidecard {
    padding: 20px 16px;
  }

  .single-event-block h2,
  .single-event-sidecard h3 {
    font-size: 24px;
  }

  .single-event-meta-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ------------------------------
   Fee Table
------------------------------ */
.single-event-fee-table-wrap {
  overflow-x: auto;
}

.single-event-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #0b1f3a;
  background: #fff;
}

.single-event-fee-table th,
.single-event-fee-table td {
  padding: 22px 20px;
  border: 2px solid #0b1f3a;
  font-size: 18px;
  line-height: 1.6;
}

.single-event-fee-table th {
  width: 68%;
  background: #f8fbff;
  color: #0b1f3a;
  font-weight: 700;
  text-align: center;
}

.single-event-fee-table td {
  width: 32%;
  background: #fff;
  color: #111827;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.single-event-fee-note {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
  color: #334155;
}

/* Mobile */
@media (max-width: 640px) {
  .single-event-fee-table th,
  .single-event-fee-table td {
    padding: 16px 12px;
    font-size: 16px;
  }

  .single-event-fee-table th {
    width: 62%;
  }

  .single-event-fee-table td {
    width: 38%;
  }

  .single-event-fee-note {
    font-size: 14px;
    line-height: 1.8;
  }
}

.single-event-btn--disabled {
  background: #94a3b8;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}