.auto-reviews-carousel-1d65ec49 {
    overflow: hidden;
    padding: 20px 0;
}

.auto-reviews-carousel-1d65ec49 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.review-card-1d65ec49 {
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-image-1d65ec49 {
    margin-bottom: 15px;
    width: 100%;
}

.review-image-1d65ec49 img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.review-rating-1d65ec49 {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 10px;
}

.review-title-1d65ec49 {
    margin: 0 0 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.review-text-1d65ec49 {
    font-size: 1em;
    line-height: 1.5;
    color: #666;
    margin: 0;
}
