.mtr-wpr-modal { display: none; position: fixed; inset: 0; z-index: 999999; align-items: center; justify-content: center; padding: 20px; }
.mtr-wpr-modal.is-open { display: flex; }
.mtr-wpr-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .58); }
.mtr-wpr-dialog { position: relative; width: 100%; max-width: 520px; max-height: calc(100vh - 40px); overflow-y: auto; padding: 30px; border-radius: 10px; background: #fff; box-shadow: 0 20px 60px rgba(0, 0, 0, .25); color: #222; }
.mtr-wpr-dialog h2 { margin: 0 35px 8px 0; }
.mtr-wpr-product { margin: 0 0 20px; font-weight: 600; }
.mtr-wpr-close { position: absolute; top: 10px; right: 14px; padding: 0; border: 0; background: none; color: #555; font-size: 32px; line-height: 1; cursor: pointer; }
.mtr-wpr-form label { display: block; margin: 0 0 14px; font-weight: 600; }
.mtr-wpr-form label > span { color: #b42318; }
.mtr-wpr-form input[type="text"], .mtr-wpr-form input[type="tel"], .mtr-wpr-form input[type="email"], .mtr-wpr-form textarea { box-sizing: border-box; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid #bbb; border-radius: 4px; font: inherit; }
.mtr-wpr-form .mtr-wpr-consent { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; font-weight: 400; }
.mtr-wpr-consent input { margin-top: 3px; }
.mtr-wpr-hp { position: absolute !important; left: -99999px !important; opacity: 0 !important; }
.mtr-wpr-status { margin-top: 14px; font-weight: 600; }
.mtr-wpr-status.is-success { color: #17803d; }
.mtr-wpr-status.is-error { color: #b42318; }
.mtr-wpr-no-scroll { overflow: hidden; }
.mtr-wpr-single { margin-bottom: 1em; }
.mtr-wpr-active .summary .price,
.mtr-wpr-active .summary .woocommerce-variation-price,
.mtr-wpr-active .owp-floating-bar .price,
.woocommerce ul.products li.product:has(.mtr-wpr-open) .price { display: none !important; }
@media (max-width: 560px) { .mtr-wpr-dialog { padding: 24px 18px; } }
