.form-protection__consent-wrap {
    display: block;
    margin-top: 12px;
    color: inherit;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
}

.form-protection__consent-label {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    cursor: pointer;
}

.form-protection__consent-label > input[type="checkbox"] {
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: #0055a6;
    cursor: pointer;
}

.form-protection__consent-label.is-invalid,
.dealer-form__agree.is-invalid,
.parts-order-form-2026__agreement.is-invalid {
    color: #b42318;
}

[data-form-protection-consent][aria-invalid="true"] {
    outline: 2px solid #b42318;
    outline-offset: 2px;
}

.form-protection__consent-wrap a,
.form-protection__consent-wrap a:visited,
.dealer-form__agree a,
.parts-order-form-2026__agreement-text a {
    color: inherit;
    text-decoration: underline;
}

.form-protection__error {
    margin-top: 8px;
    color: #b42318;
    font-size: 12px;
    line-height: 1.4;
}

.form-protection__error[hidden] {
    display: none !important;
}

.form-protection__captcha {
    width: 100%;
    min-height: 100px;
    margin: 12px 0;
    overflow: hidden;
    text-align: left;
}

.form__single > .form-protection__captcha {
    grid-column: 1 / -1;
}

.form-protection__captcha-widget {
    min-height: 100px;
}

.form-protection__captcha-status {
    padding: 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.form-protection__captcha-status[hidden] {
    display: none !important;
}

.form-protection__captcha.is-error .form-protection__captcha-status {
    border-color: #fda29b;
    color: #b42318;
    background: #fff6f5;
}

.lizing-form-main-page--card .form-protection__captcha {
    min-width: 0;
    min-height: 100px;
    margin: 18px 0 0;
    border-radius: 5px;
}

.lizing-form-main-page--card .form-protection__captcha-widget,
.lizing-form-main-page--card .form-protection__captcha-widget > div,
.lizing-form-main-page--card .form-protection__captcha-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.lizing-form-main-page--card .form-protection__captcha-status {
    margin-top: 6px;
}

.lizing-form-main-page--card .form-protection__consent-wrap {
    margin: 16px 0 0;
    color: inherit;
    font-size: 11px;
    line-height: 1.45;
}

.lizing-form-main-page--card .form-protection__consent-label {
    gap: 10px;
}

.lizing-form-main-page--card .form-protection__consent-label > input[type="checkbox"] {
    width: 18px;
    min-width: 18px;
    height: 18px;
}

.lizing-form-main-page--card .form-protection__error {
    margin-top: 7px;
    font-size: 11px;
}

.form.form-protection--horizontal {
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
    column-gap: 32px;
    align-items: center;
}

.form.form-protection--horizontal > .form__single {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.form.form-protection--horizontal > .form-protection__captcha {
    grid-column: 1;
    align-self: start;
    margin: 18px 0 0;
}

.form.form-protection--horizontal > .form-protection__consent-wrap {
    grid-column: 2;
    align-self: center;
    margin: 18px 0 0;
}

.form.form-protection--horizontal > .form-protection__error {
    grid-column: 2;
    margin-top: 8px;
}

.form-protection__trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.consent-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px 50px;
    color: #2b2d2f;
    font-size: 16px;
    line-height: 1.65;
}

.consent-page h2 {
    margin: 30px 0 10px;
    font-size: 22px;
    line-height: 1.35;
}

.consent-page ul,
.consent-page ol {
    padding-left: 24px;
}

.consent-page__meta {
    color: #737679;
    font-size: 14px;
}

@media (max-width: 767px) {
    .form.form-protection--horizontal {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
    }

    .form.form-protection--horizontal > .form__single,
    .form.form-protection--horizontal > .form-protection__captcha,
    .form.form-protection--horizontal > .form-protection__consent-wrap,
    .form.form-protection--horizontal > .form-protection__error {
        grid-column: 1;
    }

    .consent-page {
        font-size: 14px;
    }

    .consent-page h2 {
        font-size: 19px;
    }
}
