<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Logo maior - DESKTOP */
.pd-header-logo span .img-box {
    width: 200px !important;
}
/* Logo maior - MOBILE */
@media (max-width:768px) {
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        width: 150px !important;
        top: 25px !important;
    }
}
</pre></body></html>