.aqm-timeline {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
    padding: 10px;
}

.aqm-timeline-item {
    position: relative;
    margin: 20px 0;
    padding-left: 40px;
}

.aqm-timeline-item::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: orange;
    border: 2px solid #333;
}

.aqm-timeline-item.completed::before {
    background: green;
}

.aqm-timeline-item .aqm-date {
    font-size: 12px;
    color: #666;
}

.aqm-timeline-item .aqm-marks {
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
