<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-divider {
    border-bottom: var(--divider-size) solid var(--divider-color);
    margin: 0px 50px;
    margin-top: var(--margin-top);
    margin-bottom: var(--margin-bottom);
}

@media screen and (max-width: 756px) {
    .custom-divider {
        margin: 0px 20px;
    }
}</pre></body></html>