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

.cookie-consent-content {
  max-width: 1600px;
  margin: 0 auto;
  /*display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between; */
}

.cookie-consent-content p {
  margin: 0;
}

.cookie-consent-content button {
  background: #4caf50;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0;
}
/*
.cookie-consent-content button:hover {
  background: #43a047;
}*/
