.google-reviews-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 2rem 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.reviews-header {
    text-align: center !important;
    margin-bottom: 2rem !important;
}

.reviews-header h2 {
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    margin-bottom: 1rem !important;
}

.rating-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.average-rating {
    display: flex !important;
    align-items: baseline !important;
}

.rating-number {
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
}

.rating-text {
    margin-left: 0.5rem !important;
    color: #666 !important;
}

.total-reviews {
    color: #666 !important;
    margin: 0 1rem !important;
}

.star {
    color: #e4e4e4 !important;
    font-size: 1.25rem !important;
}

.star.filled {
    color: #fbbf24 !important;
}

.star.half {
    position: relative !important;
    color: #e4e4e4 !important;
}

.star.half:before {
    content: '★' !important;
    position: absolute !important;
    color: #fbbf24 !important;
    width: 50% !important;
    overflow: hidden !important;
}

.review-card {
    background: white !important;
    border-radius: 0.5rem !important;
    padding: 1.5rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.review-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 1rem !important;
}

.reviewer-info {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
}

.reviewer-avatar {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: #f3f4f6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.reviewer-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.default-avatar {
    font-size: 1.5rem !important;
}

.reviewer-name {
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-align: left !important;
}

.review-rating {
    margin-bottom: 0.5rem !important;
    text-align: left !important;
    width: 100% !important;
}

.review-text {
    color: #4b5563 !important;
    font-size: 0.813rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1rem !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.review-date {
    color: #9ca3af !important;
    font-size: 0.75rem !important;
    margin-top: auto !important;
    text-align: left !important;
}

.google-reviews-container .swiper-container {
    padding: 0 3rem !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.google-reviews-container .swiper-wrapper {
    box-sizing: border-box !important;
    z-index: 1 !important;
}

.google-reviews-container .swiper-slide {
    height: auto !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
}

.google-reviews-container .swiper-button-next,
.google-reviews-container .swiper-button-prev {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-color: white !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    z-index: 2 !important;
}

.google-reviews-container .swiper-button-prev {
    left: 0 !important;
}

.google-reviews-container .swiper-button-next {
    right: 0 !important;
}

.google-reviews-container .swiper-button-next:after,
.google-reviews-container .swiper-button-prev:after {
    font-size: 1rem !important;
    color: #4b5563 !important;
    font-weight: bold !important;
}

.google-reviews-container .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 1rem !important;
    z-index: 2 !important;
}

.google-reviews-container .swiper-pagination-bullet {
    background: #4b5563 !important;
}

.google-reviews-container .swiper-pagination-bullet-active {
    background: #2563eb !important;
}

.error-message {
    text-align: center !important;
    color: #ef4444 !important;
    padding: 1rem !important;
}

.view-all-reviews-container {
    text-align: center !important;
    margin-top: 2rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.view-all-reviews {
    display: inline-block !important;
    padding: 0.5rem 1rem !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 0.375rem !important;
    font-weight: 500 !important;
    transition: opacity 0.2s !important;
    margin-top: 1rem !important;
    width: 100% !important;
    max-width: 250px !important;
}

.view-all-reviews:hover {
    opacity: 0.9 !important;
}