<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button-show-more {
    padding-left: 0;
    justify-content: flex-start;
    padding-bottom: 1.1rem;
}

.button-show-more,
.button-show-less {
    margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .button-show-more,
    .button-show-less {
        margin-top: 1rem;
        margin-bottom: 20px;
    }
}
</pre></body></html>