/* Contact Form */
.contact-form-input-grid:has(label[for="privacy"]) {
    display: block;
}

label[for="privacy"] {
    color: #868c98;
}