.cookie-consent {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 10000;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  padding: 12px;
  font-family: Arial, sans-serif;
}

.cookie-consent p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.cookie-consent a {
  color: #0b57d0;
}

.cookie-consent-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.cookie-consent button {
  border: 1px solid #9ca3af;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.85rem;
  cursor: pointer;
  background: #f3f4f6;
  color: #111827;
}

.cookie-consent button.cookie-consent-accept {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}
