/* CRITICAL FIX FOR CONSENT TEXT COLOR - MAXIMUM PRIORITY */

/* Белый текст согласия на темном фоне */
.consultation-form.bg-elem .consent-text,
.leadform.bg-elem .consent-text,
form.consultation-form.bg-elem p.consent-text,
form.leadform.bg-elem p.consent-text,
section.register div.half.left form.consultation-form.bg-elem p.consent-text,
section.register form.consultation-form.bg-elem p.consent-text {
    color: #ffffff !important;
}

/* Белые ссылки на темном фоне */
.consultation-form.bg-elem .consent-text a,
.leadform.bg-elem .consent-text a,
form.consultation-form.bg-elem p.consent-text a,
form.leadform.bg-elem p.consent-text a,
section.register div.half.left form.consultation-form.bg-elem p.consent-text a,
section.register form.consultation-form.bg-elem p.consent-text a {
    color: #ffffff !important;
    text-decoration: underline !important;
}
