#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  color: black;
  padding: 20px;
  border-top: 1px solid #ccc;
  z-index: 9999;
  font-family: sans-serif;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-banner-content, .cookie-preferences {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-buttons button {
  background: #a1454e;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid#a1454e !important;
  border-radius: 6px;
}

.cookie-buttons .acept-btn:hover {
background: #fff !important;
color: #db5527;
border: 2px solid #db5527 !important;
}

.cookie-buttons .deny-btn:hover {
background: #fff !important;
color: #333;
border: 2px solid #333 !important;
}

.cookie-buttons .pref-btn:hover {
background: #fff !important;
color: #333;
border: 2px solid #333 !important;
}

.cookie-preferences {
  margin-top: 15px;
}

.hidden {
  display: none;
}

#cookie-settings-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #a1454e !important;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10000;
  border-radius: 4px;
  font-size: 12px !important;
}

.cookie-banner-content .acept-btn {
  background: #db5527 !important;
  border-radius: 5px;
  font-size: 13px !important;
  border: 2px solid #db5527 !important;
}

.cookie-banner-content .deny-btn {
  background: #d2d2d2 !important;
  border-radius: 5px;
  font-size: 13px !important;
  border: 2px solid #d2d2d2 !important;
}

.cookie-banner-content .pref-btn {
  background: #d2d2d2 !important;
  border-radius: 5px;
  font-size: 13px !important;
  border: 2px solid #d2d2d2 !important;
}

#cookie-settings-button:hover {
  background: #333;
}

.cookie-banner-content p {
  font-size: 14px;
}

.cookie-banner-content button {
  background: #a1454e !important;
  border-radius: 5px;
  font-size: 16px !important;
  border: 2px solid#a1454e !important;
}


.cookie-banner-content h3 {
color: #3a464c;
font-size: 16px;
font-weight: 600;
}
