.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 15px 20px;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cookie-banner.hidden {
  display: none;
}
.cookie-banner p {
  margin: 0 0 10px 0;
  flex: 1 1 70%;
  font-size: 14px;
  line-height: 1.4;
}
.cookie-banner p a {
  color: #4da6ff;
  text-decoration: underline;
}
.cookie-banner .button {
  margin-left: 15px;
  white-space: nowrap;
}