#wpbp-prompt{position:fixed;bottom:-120px;left:50%;transform:translateX(-50%);z-index:999999;width:90%;max-width:500px;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgb(0 0 0 / .18);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;transition:bottom 0.4s cubic-bezier(.34,1.56,.64,1);overflow:hidden}#wpbp-prompt.wpbp-visible{bottom:20px}.wpbp-prompt-inner{display:flex;align-items:center;gap:12px;padding:16px 18px}.wpbp-prompt-icon{font-size:28px;flex-shrink:0}.wpbp-prompt-text{flex:1;min-width:0}.wpbp-prompt-title{display:block;font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:3px}.wpbp-prompt-msg{display:block;font-size:13px;color:#555;line-height:1.4}.wpbp-prompt-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.wpbp-prompt-actions button{cursor:pointer;border:none;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;white-space:nowrap;transition:opacity 0.15s}.wpbp-prompt-actions button:hover{opacity:.85}#wpbp-allow{background:#0073aa;color:#fff}.wpbp-secondary{background:#f0f0f0;color:#555}@media (prefers-color-scheme:dark){#wpbp-prompt{background:#1e1e1e;box-shadow:0 8px 30px rgb(0 0 0 / .5)}.wpbp-prompt-title{color:#f0f0f0}.wpbp-prompt-msg{color:#aaa}.wpbp-secondary{background:#333;color:#ccc}}@media (max-width:480px){.wpbp-prompt-inner{flex-wrap:wrap}.wpbp-prompt-actions{flex-direction:row;width:100%}.wpbp-prompt-actions button{flex:1;text-align:center}}