.tl-wrapper-03c13bc9 {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: inherit;
}

.tl-item-03c13bc9 {
    display: flex;
    position: relative;
    padding-bottom: 30px;
}

.tl-item-03c13bc9:last-child {
    padding-bottom: 0;
}

.tl-left-03c13bc9 {
    flex-basis: 120px;
    min-width: 120px;
    text-align: left;
    padding-right: 20px;
    padding-top: 5px; /* Alignment tweak */
}

.tl-time-text-03c13bc9 {
    font-weight: 700;
    color: #5C9A35;
    margin-bottom: 4px;
}

.tl-duration-text-03c13bc9 {
    font-size: 0.9em;
    color: #666;
}

.tl-center-03c13bc9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 30px;
    position: relative;
    z-index: 1;
}

.tl-point-03c13bc9 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #5C9A35;
    background-color: #fff;
    flex-shrink: 0;
    margin-top: 5px;
    box-sizing: border-box;
}

.tl-point-active-03c13bc9 {
    background-color: #5C9A35;
}

.tl-line-03c13bc9 {
    width: 2px;
    background-color: #D5E0D5;
    flex-grow: 1;
    margin-top: 8px;
    min-height: 20px;
}

.tl-line-transparent-03c13bc9 {
    background-color: transparent !important;
}

.tl-right-03c13bc9 {
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 8px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.tl-right-active-03c13bc9 {
    border-color: #5C9A35;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.tl-title-03c13bc9 {
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #333;
}

.tl-desc-03c13bc9 {
    color: #666;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .tl-item-03c13bc9 {
        flex-direction: column;
    }
    .tl-left-03c13bc9 {
        flex-basis: auto;
        min-width: 0;
        padding-right: 0;
        padding-bottom: 10px;
        text-align: left;
        padding-left: 40px;
    }
    .tl-center-03c13bc9 {
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 0;
    }
    .tl-right-03c13bc9 {
        margin-left: 30px;
        padding-left: 10px;
    }
}
