.jswts-grb {
    --jswts-grb-star: #ff7a00;
    --jswts-grb-green: #84d10f;
    --jswts-grb-green-dark: #548f0b;
    --jswts-grb-text: #667085;
    --jswts-grb-heading: #111827;
    --jswts-grb-border: #e8eaed;
    --jswts-grb-pill: #f1f9e7;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 64px;
    padding: 10px 14px;
    border: 1px solid var(--jswts-grb-border);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(16, 24, 40, .08), 0 2px 5px rgba(16, 24, 40, .05);
    box-sizing: border-box;
    font-family: inherit;
    color: var(--jswts-grb-text);
    vertical-align: middle;
}

.jswts-grb__link {
    display: inline-flex;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none !important;
}

.jswts-grb__link:hover,
.jswts-grb__link:focus {
    color: inherit;
    text-decoration: none !important;
}

.jswts-grb:has(.jswts-grb__link) {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.jswts-grb:has(.jswts-grb__link):hover {
    transform: translateY(-1px);
    border-color: #d9dde3;
    box-shadow: 0 9px 22px rgba(16, 24, 40, .11), 0 3px 7px rgba(16, 24, 40, .06);
}

.jswts-grb__link:focus-visible {
    outline: 2px solid var(--jswts-grb-green);
    outline-offset: 4px;
    border-radius: 999px;
}

.jswts-grb__google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #eceff2;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(16, 24, 40, .08);
}

.jswts-grb__google img {
    display: block;
    width: 27px;
    height: auto;
    max-height: 27px;
    object-fit: contain;
}

.jswts-grb__separator {
    align-self: stretch;
    width: 1px;
    min-height: 36px;
    margin: 2px 14px;
    background: #e3e5e8;
}

.jswts-grb__main {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.jswts-grb__topline {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    line-height: 1;
}

.jswts-grb__stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: var(--jswts-grb-star);
    line-height: 1;
}

.jswts-grb__stars svg {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.jswts-grb__rating {
    color: var(--jswts-grb-heading);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.jswts-grb__platform {
    margin-top: 5px;
    color: var(--jswts-grb-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
}

.jswts-grb__reviews {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--jswts-grb-pill);
    color: var(--jswts-grb-green-dark);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.jswts-grb__reviews strong {
    margin-right: 4px;
    font-weight: 800;
}

.jswts-grb-error {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    font-size: 12px;
}

@media (max-width: 520px) {
    .jswts-grb {
        min-height: 58px;
        padding: 8px 10px;
    }

    .jswts-grb__google {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .jswts-grb__google img {
        width: 23px;
        max-height: 23px;
    }

    .jswts-grb__separator {
        min-height: 32px;
        margin: 2px 10px;
    }

    .jswts-grb__stars {
        gap: 0;
    }

    .jswts-grb__stars svg {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .jswts-grb__topline {
        gap: 6px;
    }

    .jswts-grb__rating {
        font-size: 14px;
    }

    .jswts-grb__platform,
    .jswts-grb__reviews {
        font-size: 12px;
    }

    .jswts-grb__reviews {
        margin-left: 10px;
        padding: 7px 9px;
    }
}

@media (max-width: 390px) {
    .jswts-grb__separator {
        margin-left: 8px;
        margin-right: 8px;
    }

    .jswts-grb__reviews {
        margin-left: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
