.es-aa88a39f-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

.es-aa88a39f-header {
    margin-bottom: 30px;
}

.es-aa88a39f-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.es-aa88a39f-title.style-accented::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.es-aa88a39f-header[style*="text-align: left"] .es-aa88a39f-title.style-accented::after {
    margin-left: 0;
    margin-right: auto;
}

.es-aa88a39f-header[style*="text-align: right"] .es-aa88a39f-title.style-accented::after {
    margin-right: 0;
    margin-left: auto;
}

.es-aa88a39f-slider {
    padding-bottom: 25px !important;
    overflow: hidden !important; /* Ensure hidden slides aren't fully layout-rendered on page loading */
}

/* Ensure equal height slides and boxes */
.swiper-container.es-aa88a39f-slider .swiper-wrapper,
.swiper.es-aa88a39f-slider .swiper-wrapper {
    display: flex !important;
}

.swiper-container.es-aa88a39f-slider .swiper-slide,
.swiper.es-aa88a39f-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
}

.es-aa88a39f-box {
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    cursor: pointer;
    background-color: #ffffff;
}

/* Sleek cursor-over selection effect */
.es-aa88a39f-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    border-color: rgba(0,0,0,0.15);
}

.es-aa88a39f-box-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
}

.es-aa88a39f-box:hover .es-aa88a39f-box-image {
    transform: scale(1.05);
}

.es-aa88a39f-box-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    text-align: center;
}

.es-aa88a39f-box-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 600;
}

.es-aa88a39f-box-date {
    margin: 0 0 20px 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.es-aa88a39f-box-btn {
    margin-top: auto;
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.05) !important;
    height: 6px !important;
    position: relative !important;
    margin-top: 15px;
    bottom: 0 !important;
}

.swiper-scrollbar-drag {
    cursor: grab;
}

.es-aa88a39f-footer-note {
    font-size: 0.8rem;
    text-align: center;
    text-transform: lowercase;
    margin-top: 12px;
    font-style: italic;
    letter-spacing: 1px;
}

.es-aa88a39f-no-events {
    text-align: center;
    padding: 40px;
    color: #999;
}
