<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-box {
    position: fixed;
    width: 100%;
    display: block;
    border-top: 1px solid black;
    padding: 32px;
    background: #fff;
    box-sizing: border-box;
    z-index: 1000;
    bottom: 0;
}

/*
#cookie-box &gt; div svg {
    display: none;
}
*/

#cookie-box #cookie-box-close {
    position: absolute;
    cursor: pointer;
    right: 7px;
    top: 7px;
    padding: 0;
    color: white;
    border-radius: 50%;
    background: gray;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie-box #cookie-box-close svg {
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    fill: currentColor;
    margin-top: -0.05em;
    font-weight: bold;
}
</pre></body></html>