
#cookie-consent-container {
    --translation: 140%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: fit-content;
    background-color: rgb(196, 196, 196);
    -webkit-box-shadow: 2px 2px 14px 2px #121212;
    box-shadow: 2px 2px 14px 2px #121212;
    font-size: smaller;
    transform: translateY(var(--translation));
    transition: transform ease-in-out 250ms;
    z-index: 10000;
}

#cookie-content-wrapper {
    max-width: 600px;
}