.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  color: #fff;
  padding: 1rem;
  font-size: 0.9rem;
  z-index: 9999;
}

.cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 0.5rem;
}

.cookie-buttons button {
  margin-right: 0.5rem;
  padding: 0.4rem 0.8rem;
  border: none;
  cursor: pointer;
}