.estimate-success{width:min(500px,calc(100vw - 36px));max-height:calc(100dvh - 36px);margin:auto;padding:42px 36px;border:0;border-radius:28px;background:#fff;color:#171717;text-align:center;box-shadow:0 24px 100px #0005;overflow:auto}
.estimate-success::backdrop{background:#171717a8}
.estimate-success-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 20px;border-radius:50%;background:var(--red,#b71920);color:#fff}
.estimate-success-mark svg{width:30px;height:30px}
.estimate-success h2{margin:0 0 15px;font:400 46px/1.1 var(--serif,Georgia,serif);letter-spacing:-.04em}
.estimate-success p{margin:0 auto 26px;max-width:340px;font:500 16px/1.7 var(--sans,Arial,sans-serif)}
.estimate-success .estimate-success-close{min-height:48px;min-width:140px;justify-content:center;border-radius:999px;cursor:pointer}
.estimate-success-close:focus-visible{outline:3px solid #171717;outline-offset:4px}
@media(max-width:480px){.estimate-success{padding:32px 24px}.estimate-success h2{font-size:40px}}
