/* Blok z ocena z Map Google. Kolory stopki (color: inherit), bez wlasnego tla - tak samo na ciemnej
   i jasnej stopce. Wlasny kolor maja tylko gwiazdki.
   Dwa warianty: --contact (kolumna „Informacje o sklepie”, komputer) i --footer (wiersz pod stopka,
   telefon - tam kolumna kontaktu jest zwinieta w akordeon). Prog 768 px = d-md-none motywu. */
.abgr-widget{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .625rem;color:inherit;font-size:.8125rem;line-height:1.4;opacity:.85}
.abgr-widget__logo{height:.95rem;width:auto;position:relative;top:1px}
.abgr-widget__title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.abgr-widget__score{display:inline-flex;align-items:center;gap:.375rem}
.abgr-widget__value{font-weight:600}
.abgr-widget__stars{font-size:.875rem;line-height:1;letter-spacing:.05em;white-space:nowrap}
.abgr-widget__star{color:currentColor;opacity:.35}
.abgr-widget__star--full{color:#fbbc04;opacity:1}
.abgr-widget__star--half{background:linear-gradient(90deg,#fbbc04 50%,rgba(128,128,128,.45) 50%);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:1}
.abgr-widget__meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25rem .625rem}
.abgr-widget__count{opacity:.8}
.abgr-widget__button{color:inherit;text-decoration:underline;text-underline-offset:2px}
.abgr-widget__button:hover,.abgr-widget__button:focus-visible{color:inherit;text-decoration:none}
.abgr-widget__button::before{content:"·";display:inline-block;margin-right:.625rem;opacity:.6;text-decoration:none}

/* wiersz pod stopka */
.abgr-widget--footer{justify-content:center;margin:0 auto 1rem;padding:0 1rem;text-align:center}
.abgr-widget--footer .abgr-widget__count::before{content:"·";display:inline-block;margin-right:.625rem;opacity:.6}

/* kolumna kontaktu: dwie linie - logo z ocena, pod spodem liczba opinii i odnosnik */
.abgr-widget--contact{margin-top:.75rem}
.abgr-widget--contact .abgr-widget__meta{flex-basis:100%;gap:.125rem .875rem}
/* kolumna bywa waska (1024 px: odnosnik lamie sie do nowej linii) - bez kropki, sam odstep */
.abgr-widget--contact .abgr-widget__button::before{display:none}

/* telefon: kolumna kontaktu zwinieta - ocena tylko pod stopka, odnosnik w osobnej linii */
@media (max-width:767.98px){
  .abgr-widget--contact{display:none}
  .abgr-widget--footer .abgr-widget__meta{flex-basis:100%;justify-content:center}
  .abgr-widget--footer .abgr-widget__count::before,.abgr-widget--footer .abgr-widget__button::before{display:none}
}
/* komputer: ocena w kolumnie kontaktu; wiersz pod stopka znika tylko, gdy tamta wersja jest na stronie */
@media (min-width:768px){
  body:has(.abgr-widget--contact) .abgr-widget--footer{display:none}
}
