.halodisc-custom-dialog { width:min(32rem, calc(100vw - 2rem)); max-height:calc(100dvh - 2rem); overflow:auto; border:1px solid #ddd; border-radius:16px; padding:24px; color:#202020; background:#fff; }
.halodisc-custom-dialog::backdrop { background:rgb(0 0 0 / 55%); }
.halodisc-custom-dialog h2 { margin:0 0 12px; }
.halodisc-custom-dialog p { line-height:1.6; }
.halodisc-custom-dialog label { display:block; margin:16px 0 6px; font-weight:600; }
.halodisc-custom-dialog label span { float:right; font-size:.85em; font-weight:400; }
.halodisc-custom-dialog input { box-sizing:border-box; width:100%; padding:12px; border:1px solid #999; border-radius:6px; font:inherit; font-size:16px; }
.halodisc-custom-dialog input:focus-visible { outline:2px solid #007a6f; outline-offset:2px; }
.halodisc-custom-dialog [data-custom-error] { color:#a72121; }
.halodisc-custom-actions { display:flex; gap:12px; margin-top:24px; flex-wrap:wrap; }
.halodisc-custom-actions button { flex:1; }
.cart-custom-text { display:block; white-space:pre-wrap; font-size:.85em; line-height:1.5; }
.cart-custom-unavailable { color:#a72121; display:block; }
