.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #222 !important; /* fundo escuro */
  color: #f1f1f1; /* texto claro */
  padding: 20px;
  font-family: Arial, sans-serif;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-banner h3 {
  color: #ffffff;
}

.cookie-banner p,
.cookie-banner label {
  color: #f1f1f1;
  font-size: 14px;
}

.cookie-banner input[type="checkbox"] {
  accent-color: #00bfff; /* cor do checkbox */
}

.cookie-banner a {
  color: #00bfff;
  text-decoration: underline;
  font-weight: bold;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-buttons button {
  margin-right: 10px;
  padding: 8px 16px;
  border: none;
  background-color: #00bfff;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.cookie-buttons button:hover {
  background-color: #0099cc;
}
