
.cookie-notice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 350px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  z-index: 9999;
  font-size: 14px;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.cookie-notice p {
  margin: 0 0 10px;
}
.cookie-buttons {
  display: flex;
  justify-content: space-between;
}
.cookie-button {
  background: #fff;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  background: #612e20;
}
.personal-data-checkbox {
  margin: 15px 0;
  font-size: 14px;
}
.personal-data-checkbox input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #c4a484; 
}
.personal-data-checkbox a {
  text-decoration: underline;
} 
.gap-10 {gap:10px;}