/* Topic-specific modules for the payment gateway guide. */
.page-payment-gateway-online-store .payment-gateway-enhancements{--pg-line:#dfe6fb;--pg-blue:#2f6bff;--pg-cyan:#4dd3c9;--pg-ink:#23304f;--pg-muted:#66718d;min-width:0}
.page-payment-gateway-online-store .content-hero{background:radial-gradient(circle at 15% 20%,rgba(77,211,201,.10),transparent 24%),radial-gradient(circle at 85% 18%,rgba(47,107,255,.12),transparent 26%),linear-gradient(180deg,#fbfdff 0%,#fff 100%)}
.page-payment-gateway-online-store .content-heading__kicker{background:#eef4ff;border-color:rgba(47,107,255,.12);color:var(--pg-blue)}
.page-payment-gateway-online-store .content-hero__visual{background:linear-gradient(145deg,#f8fbff,#ffffff)}
.page-payment-gateway-online-store .pg-check-grid,.page-payment-gateway-online-store .pg-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:25px 0}
.page-payment-gateway-online-store .pg-check-grid article,.page-payment-gateway-online-store .pg-list-grid article,.page-payment-gateway-online-store .pg-type-grid article,.page-payment-gateway-online-store .pg-compare-board>div{padding:22px;border:1px solid var(--pg-line);border-radius:22px;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:0 14px 35px rgba(33,58,117,.05)}
.page-payment-gateway-online-store .pg-check-grid strong,.page-payment-gateway-online-store .pg-compare-board strong{display:block;font-size:15px;margin-bottom:8px;color:var(--pg-ink)}
.page-payment-gateway-online-store .pg-check-grid p,.page-payment-gateway-online-store .pg-list-grid p,.page-payment-gateway-online-store .pg-type-grid p,.page-payment-gateway-online-store .pg-compare-board p{font-size:12px;line-height:2;margin:0;color:var(--pg-muted)}
.page-payment-gateway-online-store .pg-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}
.page-payment-gateway-online-store .pg-type-grid span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--pg-blue),var(--pg-cyan));color:#fff;margin-bottom:12px;box-shadow:0 10px 22px rgba(47,107,255,.16)}
.page-payment-gateway-online-store .pg-type-grid h3,.page-payment-gateway-online-store .pg-list-grid h3{font-size:16px;margin:0 0 7px;color:var(--pg-ink)}
.page-payment-gateway-online-store .pg-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.page-payment-gateway-online-store .pg-list-grid article{position:relative;padding-top:24px}
.page-payment-gateway-online-store .pg-list-grid b{position:absolute;top:18px;inset-inline-start:18px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--pg-blue),var(--pg-cyan));color:#fff;font-size:14px;box-shadow:0 8px 18px rgba(47,107,255,.15)}
.page-payment-gateway-online-store .pg-list-grid h3{padding-top:20px}
.page-payment-gateway-online-store .pg-compare-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:25px 0}
.page-payment-gateway-online-store .pg-chip-board{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.page-payment-gateway-online-store .pg-chip-board span{padding:11px 14px;border-radius:999px;background:linear-gradient(145deg,#eef4ff,#f7fbff);border:1px solid var(--pg-line);font-size:13px;font-weight:700;color:var(--pg-ink)}
.page-payment-gateway-online-store .pg-type-grid--installments{grid-template-columns:repeat(3,minmax(0,1fr))}
.page-payment-gateway-online-store .aside-note{padding:20px;border:1px solid var(--pg-line);border-radius:22px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 14px 35px rgba(33,58,117,.05)}
.page-payment-gateway-online-store .aside-note strong{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--pg-ink);margin-bottom:12px}
.page-payment-gateway-online-store .aside-note ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.page-payment-gateway-online-store .aside-note li{position:relative;padding-inline-start:18px;font-size:12px;line-height:1.95;color:var(--pg-muted)}
.page-payment-gateway-online-store .aside-note li::before{content:'';position:absolute;inset-inline-start:0;top:10px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--pg-blue),var(--pg-cyan))}
.page-payment-gateway-online-store .check-panel{background:linear-gradient(135deg,#2250d2,#2f6bff 55%,#4dd3c9)}
.page-payment-gateway-online-store .content-section--dark{background:linear-gradient(135deg,#2049bd,#2f6bff 55%,#34cbbb)}
@media(max-width:980px){
  .page-payment-gateway-online-store .pg-check-grid,.page-payment-gateway-online-store .pg-list-grid,.page-payment-gateway-online-store .pg-compare-board{grid-template-columns:1fr}
  .page-payment-gateway-online-store .pg-type-grid,.page-payment-gateway-online-store .pg-type-grid--installments{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .page-payment-gateway-online-store .pg-type-grid,.page-payment-gateway-online-store .pg-type-grid--installments{grid-template-columns:1fr}
}
