.bpg-checkout{--g:#173d32;--gold:#c7a65a;--muted:#66736b;--line:#dce3dd;font-family:Inter,system-ui,sans-serif;max-width:980px;margin:32px auto;color:#1d2822}.bpg-hero{padding:38px 42px;border-radius:26px 26px 0 0;background:var(--g);color:#fff}.bpg-hero>span{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900;color:#efd99d}.bpg-hero h1{font-size:clamp(32px,5vw,52px);line-height:1;margin:10px 0;color:#fff;letter-spacing:-.04em}.bpg-hero p{max-width:720px;color:#d9e4dd;line-height:1.65}.bpg-card{background:#f6f8f5;border:1px solid var(--line);border-top:0;border-radius:0 0 26px 26px;padding:28px 34px}.bpg-card section{margin-bottom:28px}.bpg-card section>label,.bpg-email label{display:block;font-size:12px;font-weight:900;margin-bottom:10px}.bpg-amounts{display:flex;gap:8px;flex-wrap:wrap}.bpg-amounts button{border:1px solid var(--line);border-radius:999px;background:#fff;padding:10px 15px;min-height:44px;font-weight:850;color:var(--g)}.bpg-amounts button.is-active{background:var(--g);color:#fff;border-color:var(--g)}.bpg-custom{display:flex;align-items:center;max-width:260px;margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 12px}.bpg-custom input{border:0!important;box-shadow:none!important;font-size:18px;padding:12px;width:100%}.bpg-gateways{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bpg-gateways button{display:grid;grid-template-columns:42px 1fr;text-align:left;column-gap:10px;border:1px solid var(--line);border-radius:17px;background:#fff;padding:15px;color:#1d2822}.bpg-gateways button>span{grid-row:1/3;width:40px;height:40px;border-radius:12px;background:#edf3ee;display:grid;place-items:center;font-weight:900;color:var(--g)}.bpg-gateways strong{font-size:13px}.bpg-gateways small{font-size:10px;color:var(--muted)}.bpg-gateways button.is-active{border-color:var(--g);box-shadow:0 0 0 2px rgba(23,61,50,.08)}.bpg-email{margin-top:14px}.bpg-email input{width:100%;box-sizing:border-box;padding:13px;border:1px solid var(--line);border-radius:12px;font-size:16px}.bpg-note{padding:13px 15px;border-radius:14px;background:#fff9e9;border:1px solid #ead8a6;font-size:11px;line-height:1.55;color:#68592f;margin-bottom:14px}.bpg-pay{width:100%;border:0;border-radius:999px;min-height:50px;background:var(--gold);color:var(--g);font-size:14px;font-weight:900}.bpg-pay:disabled{opacity:.48}.bpg-status{font-size:11px;color:#9e3838;text-align:center;margin-top:9px}.bpg-result{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.bpg-result strong{font-size:21px}.bpg-result p{color:var(--muted)}.bpg-unavailable{padding:14px;border-radius:14px;background:#fff;border:1px solid var(--line);color:var(--muted)}@media(max-width:680px){.bpg-checkout{margin:12px}.bpg-hero{padding:30px 22px}.bpg-card{padding:22px 18px}.bpg-gateways{grid-template-columns:1fr}}
/* v1.1.1 configurable Payment Method presentation */
.bpg-gateways button{grid-template-columns:54px 1fr}
.bpg-gateways button .bpg-gateway-icon{
  grid-row:1/3;
  width:50px;
  height:50px;
  border-radius:13px;
  background:#edf3ee;
  display:grid;
  place-items:center;
  font-weight:900;
  color:var(--g);
  overflow:hidden;
}
.bpg-gateways button .bpg-gateway-icon.has-image{
  background:#fff;
  border:1px solid var(--line);
}
.bpg-gateways button .bpg-gateway-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
