@media (max-width: 640px) {
    .date-stats .ui-cell-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-list {
        max-height: none;
    }

    .timeline-panel {
        max-height: 55vh;
    }

    .source-btn-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 900px) {
    .timeline-panel {
        max-height: min(70vh, 34rem);
    }

    .featured-list {
        max-height: min(42vh, 18rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-loading__arc {
        animation: none;
    }
}
