<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-container .has-shadows {
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.2)
}

.color-override {
    filter: invert(18%) sepia(39%) saturate(554%) hue-rotate(169deg) brightness(96%) contrast(86%);
}

@media (max-width: 1279px) {
    .hide-on-mobile {
        display: none;
    }
}</pre></body></html>