.grr-badge{
    display:inline-flex;align-items:center;gap:.85rem;padding:.72rem 1rem;
    border:1px solid rgba(60,64,67,.22);border-radius:14px;background:#fff;color:#202124;
    text-decoration:none!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    box-shadow:0 2px 8px rgba(60,64,67,.14);transition:box-shadow .15s ease,transform .15s ease;
}
.grr-badge:hover{box-shadow:0 4px 14px rgba(60,64,67,.22);color:#202124;transform:translateY(-1px)}
.grr-brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:86px;line-height:1}
.grr-google{font-size:22px;font-weight:600;letter-spacing:-1px;white-space:nowrap}
.grr-g-blue{color:#4285f4}.grr-g-red{color:#ea4335}.grr-g-yellow{color:#fbbc05}.grr-g-green{color:#34a853}
.grr-reviews-label{margin-top:4px;color:#5f6368;font-size:12px;font-weight:600;line-height:1.1}
.grr-divider{align-self:stretch;width:1px;min-height:48px;background:#dadce0}
.grr-score-block{display:grid;grid-template-columns:auto auto;grid-template-areas:"rating stars" "count count";align-items:center;column-gap:.55rem;row-gap:.2rem;white-space:nowrap}
.grr-rating{grid-area:rating;font-size:25px;font-weight:750;line-height:1;color:#202124}
.grr-stars{grid-area:stars;position:relative;display:inline-block;letter-spacing:1px;font-size:20px;line-height:1;white-space:nowrap}
.grr-stars-base{color:#dadce0}.grr-stars-fill{position:absolute;left:0;top:0;overflow:hidden;color:#f4b400;white-space:nowrap}
.grr-count{grid-area:count;font-weight:400;color:#5f6368;font-size:12px;line-height:1.2}
.grr-arrow{color:#80868b;font-size:30px;font-weight:300;line-height:1;margin-left:.05rem}
@media (max-width:480px){
 .grr-badge{gap:.6rem;padding:.62rem .72rem;border-radius:12px}.grr-brand{min-width:72px}.grr-google{font-size:19px}.grr-reviews-label{font-size:11px}.grr-divider{min-height:42px}.grr-rating{font-size:21px}.grr-stars{font-size:17px}.grr-count{font-size:10px}.grr-arrow{font-size:25px}
}
.grr-auto-badge{position:fixed;z-index:999999;pointer-events:none}.grr-auto-badge .grr-badge{pointer-events:auto}
.grr-position-bottom-right{right:20px;bottom:20px}.grr-position-bottom-left{left:20px;bottom:20px}.grr-position-top-right{right:20px;top:20px}.grr-position-top-left{left:20px;top:20px}
@media (max-width:480px){.grr-position-bottom-right{right:10px;bottom:10px}.grr-position-bottom-left{left:10px;bottom:10px}.grr-position-top-right{right:10px;top:10px}.grr-position-top-left{left:10px;top:10px}}
