.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8c4c4c;
  color: #fff;
  padding: 1em;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  z-index: 1000;
}
.cookie-banner a {
  color: #ffd;
  text-decoration: underline;
}
.cookie-banner button {
  margin-left: 0.5em;
  background: #fff;
  color: #333;
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
}
