#ccc #ccc-notify a,
#ccc #ccc-content a {
  text-decoration: underline !important;
  font-weight: bold !important;
  color: inherit !important;
}

#ccc #ccc-content,
#ccc #ccc-notify {
  background-color: #004289 !important;
  background-color: var(--backgroundCookieBannerColor) !important;
}
#ccc button {
  height: 3.5rem;
  border-radius: 3rem !important;
  text-transform: uppercase !important;
}

:root {
  --backgroundCookieBannerColor: #004289;
}

.optional-cookie-header {
  padding-bottom: 6px;
}

.ccc-intro a {
  text-decoration: underline;
  font-weight: bold;
}
