
#mgb-gdpr-banner {
    position: fixed;
    bottom: 100px; left: 0; right: 0;
    background: #fff;
    padding: 20px;
    border-top: 2px solid #ccc;
    z-index: 9999;
    font-family: sans-serif;
}
.mgb-buttons button {
    margin-right: 10px;
    padding: 8px 12px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
