/* Event section header styling (copied from event-detail.css for #event-overview) */
.event-section-container .event-content__overview {
  margin-bottom: 1rem; /* Adjusted from 1.5rem to be less dominant */
  padding: 0.75rem 1rem; /* Adjusted padding */
  background-color: #f9f9f9;
  border-radius: 4px;
  /* We might not need max-width and margin:auto here as it's part of a larger section */
}

.event-section-container .event-content__overview h2 {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 0; /* Removed margin-bottom from h2 as padding is on parent */
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
}

/* Add some spacing for the event lists following the new headers */
.event-section-container .about__list {
  margin-top: 1rem;
}
