.google-reviews-container {
    padding: 20px;
    margin-top: 30px;
}

.google-reviews-container h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

#google-reviews {
    max-width: 800px;
    margin: 0 auto;
}

.google-review {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.reviewer-info h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.stars {
    color: #ffc107;
    margin: 5px 0;
}

.review-date {
    color: #666;
    font-size: 14px;
}

.review-text {
    color: #555;
    line-height: 1.6;
}

.review-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.review-link {
    display: inline-block;
    padding: 12px 25px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.leave-review-btn {
    background: #4285f4;
    color: white;
}

.review-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
