.lg-reviews-slider-container {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.lg-reviews-slider-container .swiper-slide {
    height: auto;
    display: flex;
}

.lg-reviews-slider-container .lg-review-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Pagination bullets customization */
.lg-reviews-slider-container .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.lg-reviews-slider-container .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
    width: 24px;
    border-radius: 4px;
}

/* Ensure stars don't shrink */
.lg-review-stars {
    flex-shrink: 0;
}