<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-modal-content {
    display: flex;
}

@media only screen and (max-width: 600px) {
    .custom-modal-content {
        display: block;
    }
}

.custom-modal-row {
    padding: 10px;
}
</pre></body></html>