.gdpr-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e8f5e9; /* verde chiaro */
    color: #2e7d32; /* verde scuro */
    padding: 15px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gdpr-cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.gdpr-cookie-banner a {
    color: #1b5e20;
    text-decoration: underline;
}

.gdpr-cookie-banner button {
    background-color: #43a047;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.gdpr-cookie-banner button:hover {
    background-color: #388e3c;
}
