.cookies-eu-banner {
  background: #fff;
  color: #777;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  opacity: 0.9;
  box-shadow: 0 -5px 5px -5px #940000;
}

.cookies-eu-banner button {
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #940000;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0 20px;
  margin: 2px 0;
  border-radius: 50px;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #C30101;
  color: #fff;
}

.hidden {
  display: none;
}