.ces-carousel-wrapper {
    width: 100%;
    position: relative;
}

.ces-swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 42px;
}

.ces-slide {
    height: auto;
    text-align: center;
}

.ces-slide-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
}

.ces-slide-date {
    font-size: 14px;
    margin-bottom: 8px;
}

.ces-slide-title {
    margin: 0 0 16px;
}

.ces-read-more {
    display: inline-block;
    padding: 10px 18px;
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
}

.ces-swiper-pagination {
    bottom: 0 !important;
}

.ces-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.ces-popup-overlay.is-open {
    display: flex;
}

.ces-popup {
    position: relative;
    width: clamp(300px, 50%, 480px);
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    padding: 32px;
    box-sizing: border-box;
}

.ces-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.ces-popup-title {
    margin: 0 0 16px;
}

.ces-popup-content {
    white-space: pre-line;
}

body.ces-popup-open {
    overflow: hidden;
}

.ces-swiper .swiper-wrapper {
    display: flex;
}

.ces-swiper .swiper-slide {
    flex-shrink: 0;
}