.cookie-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; z-index: 9999;
}
.cookie-consent a { color: #9fd3ff; text-decoration: underline; }
.cookie-consent button {
  background: #4caf50; color: #fff;
  border: 0; border-radius: 4px;
  padding: 8px 12px; cursor: pointer;
}
