/**
 * Custom styles for EventON events in the AAU Timber theme
 */

.eventon-single-event-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.event-header {
  margin-bottom: 2rem;
  text-align: center;
}

.event-title {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.event-featured-image {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}

.event-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.eventon-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* Override EventON default styles to match theme */
.ajde_evcal_calendar .evcal_month_line {
  border-color: #f5f5f5;
}

.ajde_evcal_calendar .eventon_events_list .eventon_list_event {
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.evo_lightbox {
  border-radius: 8px;
  overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .event-title {
    font-size: 2rem;
  }
  
  .eventon-content {
    padding: 1.5rem;
  }
}
