.review-slider-wrapper-31ffca2f {
    position: relative;
    padding: 20px 40px;
    overflow: hidden;
}

.review-slider-wrapper-31ffca2f .swiper-wrapper {
    display: flex;
}

.review-slider-wrapper-31ffca2f .review-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    box-sizing: border-box;
}

.review-slider-wrapper-31ffca2f .review-image-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.review-slider-wrapper-31ffca2f .review-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-slider-wrapper-31ffca2f .review-name {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.review-slider-wrapper-31ffca2f .review-comment {
    margin: 0;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
    flex-grow: 1;
}

.review-slider-wrapper-31ffca2f .review-stars {
    display: flex;
    gap: 4px;
    justify-content: center;
    font-size: 16px;
    color: #f39c12;
}

/* Slider styling adjustments */
.review-slider-wrapper-31ffca2f .swiper-button-next,
.review-slider-wrapper-31ffca2f .swiper-button-prev {
    color: #333;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.review-slider-wrapper-31ffca2f .swiper-button-next::after,
.review-slider-wrapper-31ffca2f .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}
