.adu-timeline {
    position: relative;
    padding-left: 48px;
}

/* Vertical line */
.adu-timeline::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #f0c040;
}

/* Each row */
.tl-item {
    position: relative;
    margin-bottom: 48px;
}

.tl-item:last-child {
    margin-bottom: 0;
}

/* Dot */
.tl-dot {
    position: absolute;
    left: -43px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f0c040;
    border: 3px solid #f0c040;
    box-sizing: border-box;
}

/* Content */
.tl-body {
    padding-left: 4px;
}

.tl-year {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f0c040;
    margin-bottom: 10px;
}

.tl-title {
    font-size: 22px;
    font-weight: 700;
    color: #0a1f44;
    margin: 0 0 10px;
    line-height: 1.3;
}

/* Short yellow underline accent */
.tl-accent {
    width: 40px;
    height: 3px;
    background: #f0c040;
    margin-bottom: 14px;
    border-radius: 2px;
}

.tl-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
    max-width: 820px;
}
