
._ax_google_review-wrapper {
    display: flex;
}
._ax_google_review-box {
    margin-right: 20px;
    width: 25%;
}

._ax_google_review-box-50 {
    width: 50%;
}
._ax_google_review-box select,
._ax_google_review-box input {
    width: 100%;
    display: block;
}


._ax_google_review-title {
    max-width: 50%;
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 18px;
}

._ax_google_review-select {
    display: block;
    width: 20%;
}

.google-reviews-swiper {
    padding: 20px 0;
    margin:100px 0;
}

.google-review-slide {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.review-card {
    background: linear-gradient(145deg, #ffffff, #f0f4f8);
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    padding: 25px 20px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.review-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1bb2a6; /* акцентний колір */
}

.review-rating {
    margin-bottom: 12px;
}

.review-rating .star {
    font-size: 1rem;
    color: #FFD700;
    opacity: 0.4;
    margin-right: 2px;
}

.review-rating .star.filled {
    opacity: 1;
}

.review-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
}

.review-meta {
    font-size: 0.85rem;
    color: #555;
    display: flex;
    justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1bb2a6;
}

.swiper-pagination-bullet {
    background: #1bb2a6;
}
