.aitrain-wrapper {
background: #f9f9f9;
padding: 20px;
border-radius: 8px;
}
.timeline-list {
list-style: none;
padding: 0;
}
.timeline-item {
padding: 15px;
margin-bottom: 10px;
border-left: 5px solid #ccc;
background: white;
display: flex;
justify-content: space-between;
}
.timeline-item.pending { border-color: #ffcc00; } .timeline-item.success { border-color: #28a745; } .timeline-item.warning { border-color: #dc3545; } .vdot-badge {
font-weight: bold;
color: #0073aa;
}