
#bopp-container{position:fixed;z-index:99999;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
#bopp-container *{box-sizing:border-box}
#bopp-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:12px}
#bopp-title{font-weight:700;margin:0}
#bopp-text{margin:0}
#bopp-btn{padding:.6rem 1rem;border:0;border-radius:10px;cursor:pointer;font-weight:600}
#bopp-close{background:transparent;border:0;color:inherit;opacity:.6;cursor:pointer;position:absolute;top:6px;right:8px;font-size:16px}
#bopp-container.bottom{left:50%;transform:translateX(-50%);bottom:16px}
#bopp-container.top{left:50%;transform:translateX(-50%);top:16px}
#bopp-container.center{left:50%;top:50%;transform:translate(-50%,-50%)}
#bopp-container.bottom-right{right:16px;bottom:16px}
#bopp-banner{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px}
#bopp-button{padding:.6rem 1rem;border-radius:999px;border:0;cursor:pointer;font-weight:600}
