.cookie-banner {
    background: var(--color-white);
    border-radius: 1rem;
    bottom: 0;
    box-shadow: var(--shadow-large);
    left: 50%;
    margin: 2rem;
    max-width: 80rem;
    position: fixed;
    transform: translateX(calc(-1 * (50% + 2rem)));
    width: 100%;
    z-index: 9800;
}
