<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Iframe */
[class^=ws-iframe-placeholder] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -o-linear-gradient(300deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25) 70%);
    background-image: linear-gradient(150deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25) 70%);
}

[class^=ws-iframe-placeholder] &gt; a, [class^=ws-iframe-placeholder] &gt; p {
    line-height: initial;
}

[class^=ws-iframe-placeholder] [class^=ws-unlock-iframe-button] {
    background: var(--jst_eu_cookie_buttonBackgroundColor);
    color: var(--jst_eu_cookie_buttonTextColor);
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: block;
    margin: 0.5rem auto 0;
    width: 12rem;
    max-width: 90%;
    z-index: 2;
}

[class^=ws-iframe-placeholder] [class^=ws-unlock-iframe-button]:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
</pre></body></html>