.cookie-consent { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; background: #0a1d2d; color: #fff; padding: 16px; border-radius: 8px; box-shadow: 0 10px 30px rgba(5,10,15,0.5); display: flex; gap: 12px; align-items: center; z-index: 2000; }
.cookie-consent p { margin: 0; flex: 1 1 auto; font-size: 0.95rem; }
.cookie-consent .cc-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-consent button { background: #fff; color: #0a1d2d; border: 0; padding: 8px 12px; border-radius: 6px; cursor: pointer; font-weight: 600; }
.cookie-consent button.secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.cookie-consent a { color: #ffd166; text-decoration: underline; }
@media (max-width: 620px) {
  .cookie-consent { flex-direction: column; align-items: stretch; }
  .cookie-consent .cc-actions { justify-content: flex-end; }
}
