#cookie-consent-banner {
    display: none; /* Oculto por defecto */
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
}
#cookie-consent-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#cookie-consent-banner .message {
    flex: 1;
    margin-right: 20px;
}
#cookie-consent-banner .actions {
    display: flex;
    gap: 10px;
}
#change-consent-container {
    display: none; /* Oculto por defecto */
}
