.contact-form-card,
.contact-info-card {
    padding: 1.25rem;
    border: 1px solid #dce5ec;
    border-radius: .85rem;
    background: #fff
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important
}

.contact-status {
    margin: 1rem 0;
    padding: 0
}

.contact-status.is-success,
.contact-status.is-error {
    padding: .8rem 1rem;
    border-radius: .55rem
}

.contact-status.is-success {
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #badbcc
}

.contact-status.is-error {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7
}

.invalid-feedback:empty {
    display: none
}

.eyebrow,
.lesson-answer-label {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .75rem;
    color: #64748b
}