
/* Samplor Phase 15 editor compatibility layer */
html,body{overflow-x:hidden}
.builder-modal{display:none;position:fixed;inset:0;z-index:99999;background:rgba(2,6,23,.66);align-items:center;justify-content:center;padding:20px}
.builder-modal-box{width:min(620px,96vw);max-height:90vh;overflow:auto;background:#fff;color:#111827;border-radius:18px;padding:22px;box-shadow:0 28px 80px rgba(0,0,0,.3)}
.custom-size-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.custom-size-preview{margin:14px 0;padding:12px;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;font-weight:900;text-align:center}
@media(max-width:560px){.custom-size-grid{grid-template-columns:1fr}}
