#gdpr-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    padding: 1em;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
#gdpr-banner .buttons button {
    margin-left: 0.5em;
}
