/**
 * Gorilla Dash Review Carousel Block Frontend Styles
 */

.wp-block-gorilladash-review-carousel {
    margin: 40px 0;
}

/* Ensure the carousel container is properly styled when used as a block */
.wp-block-gorilladash-review-carousel .gorilladash-review-carousel-wrapper {
    padding: 40px 0;
}

/* Wide alignment */
.wp-block-gorilladash-review-carousel.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Full alignment */
.wp-block-gorilladash-review-carousel.alignfull {
    max-width: 100%;
}

.wp-block-gorilladash-review-carousel.alignfull .gorilladash-review-carousel-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

/* Responsive adjustments for block */
@media (max-width: 768px) {
    .wp-block-gorilladash-review-carousel .gorilladash-review-carousel-wrapper {
        padding: 24px 0;
    }
}
