/* css styles for cookie_banner and button here */

#accept-button {
    /* Styles for the accept button */
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2500;
    background: #fff;
    padding: 32px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}