.br-flags-payments { display: inline-flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.br-stars-inline { position: relative; display: inline-block;  line-height: 1; margin-right: 6px; }
.br-stars-inline .br-stars-base { opacity: 0.35; }
.br-stars-inline .br-stars-fill { position: absolute; top: 0; left: 0; overflow: hidden; white-space: nowrap; }
.br-badge { display: inline-flex; align-items: center; }
.br-icon .br-flag-emoji { font-size: 16px; line-height: 1; }
.br-icon .br-svg-icon { width: 18px; height: 18px; display: block; }
.br-placeholder { padding: 12px; border: 1px dashed #cbd5e1; border-radius: 8px; background: #f8fafc; color: #334155; }
.br-placeholder-title { font-weight: 700; margin-bottom: 4px; }
.br-placeholder-help { font-size: 13px; opacity: 0.85; }
.br-more-toggle { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 999px; border: 0; background: #60a5fa; color: #0b1220; font-weight: 800; cursor: pointer; }
.br-badge.is-extra { display: none; }
.br-flags-payments.is-expanded .br-badge.is-extra { display: inline-flex; }

