#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 8px;
    z-index: 9999;
    display: none; /* Nascosto di default */
    border: 1px solid #eee;
}
.cookie-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.cookie-btn { background: #2dce89; color: white; border: none; padding: 8px 20px; border-radius: 4px; cursor: pointer; font-weight: bold; }