/* Keep consent choices readable against the redesigned white dialog. */
.hm-redesign .cookie-consent-card,
.hm-redesign .cookie-consent-preferences label,
.hm-redesign .cookie-consent-preferences strong,
.hm-redesign .cookie-consent-copy a {
  color: #193a6b;
}
.hm-redesign .cookie-consent-preferences label {
  border-color: #ccd5e2;
  background: #f5f7fb;
}
.hm-redesign .cookie-consent-preferences small {
  color: #40546d;
}
.hm-redesign .cookie-consent-copy a {
  text-decoration-color: currentColor;
}
.hm-redesign .cookie-consent-preferences {
  grid-template-columns: 1fr;
}
.hm-redesign .cookie-consent-card {
  max-height: 85dvh;
  overflow: auto;
}
