<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* QR Code
*/
.next-qr-code[data-flickering]{
    opacity: 0;
}
.next-qr-code{
    overflow: hidden;

    width: 150px;
    height: 150px;

    padding-left: 4px;
    padding-top: 4px;

    background-color: #fff;
}
.next-qr-code img{
    margin-top: -10px;
}</pre></body></html>