.quote-status { padding: 1rem; border: 2px solid #17665b; border-radius: .5rem; background: #edf8f4; color: #123c34; line-height: 1.5; }
.quote-status[hidden] { display: none; }
.quote-status[data-state="error"] { border-color: #a73030; background: #fff3f1; color: #722222; }
.quote-status:focus { outline: 3px solid #2968d7; outline-offset: 3px; }
.config-form .submit-button:disabled { opacity: .7; cursor: wait; }
.config-form .form-note a { color: #075c71; text-decoration: underline; }
.quote-confirmation { max-width: 760px; margin: 8rem auto 4rem; padding: 2rem; line-height: 1.6; }
.quote-confirmation h1 { margin-bottom: 1rem; }
.quote-confirmation .button-row { margin-top: 1.5rem; flex-wrap: wrap; }
