/* Google Reviews Display V5 Styles */
/* Add your custom styles here or copy from your theme's google-review-css.css file */

.review-section {
    padding: 2rem;
}

.review-header {
    text-align: center;
    margin-bottom: 2rem;
}

.review-header h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.review-header a {
    color: #4285f4;
    text-decoration: none;
    margin-left: 5px;
}

.review-header a:hover {
    text-decoration: underline;
}

.review-body {
    position: relative;
}

.review-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
}

.review-text {
    margin-bottom: 15px;
}

.review-rating_title-google {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviewer-name {
    font-weight: bold;
    margin: 0;
}

.review-rating_title-google .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviewStars svg {
    width: 16px;
    height: 16px;
}

.google-icon {
    width: 20px;
    height: 20px;
}

.products-carousel-nav-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    background: #4285f4;
    border-radius: 50%;
    color: white;
}

.swiper-pagination {
    position: static;
    margin-top: 20px;
}
