/**
 * Quote form verification / retry alert.
 * Loaded after main.build; does not modify compiled CSS.
 */

.quote_form__alert {
    display: block;
    margin: 12px 16px 0;
    padding: 12px 14px;
    background: #fff3cd;
    color: #7a1f11;
    border: 2px solid #e79171;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.quote_form__alert[hidden] {
    display: none !important;
}

.quote_form__alert:focus {
    outline: 2px solid #7a1f11;
    outline-offset: 2px;
}
