/* Style minimal noir & blanc */
.qggr-badge{
  display:flex;align-items:center;gap:14px;justify-content: center;
  border:1px solid #e5e5e5;border-radius:12px;padding:12px 16px;max-width:300px;
  background:#fff;color:#000;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif
}
.qggr-badge.align-center{margin-left:auto;margin-right:auto}
.qggr-badge.align-right{margin-left:auto}
.qggr-left .qggr-g{font-weight:700;font-size:28px;border:2px solid #000;border-radius:50%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}
.qggr-right{display:flex;flex-direction:column}
.qggr-stars{display:flex;align-items:center;gap:6px}
.qggr-star{width:18px;height:18px;fill:#ffd000;display:inline-block}
.qggr-empty{opacity:.25}
.qggr-score{font-weight:700;margin-left:6px}
.qggr-label{font-weight:600;margin-top:4px}
.qggr-sub{opacity:.7;font-size:12px;margin-top:2px}
.qggr-error{border-color:#d33;color:#d33}
.qgg-gray {fill: #ffd000}
.qggr-left {
  border-right: 1px solid #e5e5e5;
}
.qggr-left .qggr-logo{width:60px;height:60px;border:0;padding:2px; margin: 0 10px 0 0; background:#fff}
