.google-reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.google-review-box {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.google-review-author {
    font-weight: bold;
    color: #333;
}
.google-review-rating {
    color: #ffa500;
    margin-top: 5px;
}
.google-review-text {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
}
