<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.photo-grid-container {
    column-count: 4;
    column-width: 300px;
}

.photo-grid-item {
    margin: 0 auto 15px;
    max-width: 25vw;
    width: 100%;
}</pre></body></html>