<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {

    .classic slider-component ul &gt; li {
        display: inline-block;
    }
}

@media all and (min-width: 640px) {
    .classic .title-wrapper .view-all {
        white-space: nowrap;
    }
}</pre></body></html>