/**
 * HubSpot EU cookie banner — contrast fixes for Lighthouse / WCAG.
 * Loaded after theme-global; only affects HubSpot-injected banner nodes.
 */
#hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-eu-cookie-confirmation #hs-eu-decline-button,
#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button,
#hs-eu-confirmation-button,
#hs-eu-decline-button {
  color: #0b1f1c !important;
  font-weight: 650;
}

#hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-eu-confirmation-button {
  background-color: #e8f5f2 !important;
  border: 2px solid #1a4f47 !important;
}

#hs-eu-cookie-confirmation #hs-eu-decline-button,
#hs-eu-decline-button {
  background-color: #ffffff !important;
  border: 2px solid #3d5c56 !important;
}

#hs-eu-cookie-confirmation h2,
#hs-eu-cookie-confirmation p {
  color: #0f172a;
}
