.ti-home-follow__consent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    max-width: 540px;
    margin: 9px auto 0;
    color: #6d786f;
    font-size: 11px;
    line-height: 1.35;
    text-align: left;
}

.ti-home-follow__consent input {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    accent-color: #167444;
    flex: 0 0 auto;
}

.ti-home-follow__consent a {
    color: #167444;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ti-home-follow button.is-disabled,
.ti-home-follow input[type="submit"].is-disabled,
.ti-newsletter-page-form button.is-disabled,
.ti-newsletter-page-form input[type="submit"].is-disabled {
    opacity: .55;
    cursor: not-allowed;
}

.ti-newsletter-consent-error .ti-home-follow__consent {
    color: #b42318;
}

.ti-newsletter-consent-error .ti-home-follow__consent input {
    outline: 2px solid #b42318;
    outline-offset: 2px;
}

body.dark .ti-home-follow__consent {
    color: rgba(244, 246, 245, .58);
}

body.dark .ti-home-follow__consent a {
    color: #72d99b;
}

@media (max-width: 860px) {
    .ti-home-follow__consent {
        max-width: 320px;
        font-size: 10.5px;
        line-height: 1.32;
    }
}