.button {
  background-color: green !important;
}

.button.button-outline {
  background-color: white !important;
  border: 1px solid green !important;
  color: green !important;
}

.button.button-outline:hover {
  background-color: green !important;
  color: white !important;
}

a {
  color: green !important;
}

input {
  accent-color: green !important;
}

p:has(#privacy-blocklist) {
  display: none;
}