/* Google Reviews Display V5B Styles */
/* Add your custom styles here or copy from your theme's display_v5b.css file */

.display_v5b.main {
    display: flex;
    gap: 2rem;
    padding: 2rem;
}

.display_v5b .left {
    flex: 0 0 300px;
}

.display_v5b .right {
    flex: 1;
}

.display_v5b .stars {
    display: flex;
    gap: 5px;
    margin: 10px 0;
}

.display_v5b .leaveReview {
    display: inline-block;
    padding: 10px 20px;
    background: #4285f4;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin: 20px 0;
}

.display_v5b .leaveReview:hover {
    background: #357ae8;
}

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

.display_v5b .reviewStars svg {
    width: 20px;
    height: 20px;
}

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

.display_v5b .nav-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

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

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