/* ===================================================================
 * Contact form layout
 * Small additions on top of styles.css - doesn't touch existing rules.
 * ------------------------------------------------------------------- */

.contact-form {
    max-width: 700px;
}

.contact-form label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: var(--text-sm, 1.4rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.7;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    margin-bottom: 1.6rem;
}

.contact-form textarea {
    height: auto;
    padding-top: 0.8rem;
    resize: vertical;
}

.contact-form .row {
    margin-bottom: 0;
}

.contact-form .h-captcha {
    margin-bottom: 1.6rem;
}

.contact-form__botcheck {
    display: none !important;
}

#contact-form-alert:empty {
    display: none;
}

#contact-form-alert .alert-box {
    margin-bottom: 1.6rem;
}
