.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  z-index: 9999;
}
.cookie-banner a {
  color: #9ecbff;
  text-decoration: underline;
}
.cookie-banner button {
  background: #0d6efd;
  color: #fff;
  border: 0;
  padding: 6px 14px;
  cursor: pointer;
}