#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 9999;
}

#cookie-consent-banner button {
    margin: 0 10px;
    padding: 8px 15px;
    cursor: pointer;
}
