/* Order/submit error directly under the CTA (e.g. "Something went wrong. Please message us."). */
.submitError {
    color: var(--color-text-danger-light);
}

/* Inline "message us" contact link — inherits the danger color, underlined (matches legacy). */
.submitErrorLink {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
