/* Single-card width */
.event-section.aem-single { max-width: 500px; margin: 0; }

/* Empty-state: same spacing as before + inherit text color for dark themes */
.aem-empty {
  margin: 0 auto;
  width: fit-content;
  padding: 30px;
  font-size: 20px;
  color: inherit; /* key: follow parent color on dark backgrounds */
}

.chapters-event-section .aem-empty{
    /*color:white;
    max-width: 500px;
    margin:0;
    font-size: 16px;*/
    display:none;
}

.aem-filter-form{
    margin: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.aem-filter-form label {
    margin-right: -20px!important;
}
