.contact-form .field select,
.contact-form .field textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cfc8bc;
    border-radius: 0.55rem;
    background: #fff;
    color: #292521;
    font: inherit;
}

.contact-form .field select {
    min-height: 3rem;
    padding: 0.7rem 0.8rem;
}

.contact-form .field textarea {
    min-height: 12rem;
    padding: 0.85rem;
    line-height: 1.6;
    resize: vertical;
}

.contact-form .field select:focus,
.contact-form .field textarea:focus {
    border-color: #7b3f2b;
    outline: 3px solid rgb(123 63 43 / 16%);
    outline-offset: 1px;
}

.contact-success {
    margin: 0 0 1.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid #7d9b75;
    border-radius: 0.55rem;
    background: #eff7ec;
    color: #274322;
}

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

@media (max-width: 640px) {
    .contact-form .field textarea {
        min-height: 10rem;
    }
}
