.ep-4f179351-timeline {
    position: relative;
    padding-left: 24px;
    font-family: inherit;
}

.ep-4f179351-timeline::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background-color: #E2E8F0;
}

.ep-4f179351-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ep-4f179351-dot {
    position: absolute;
    left: -24px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3B82F6;
    border: 2px solid #FFF;
    z-index: 1;
}

.ep-4f179351-time {
    font-weight: 700;
    font-size: 0.9em;
    color: #3B82F6;
}

.ep-4f179351-content {
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.ep-4f179351-title {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #1E293B;
}

.ep-4f179351-desc {
    margin: 6px 0 0 0;
    font-size: 0.9em;
    color: #64748B;
    line-height: 1.4;
}

/* Highlighted state styling */
.ep-4f179351-item.ep-4f179351-highlighted .ep-4f179351-content {
    background-color: #EFF6FF;
    border-left: 4px solid #3B82F6;
}

.ep-4f179351-item.ep-4f179351-highlighted .ep-4f179351-dot {
    background-color: #10B981;
}

/* Responsive desktop display option (optional improvement) */
@media (min-width: 768px) {
    .ep-4f179351-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }
    
    .ep-4f179351-time {
        min-width: 80px;
        margin-top: 8px;
    }
    
    .ep-4f179351-content {
        flex: 1;
    }
}
