/* Chronologie enrichie par les mesures du tracé GPX. */
.sp_timeline_col {
    padding: 4px 8px 4px 0;
}

.sp_tl_item {
    align-items: flex-start;
    min-height: 30px;
}

.sp_tl_item--endpoint .sp_tl_name {
    font-size: 14px;
}

.sp_tl_item--endpoint .sp_tl_dot {
    width: 17px;
    height: 17px;
    left: -24px;
    top: 7px;
}

.sp_tl_km {
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 8px;
    color: #fb9235;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.sp_tl_segment {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 5px 0;
}

.sp_tl_segment--empty {
    min-height: 25px;
}

.sp_tl_node_chevron {
    position: absolute;
    z-index: 2;
    left: -22px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 22px;
    color: #fb9235;
    background: #fff;
    font-size: 14px;
}

.sp_tl_segment_stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 12px;
    color: #666;
    font-size: 11.5px;
    line-height: 1.25;
}

.sp_tl_segment_stats strong {
    color: #333;
    font-size: 12.5px;
}

.sp_tl_segment_stats span {
    color: #fb9235;
    font-weight: 700;
}

.sp_course_timeline--standalone {
    max-width: 440px;
    margin: 0 0 14px;
    padding: 10px 14px;
    border: 1.5px solid #eee;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .sp_timeline_col {
        width: 100%;
    }

    .sp_tl_left {
        min-width: 70px;
    }

    .sp_tl_km {
        font-size: 11px;
    }

    .sp_tl_segment_stats {
        gap: 3px 8px;
        font-size: 10.5px;
    }
}
