/* Shared CMS image rotators. Tenant styles load after this module. */
.image-rotator .carousel__slide img[selector] { width: 100%; }
.image-rotator .carousel__pagination { padding: 0; }
.image-rotator .carousel__pagination-button::after { height: 12px; border-radius: 16px; }
.image-rotator .carousel__prev { left: 0; }
.image-rotator .carousel__next { right: 0; }
.image-rotator .carousel__prev,
.image-rotator .carousel__next {
    background: white;
    border-radius: 20px;
    font-size: 17px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.image-rotator .carousel__slide img { padding: 10px; }
