
/* v1.66.44 product modal and spacing polish */
.product-modal-root{position:fixed;inset:0;background:rgba(4,11,22,.68);display:none;align-items:center;justify-content:center;padding:22px;z-index:1200}.product-modal-root[aria-hidden="false"]{display:flex}.product-modal-card{width:min(760px,96vw);max-height:88vh;overflow:auto;background:#fff;color:#11263a;border:1px solid #cbdcea;border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.32);padding:20px}.product-modal-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #d9e7f2;padding-bottom:12px;margin-bottom:14px}.product-modal-card h2{margin:0;color:#10263a}.product-modal-card p{color:#52677c}.modal-close-btn{border:1px solid #ccdce9;background:#f6f9fc;color:#10263a;border-radius:10px;padding:8px 11px;font-weight:900}.panel-spaced{margin-top:16px}.panel + .panel,.panel + .panel-grid,.panel-grid + .panel{margin-top:18px}.cta-row{display:flex;gap:10px;flex-wrap:wrap}.captcha-wrap{margin:10px 0}.product-body .panel .form-grid{gap:14px}.product-body .panel-head .btn{white-space:nowrap}
@media(max-width:640px){.product-modal-root{padding:10px}.product-modal-card{border-radius:12px;padding:14px}.product-modal-card header{flex-direction:column}.cta-row .btn{width:100%}}
