/* Checkout rules from the Tricore child theme's style.css — the prepay screen and the pay-step
   reassurance strip. Recovered alongside theme-checkout.js. */
/* gtc-xtrust styling: modal reassurance panel */
#gtcModal .gtc-xtrust{margin:2px 0 16px;}
#gtcModal .gtc-xtrust-incl{display:flex;gap:8px 16px;justify-content:center;flex-wrap:wrap;color:#cfe0b8;font-size:12.5px;font-weight:700;margin-bottom:10px;}
#gtcModal .gtc-xtrust-incl span{white-space:nowrap;}
#gtcModal .gtc-xtrust-next{background:rgba(110,150,49,.12);border:1px solid rgba(110,150,49,.32);border-radius:10px;padding:10px 13px;color:#c7d0c7;font-size:12.5px;line-height:1.55;text-align:center;}
#gtcModal .gtc-xtrust-next b{color:#9bd34a;}
#gtcModal .gtc-secure{color:#b4c2b4 !important;font-weight:600 !important;}
#gtcModal .gtc-secure::before{content:"\1F512";margin-right:7px;}
#gtcModal .gtc-xguar{text-align:center;color:#c7d0c7;font-size:12.5px;line-height:1.5;margin:14px auto 0;max-width:440px;}
#gtcModal .gtc-xguar b{color:#9bd34a;}
#gtcModal .gtc-step--pay.gtc-pp-active > *:not(#gtc-prepay){display:none !important;}
#gtcModal #gtc-prepay{padding:4px 2px 2px;text-align:center;}
#gtcModal .gtc-pp-h{font-size:24px;font-weight:800;color:#fff;letter-spacing:.3px;margin:2px 0 5px;}
#gtcModal .gtc-pp-sub{font-size:12.5px;color:#9bd34a;font-weight:600;margin-bottom:15px;}
#gtcModal .gtc-pp-how{font-size:13.5px;line-height:1.55;color:#c7d0c7;background:rgba(123,160,60,.10);border:1px solid rgba(123,160,60,.25);border-radius:10px;padding:12px 14px;margin:0 auto 16px;max-width:440px;text-align:left;}
#gtcModal .gtc-pp-how b{color:#9bd34a;}
#gtcModal .gtc-pp-lbl{display:block;text-align:left;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8a978a;margin:0 0 6px;font-weight:700;}
#gtcModal .gtc-pp-input{width:100%;box-sizing:border-box;background:#0f1410;border:1px solid #2c3a2c;border-radius:9px;padding:14px;color:#fff;font-size:16px;}
#gtcModal .gtc-pp-input:focus{outline:none;border-color:#7ba03c;}
#gtcModal .gtc-pp-note{text-align:left;font-size:11.5px;color:#7d8a7d;margin:7px 2px 16px;}
#gtcModal .gtc-pp-btn{width:100%;background:#7ba03c;color:#fff;font-size:17px;font-weight:700;border:none;border-radius:10px;padding:16px;cursor:pointer;transition:background .15s;}
#gtcModal .gtc-pp-btn:hover{background:#6c9134;}
#gtcModal .gtc-pp-secure{font-size:11.5px;color:#8a978a;margin-top:12px;}
