.cookie-consent {
  position: fixed;
  bottom: 10px; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 90%; 
  background-color: #2d6a4f; 
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  z-index: 9999;
  border-radius: 5px; 
}

.cookie-message p {
  margin: 0;
  padding-right: 15px;
}

.cookie-message a {
  color: white;
  text-decoration: underline;
}

#acceptCookies {
  background-color: #f1f1f1;
  color: #28a745;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 5px;
}

#acceptCookies:hover {
  background-color: #e2e2e2;
}


@media (max-width: 768px) {
  .cookie-consent {
    width: 100%; 
    font-size: 12px; 
	text-align:Center;
  }
  
  #acceptCookies {
    font-size: 14px; 
    padding: 8px 16px; 
  }
}
