/* Ecocookie styles (minimal) */
.ecocookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    z-index: 99999;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
}
.ecocookie-inner { max-width: 1100px; margin: 0 auto; display:flex; align-items:center; justify-content:space-between; gap: 12px; }
.ecocookie-actions .btn { margin-right: 6px; }
@media (max-width: 600px) {
    .ecocookie-inner { flex-direction: column; text-align:center; }
}