<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* greater or equal to 720px */
@media (min-width: 720px) {
    div.wcm-exportcalendar-container {
         width: 400px;  
    }
}

.flatpickr-input {
    width: 200px;
}
</pre></body></html>