<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#modalCookies{
    width:100%;
    position: fixed;
    bottom: 0;
    z-index:1000;
    border-top: var(--color-10) 1px solid ;
    padding:7px;
}

#modalCookies button{
    margin-bottom: 8px;
}
</pre></body></html>