/**
 * Style dla bloku Google Reviews.
 */

.restaurant-google-reviews {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.restaurant-google-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.restaurant-google-logo {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.restaurant-google-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.restaurant-google-rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.restaurant-google-stars {
    display: flex;
    margin-right: 10px;
}

.star {
    color: #e7711b;
    font-size: 20px;
    line-height: 1;
}

.star-empty {
    color: #e7e7e7;
}

.restaurant-google-rating-value {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.restaurant-google-rating-count {
    color: #70757a;
    font-size: 14px;
}

.restaurant-google-reviews-list {
    margin-top: 20px;
}

.restaurant-google-review {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.restaurant-google-review:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.restaurant-google-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.restaurant-google-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.restaurant-google-review-author {
    font-weight: bold;
    margin: 0;
}

.restaurant-google-review-time {
    color: #70757a;
    font-size: 12px;
    margin-top: 3px;
}

.restaurant-google-review-stars {
    display: flex;
    margin-bottom: 5px;
}

.restaurant-google-review-stars .star {
    font-size: 14px;
}

.restaurant-google-review-text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.restaurant-google-footer {
    margin-top: 20px;
    text-align: right;
}

.restaurant-google-more-link {
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
}

.restaurant-google-more-link:hover {
    text-decoration: underline;
}
