﻿#cookie-popup-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--dark), .5);
    z-index: var(--z-index-cookie-popup);
    flex-direction: column;
    justify-content: center;
}

#cookie-popup-container {
    background: white;
    padding: 1.5rem 0 2rem 0;
}

#cookie-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
