/* Timeline Mobile Fixes - Override */
.timeline-scroll {
    overflow-x: auto;
    overflow-y: auto !important;
    max-height: 600px;
}

.timeline {
    min-height: 200px !important;
    height: auto !important;
}

.timeline-track {
    min-height: 200px !important;
    height: auto !important;
}

.timeline-hours {
    position: sticky;
    top: 0;
    background: var(--bg-card);
    z-index: 10;
}