﻿div._form-content.row{ --bs-gutter-x: 12px; }
div._form-content > div:not(.col-12){ width: 50%; }
div._form-content div._error._below{ display: none!important; }
div._form-content fieldset{ border: unset; padding: unset; margin-bottom: 20px; }

div.headless div.checkbox label,
div._form-content.row div.checkbox label { padding-left: 48px; }

div.headless div.checkbox label,
div._form-content.row div.checkbox label {
    display: inline-block;
    font-size: 12px;
    line-height: 1.25;
    white-space: pre-line;
}

div[role=alert]{ font-size: 12px; line-height: 1.25; color: var(--brand); }


div._form-content > div:not(.col-12) { width: 100%; }

form div.placeholder div._error{ display: none!important; }

fieldset._form-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    margin-bottom: 24px;
}

legend._form-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

@media (min-width: 992px) {
    article.contact-form div.headless { min-height: 60vh; }
}

@media (min-width: 768px) {
    div._form-content > div:not(.col-12) { width: 50%; }

    div.wrapper._form-content > div{ width: 100%!important; }
}