/*
 * Contact page styles
 *
 * This file is loaded after the shared styles. Add CSS used only by
 * contact.html here and begin selectors with .contact-page when practical.
 */

.contact-page .contact-card__details .contact-form__status--success {
    border: 1px solid rgba(71, 127, 62, 0.45);
    background: var(--brand-green-soft);
    color: var(--brand-green-dark);
}
