<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 950px) {
    .ph-calendar-days li {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 450px) {
    .ph-calendar-days li {
        font-size: 14px !important;
    }
}
</pre></body></html>