/* Core popup styles */
.postcode-popup{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:999999;}
.popup-inner{background:#fff;padding:20px 22px;border-radius:10px;max-width:420px;width:92%;text-align:center;color:#111;box-shadow:0 10px 30px rgba(0,0,0,.25);font-family:inherit;}
#postcode-input{text-align:center;font-weight:bold;color:#000;}
/* Notices */
.psp-free-qualified{display:flex;align-items:center;gap:10px;border:1px solid #c8e6c9;background:#e8f5e9;padding:12px 14px;border-radius:10px;margin:12px 0 16px;font-weight:600;}
.psp-spend-more{display:flex;align-items:center;gap:10px;border:1px solid #b2ebf2;background:linear-gradient(180deg,#e0f7fa,#ffffff);padding:12px 14px;border-radius:10px;margin:12px 0 16px;font-weight:600;}
.psp-notice-icon{font-size:18px;}