/* v1.1.8 Platform public modal defaults */
.bwp-modal-open{overflow:hidden!important}.bwp-modal-root[hidden]{display:none!important}.bwp-modal-root{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px);box-sizing:border-box}.bwp-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(2px)}.bwp-modal{position:relative;z-index:1;width:min(640px,calc(100vw - 32px));max-height:calc(100vh - 32px);display:flex;flex-direction:column;background:#fff;color:#172033;border-radius:20px;box-shadow:0 32px 90px rgba(0,0,0,.34);overflow:hidden}.bwp-modal__header,.bwp-modal__footer{flex:0 0 auto}.bwp-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid rgba(15,23,42,.1)}.bwp-modal__header h2{margin:0;font-size:1.15rem;line-height:1.2}.bwp-modal__close{appearance:none;border:1px solid rgba(15,23,42,.12);background:#fff;color:#111827;border-radius:999px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer}.bwp-modal__body{padding:22px;overflow:auto;min-height:0;flex:1 1 auto}.bwp-modal__footer{display:flex;gap:10px;justify-content:flex-end;align-items:center;padding:16px 22px;border-top:1px solid rgba(15,23,42,.1);background:#f8fafc}@media(max-width:640px){.bwp-modal-root{padding:12px}.bwp-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px);border-radius:16px}.bwp-modal__header,.bwp-modal__body,.bwp-modal__footer{padding-left:16px;padding-right:16px}.bwp-modal__footer{justify-content:stretch;flex-direction:column}.bwp-modal__footer .bwp-button{width:100%}}
