.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  z-index: 9999;
}

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

.cookie-banner button {
  background: #f0c15b;
  color: #111;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
}

.cookie-banner button:hover {
  opacity: 0.9;
}
