/* Hybrid Ascend — preserve the rejection action contrast on dark cookie surfaces in light theme. */
html.light-theme .ha-cookie-consent button[aria-label="Refuser les cookies non essentiels"],
html.light-theme .ha-cookie-consent button[aria-label="Refuser tous les cookies non essentiels"] {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #080a10 !important;
  -webkit-text-fill-color: #080a10 !important;
}

html.light-theme .ha-cookie-consent button[aria-label="Refuser les cookies non essentiels"]:hover,
html.light-theme .ha-cookie-consent button[aria-label="Refuser tous les cookies non essentiels"]:hover {
  background: #f4f4f5 !important;
}
