/* Banner cookies — ActiveBrava */
#ab-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: none; /* es mostra via JS si cal */
  padding: 14px 16px;
  background: #0b1220;
  color: #fff;
  font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-shadow: 0 -6px 24px rgba(0,0,0,.25);
  z-index: 99999;
}
#ab-cookie-banner .ab-wrap {
  max-width: 1100px; margin: 0 auto; display: flex; gap: 12px; align-items: center;
  padding: 0 8px; flex-wrap: wrap;
}
#ab-cookie-banner p { margin: 0; flex: 1 1 520px; }
#ab-cookie-banner .ab-actions { display: flex; gap: 8px; }
#ab-cookie-banner button {
  border: 0; cursor: pointer; padding: 10px 14px; border-radius: 6px;
}
#ab-cookie-accept { background: #26a269; color: #fff; }
#ab-cookie-decline { background: #2d3648; color: #fff; }
#ab-cookie-prefs   { background: transparent; color: #cbd5e1; text-decoration: underline; }
@media (max-width: 640px){
  #ab-cookie-banner .ab-wrap { padding: 0 4px; }
}
/* Enllaç de preferències al footer */
.cookie-prefs-link {
  font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #64748b;
  text-decoration: underline;
}
.cookie-prefs-link:hover { color: #0ea5e9; }
