/**
 * Public event detail page (event-detail.php)
 */
.nefsa-event-detail {
  padding: clamp(36px, 4vw, 56px) 0 clamp(48px, 5vw, 72px);
}

.nefsa-event-detail__meta {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b45309;
  margin-bottom: 12px;
}

.nefsa-event-detail__title {
  font-family: "Oswald", "Roboto", sans-serif;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  color: #1a1c1d;
  margin: 0 0 24px;
  max-width: 920px;
}

.nefsa-event-detail__figure {
  margin: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(35, 39, 40, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.nefsa-event-detail__figure img {
  width: 100%;
  display: block;
}

.nefsa-event-detail__attachment {
  margin-bottom: 24px;
}

.nefsa-event-detail__attachment a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #ca4445;
}

.nefsa-event-detail__body {
  font-size: 16px;
  line-height: 1.75;
  color: #3d4245;
  max-width: 920px;
}

.nefsa-event-detail__body p {
  margin-bottom: 1em;
}

.nefsa-event-detail__body img {
  max-width: 100%;
  height: auto;
}

.nefsa-event-detail__empty {
  padding: 48px 24px;
  text-align: center;
  color: #6b7280;
}

.nefsa-event-detail__empty a {
  font-weight: 600;
  color: #ca4445;
}
