#privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    display: none; /* nascosto finché non serve */
    z-index: 9999;
}

#privacy-banner a {
    color: #4ea3ff;
    text-decoration: underline;
}

#privacy-banner button {
    margin-left: 15px;
    padding: 8px 15px;
    background: #4ea3ff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}