
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
  display: none;
}

.cookie-banner a {
  color: #4fc3f7;
  text-decoration: underline;
}

.cookie-banner button {
  margin-left: 12px;
  padding: 6px 14px;
  border: none;
  background-color: #4fc3f7;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
