/* Adaptive Grammar Timeline cards: long sentences grow and wrap instead of being clipped. */
.timeline-event{width:var(--event-width,220px);max-width:min(520px,48vw)}
.timeline-event.continuous{width:var(--duration,var(--event-width,300px));max-width:min(560px,52vw)}
.timeline-event-title{display:block;box-sizing:border-box;min-height:28px;height:auto;padding:2px 3px;overflow:hidden;resize:none;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.28;font-family:Lexend,sans-serif!important;font-size:var(--title-font,16px)!important;font-weight:750!important}
.timeline-event-time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.timeline-event-body{min-width:0}
@media(max-width:760px){.timeline-event{max-width:58vw}.timeline-event.continuous{max-width:62vw}.timeline-event-body{padding:9px}.timeline-event-controls{gap:3px}}
