.cookie-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0b4a22;
  color: #fff;
  padding: 16px;
  display: none;
  z-index: 9999;
}

.cookie-banner p{
  margin: 0 0 10px;
  font-size: 14px;
}

.cookie-banner a{
  color: #ffd400;
  text-decoration: underline;
}

.cookie-buttons{
  display: flex;
  gap: 10px;
}

.cookie-buttons button{
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
}

#acceptCookies{
  background: #ffd400;
  color: #000;
}

#rejectCookies{
  background: #ffffff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px){
  .cookie-buttons{
    flex-direction: column;
  }
}

.cookie-banner{
  z-index: 9998;
}

.whatsapp-float{
  z-index: 9999;
}
