.vbs-gr-widget {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.vbs-gr-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #1a1a1a !important;
}

.vbs-gr-score {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a !important;
}

.vbs-gr-stars {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.vbs-gr-stars-bg {
    color: #d9d9d9;
}

.vbs-gr-stars-fg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #fbbc04;
}

.vbs-gr-count {
    color: #5f6368 !important;
    font-size: 14px;
}

.vbs-gr-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    padding: 8px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    text-decoration: none !important;
    color: #3c4043 !important;
    font-size: 14px;
    font-weight: 500;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    white-space: nowrap;
}

.vbs-gr-cta:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    color: #3c4043 !important;
    transform: translateY(-1px);
}

.vbs-gr-google-icon {
    display: inline-flex;
    align-items: center;
}

.vbs-gr-external-icon {
    display: inline-flex;
    align-items: center;
    color: #80868b !important;
}

@media (max-width: 480px) {
    .vbs-gr-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .vbs-gr-rating {
        justify-content: center;
    }
}
