.elementor-widget-shortcode > .elementor-widget-container { margin: 0; }
.msr-site { overflow: clip; }
.msr-form-section { padding: clamp(56px, 8vw, 100px) 0; background: #f6f3ed; }
.msr-form-card { max-width: 920px; margin: 0 auto; padding: clamp(28px, 5vw, 64px); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(24, 55, 44, .09); }
.msr-form-card h2 { margin: 6px 0 10px; }
.msr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; margin-top: 32px; }
.msr-form-grid label { display: grid; gap: 7px; color: #18372c; font: 700 13px/1.4 Mulish, sans-serif; }
.msr-form-wide { grid-column: 1 / -1; }
.msr-form-grid input:not([type="submit"]), .msr-form-grid select, .msr-form-grid textarea { width: 100%; border: 1px solid #d7ded9; border-radius: 10px; padding: 12px 14px; background: #fbfcfb; color: #18372c; font: 400 16px/1.5 Mulish, sans-serif; }
.msr-form-grid textarea { min-height: 130px; resize: vertical; }
.msr-form-grid input:focus, .msr-form-grid select:focus, .msr-form-grid textarea:focus { outline: 2px solid #b8c9bd; outline-offset: 1px; border-color: #426b56; }
.msr-form-grid input[type="submit"] { border: 0; border-radius: 999px; padding: 14px 24px; cursor: pointer; background: #18372c; color: #fff; font: 800 14px/1 Mulish, sans-serif; }
.wpcf7-spinner { vertical-align: middle; }
@media (max-width: 620px) { .msr-form-grid { grid-template-columns: 1fr; } .msr-form-wide { grid-column: auto; } }
