body.header--menu-open main {
    display: none;
}

section {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
section h1 {
    margin-top: 70px;
}

input {
    border-radius: 10px;
}
button {
    border-radius: 300px;
    background-color: rgb(54, 48, 42);
    color: white;
}

.err {
    display: block;
    margin: 16px 0 20px;
    padding: 14px 16px;
    border: 2px solid #b42318;
    border-radius: 10px;
    background: #fef3f2;
    color: #b42318 !important;
    font-weight: 600;
    line-height: 1.4;
}

#terms-field.terms-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#terms-field .terms-checkbox-input {
    width: auto;
    margin-top: 4px;
    flex: 0 0 auto;
}

#terms-field .terms-checkbox-label {
    margin: 0;
}

/* kill glowing square box on the first field */
.form-input-effects-highlight::before {
    display: none !important;
}