/* Event single: organiser reply + highlights */
.event-organizer-reply {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.event-organizer-reply-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.event-organizer-reply-orgname {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  color: #04132d;
  line-height: 1.3;
}

.event-organizer-reply-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin: 0 0 6px;
}

.event-organizer-reply-message {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #334155;
}

.intro-default .inner-content .event-highlights-heading {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.64px;
  margin: 0 0 36px;
}

.fixed-box-passport-cta {
  font-size: 14px;
  color: #53585F;
  line-height: 1.4;
  align-self: center;
  flex: 1 1 0;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .fixed-box-passport-cta {
    font-size: 11px;
  }
  .fixed-box .inner-buttons .fixed-box-sticky-actions .leave-review-cta-sticky {
    white-space: nowrap;
    flex: 0 0 auto;
  }
}

.event-highlights-list {
  margin: 0 0 1.5rem 1.25rem;
}

.event-highlights-list li {
  margin-bottom: 0.35rem;
}
