
body > .privacy-prefs {
  display:none;
}

.privacy-prefs > div {
  display:flex;
  gap:10px;
  margin-bottom:30px;
}

.privacy-prefs * {
  text-transform:unset !important;
  height:unset;
}

.privacy-prefs label {
  margin:0px !important;
  font-size:14px;
}


.privacy-banner-button-container {
  position:fixed !important;
}

[for="set_pref"] {
  font-size:inherit !important;
}


[disabled]+[for="set_pref"] {
  opacity:.2;
}