<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sq_cookiebanner {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    position: fixed;
    top: 0;
    z-index: 10;
}
/* 
.sq_cookiebanner:before {
    content: "";
    background: #00000000;
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 100%;
} */

.sq_cookiebanner &gt; div.body {
    position: fixed;
    display: flex;
    top: unset;
    left: 0;
    bottom: -13mm;
    width: 100%;
    max-width: unset;
    height: 13mm;
    transform: unset;
    padding-bottom: 0;
    border: unset;
    box-shadow: -2px -1px 8px 0px #1a1a1a;
    background-color: #333 !important;
    transition: bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding-left: 5mm;
    justify-content: center;
    align-items: center;
    z-index: 26;
}

.sq_cookiebanner.show &gt; div.body {
    bottom: 0
}

.sq_cookiebanner &gt; .body &gt; .content {
    display: inline-block;
    width: calc(100% - 50mm);
    margin: unset;
    text-align: left;
    padding: 4.5mm 6mm;
}

.sq_cookiebanner &gt; .body &gt; label {
    font-size: 1em;
    color: #d6d6d6 !important;
    font-family: NotoReg;
    display: inline-block;
    padding-right: 5mm;
}

.sq_cookiebanner &gt; .body &gt;  label a {
    color: white
}

.sq_cookiebanner &gt; .body &gt; .footer {
    width: 50mm;
    float: right;
    margin: 2.5mm 0;
}

.sq_cookiebanner &gt; .body &gt; [name=submit] {
    color: #d6d6d6;
    float: right;
    font-weight: bolder;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (max-width: 1200px){
    .sq_cookiebanner &gt; .body {
        height: 25mm !important;
        display: flex;
        flex-flow: column;
    }
    .sq_cookiebanner &gt; .body &gt; label{
        font-size: 0.75em;
        padding-right: 2mm;
        text-align: center;
        padding-bottom: 2mm;
    }
}

</pre></body></html>