.google-reviews-widget {
    font-family: Arial, sans-serif;
    text-align: center;
}

.google-reviews-widget .google-header {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-reviews-widget .google-logo {
    height: 24px;
    width: auto;
    margin-right: 8px;
}

.google-reviews-widget .google-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
}

.google-reviews-widget .stars-container {
    margin-bottom: 8px;
}

.google-reviews-widget .stars {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
}

.google-reviews-widget .star {
    display: inline-block;
    margin-right: 2px;
}

.google-reviews-widget .star-svg {
    width: 24px;
    height: 24px;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.google-reviews-widget .star.full {
    color: #ffc107;
}

.google-reviews-widget .star.half {
    color: #ffc107;
}

.google-reviews-widget .star.empty {
    color: #e0e0e0;
}

.google-reviews-widget .rating-value {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-left: 8px;
}

.google-reviews-widget .rating-count {
    font-size: 14px;
    color: #666;
    margin-left: 4px;
}

.google-reviews-widget .google-rate-link {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.google-reviews-widget .reviews-section {
    margin-top: 5px;
    padding-top: 10px;
}

.google-reviews-widget .single-review {
    margin-bottom: 16px;
    padding: 12px;
    background-color: #fafafa;
    border-radius: 4px;
    text-align: left;
}

.google-reviews-widget .single-review:last-child {
    margin-bottom: 0;
}

.google-reviews-widget .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.google-reviews-widget .review-author {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.google-reviews-widget .review-stars {
    display: flex;
    align-items: center;
}

.google-reviews-widget .review-stars .star-svg {
    width: 14px;
    height: 14px;
    margin-right: 1px;
}

.google-reviews-widget .review-text {
    color: #555;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.google-reviews-widget .review-date {
    color: #888;
    font-size: 12px;
    font-style: italic;
}

.google-reviews-widget .review-more-link {
    color: #4285f4;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

.google-reviews-widget .review-more-link:hover {
    text-decoration: underline;
}

.google-reviews-widget .google-show-all-link {
    padding-top: 10px;
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
}
