.bpsc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: .01em;
  line-height: 1.3;
  text-align: center;
}

.bpsc--compact { padding-block: 7px; font-size: 13px; }
.bpsc--dark { background: #102a2b; color: #fff; }
.bpsc--light { background: #e7f4f0; color: #153b3c; }
.bpsc__icon { font-size: 18px; line-height: 1; }
.bpsc[data-state="fallback"] .bpsc__icon { opacity: .72; }

@media (max-width: 600px) {
  .bpsc { padding-inline: 12px; font-size: 12px; }
  .bpsc__icon { display: none; }
}

