/* Google Reviews Styles */
.google-reviews-link {
    text-decoration: none;
}

.google-reviews-box {
    font-family: 'Roboto', sans-serif;
}

.google-reviews-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.google-reviews-logo {
    height: 30px;
    margin-right: 8px;
}

.google-reviews-title {
    font-size: 18px;
    color: var(--google-text);
    font-weight: 500;
}

.google-reviews-rating {
    font-size: 17px;
    color: var(--google-text-light);
}

.google-reviews-stars {
    color: var(--google-yellow);
    font-size: 20px;
}
