.gdpr-bar {
    background: #fff;
    box-shadow: 0 0 4px rgba(0 0 0 / .7); 
    display: none;
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding: 1.2rem;
    align-items: center;
    justify-content: space-between;
    z-index: 2000;
}
.gdpr-text p {
    margin: 0;
}
.gdpr-buttons {
    margin-left: 1rem;
    display: flex;
    gap: 1rem;
}