#cookie-consent-banner .cck-container {
  background-color: #0a273a;
  color: #fff;
}
#cookie-consent-banner .cck-content {
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cookie-consent-banner #notifications--information,
#cookie-consent-banner #notifications--success {
  fill: #fff;
}
#cookie-consent-banner a {
  color: #fff;
}
#cookie-consent-banner .cck-actions a {
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4e7994;
  background-color: #2e4e62;
  padding: 0.5rem 1rem;
}
#cookie-consent-banner .cck-actions a:hover {
  background-color: #487490;
}
#cookie-consent-banner .cck-actions svg {
  fill: #fff;
}
