:root { --brand-primary: #ADFF00; --brand-primary-dark: #0039C7; }
.logo img { max-height: 180px !important; height: auto !important; width: auto !important; margin: 12px 0 !important; }
.button, button[type="submit"], input[type="submit"] { background: #ADFF00 !important; color: #000000 !important; border-color: #ADFF00 !important; }
.button:hover, button[type="submit"]:hover, input[type="submit"]:hover { background: #0039C7 !important; border-color: #0039C7 !important; }
.button-outline { background: transparent !important; color: #ADFF00 !important; border-color: #ADFF00 !important; }
a { color: #ADFF00 !important; }
h1, h2, h3 { color: #0039C7 !important; }
.unsub-form input[type="checkbox"][name="blocklist"], .unsub-form label[for="privacy-blocklist"], #privacy-blocklist { display: none !important; }
.unsub-form p:has(#privacy-blocklist) { display: none !important; }
.unsub-form a[href*="manage"] { display: none !important; }
#data-form, form.data-form, form[action*="export"], form[action*="wipe"] { display: none !important; }
section.section { padding-bottom: 8px; }