/* ==========================================================================
   Contact — one card, three fields.
   See docs/pages/contact.md.
   ========================================================================== */

/* `.card__body` spaces its children by --space-3, which is right for a summary
   card and too tight between the note, the fields and the button. */
.contact-form> *+* {
    margin-block-start: var(--space-5);
}

.contact-form textarea.field__input {
    min-height: 10rem;
}
