/* WSPUB styles */
#wspub-popup-container { position: fixed; bottom: 20px; left: 20px; z-index: 99999; pointer-events: none; }
.wspub-popup { background: rgba(0,0,0,0.85); color: #fff; padding:10px 14px; border-radius:6px; margin-top:8px; display:flex; align-items:center; pointer-events: auto; box-shadow:0 6px 20px rgba(0,0,0,0.4); min-width:220px; max-width:320px; }
.wspub-popup .wspub-name { font-weight:700; margin-right:6px; }
.wspub-popup .wspub-time { font-size:12px; opacity:0.8; margin-left:auto; }
.wspub-stock-alert { background: linear-gradient(90deg,#fff3e0,#ffe0b2); color:#b53d00; padding:8px 10px; border-radius:6px; margin-top:10px; font-weight:700; display:inline-block; }
.wspub-timer { margin-top:10px; font-size:14px; font-weight:700; color:#d9534f; background:#fff0f0; padding:8px 10px; display:inline-block; border-radius:6px; }
