/**
 * HubSpot EU cookie banner — contrast fixes for Lighthouse / WCAG.
 * Loaded after theme-global; only affects HubSpot-injected banner nodes.
 */
.hg-cookie-settings-button,
#hs_show_banner_button {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 2147483647;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
  pointer-events: auto;
  touch-action: manipulation;
}

.hg-cookie-settings-button img,
#hs_show_banner_button img {
  display: block;
  width: 35px;
  height: 35px;
  pointer-events: none;
}

#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;
}
