/* Minimal, clean UI matching the provided mockup */
.scpd-wrapper{background:#eee; padding:80px; border-radius:8px; width:100%; font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#222;height: 483px;align-content: center;}
.scpd-tabbar{display:flex; gap:8px; margin-bottom:12px;}
.scpd-tab{flex:1; padding:10px 12px; border-radius:6px; border:1px solid #ddd; background:#f8f8f8; cursor:pointer; font-weight:600; opacity:.9; color:#000000;}
.scpd-tab:hover {
	background-color: #7CB175;	
}
.scpd-tab--active{background:#9BE090; border-color:#9BE090; color:#fff}
.scpd-tab--disabled{pointer-events:none; opacity:.4}
.scpd-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:12px;}
.scpd-amt{padding:12px; border-radius:8px; border:1px solid #e1e1e1; background:#fff; cursor:pointer; font-weight:600;color:#4C4C4C;}
.scpd-amt:hover {background-color:#68A068;}
.scdp-amt:focus{outline:2px solid #000}
.scdp-amt.active, .scpd-amt.active{background:#9BE090; color:#fff; border-color:#9BE090}
.scpd-custom{display:flex; margin:12px 0; border:1px solid #e1e1e1; background:#fff; border-radius:8px; overflow:hidden}
.scpd-input-amount{flex:1; border:0 !important; padding:12px; font-size:16px; outline:none; background:transparent;box-shadow: none !important;margin-top: 8px !important;}
.scpd-currency{padding:12px; border-left:1px solid #eee; min-width:70px; text-align:center; color:#666}
.scpd-dedicate{display:flex; align-items:center; gap:8px; color:#777; font-size:14px; margin-bottom:14px;}
#scpd-paypal-btn{position:relative; height:46px;}
#scpd-paypal-btn iframe{opacity:0; height:46px; position:absolute; left:0; right:0; top:0; bottom:0; width:100%;}
/* Themed ghost button that sits above the hidden PayPal-rendered button */
.scdp-success, .scpd-success{background:#69d16c !important; border-color:#69d16c !important;}
.scdp-button-ghost, .scpd-button-ghost{display:block; width:100%; text-align:center; padding:12px; background:#9BE090; color:#fff; border-radius:8px; font-weight:700; cursor:pointer; user-select:none;}
.scdp-button-ghost:hover, .scpd-button-ghost:hover{filter:brightness(.97);}
.scdp-note, .scpd-note{font-size:12px; color:#777; margin-top:10px;}
@media only screen and (min-width: 300px) {
    .paypal-button.paypal-button-shape-pill {
        border-radius: 0px !important;
    }
]
.paypal-button.paypal-button-shape-pill {
        border-radius: 0px !important;
}
@media (hover: hover) {
    .paypal-button.paypal-button-color-gold:hover {
        border-radius: 0px !important;
    }
}
.paypal-button, .paypal-button-number-0, .paypal-button-layout-horizontal, .paypal-button-number-single, .paypal-button-env-sandbox,.paypal-button-color-gold, .paypal-button-text-color-black, .paypal-logo-color-blue,  .paypal-button-shape-pill {
        border-radius: 0px !important;
    }