<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.baseModule {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px
}

@media screen and (max-width:1024px) {
    .baseModule {
        padding: 10px
    }
}</pre></body></html>