﻿#cookie-banner {
    padding: 1rem;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #202020;
    display: none;
    z-index: 1000;
}

    #cookie-banner div {
        background-color: transparent;
        color: #ebf8ff;
        padding: 0.5rem 0.75rem;
        line-height: 1;
        align-items: center;
        display: inline-flex;
    }
