.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0d503c;
  color: #fff;
  padding: 15px;
  display: none;
  z-index: 99999;
  font-family: 'Heebo', sans-serif;
}

.cookie-banner a {
  color: #fdb813;
  font-weight: 600;
}

.cookie-banner button {
  margin-left: 15px;
  padding: 8px 16px;
  border: none;
  background: #fdb813;
  color: #0d503c;
  font-weight: bold;
  cursor: pointer;
}

.cookie-actions {
  display: inline-flex;
  gap: 10px;
}

.cookie-banner button.secondary {
  background: transparent;
  border: 2px solid #fdb813;
  color: #fdb813;
}

