/* Event Swiper Block - p8k3n5 */

.event-swiper-p8k3n5 {
    overflow: visible;
    padding: 10px 0 0;
}

.event-swiper-p8k3n5 .swiper-wrapper {
    align-items: stretch;
}

/* Slide width */
.event-swiper-p8k3n5 .swiper-slide {
    width: 85%;
    max-width: 900px;
    height: auto;
}

@media (min-width: 768px) {
    .event-swiper-p8k3n5 .swiper-slide {
        width: 640px;
    }
}

@media (min-width: 1024px) {
    .event-swiper-p8k3n5 .swiper-slide {
        width: 900px;
    }
}

/* Event card image — fixed height 430px */
.event-image-p8k3n5 {
    height: 430px;
}

/* Pagination bullets */
.event-bullet-p8k3n5 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDD6B7;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.event-bullet-active-p8k3n5 {
    background-color: #B8C1A2;
    width: 48px;
    border-radius: calc(infinity * 1px);
}
