/* Force the Joom Donation GDPR/Privacy text wrapper to be visible */
#form-privacy,
.control-group:has(#agree_privacy_policy),
.form-group:has(#agree_privacy_policy) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

/* Force the label/text directly next to the privacy checkbox to show */
#agree_privacy_policy + label,
#agree_privacy_policy + span,
.control-label[for="agree_privacy_policy"],
label[for="agree_privacy_policy"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #333333 !important; /* Forces dark gray text if it was blending into the background */
    font-size: 14px !important;
}