.ftde-timeline {
    border-left: 3px solid #f4e2a0;
    margin: 20px 0;
    padding-left: 20px;
    position: relative;
}

.ftde-timeline-step {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.ftde-timeline-step::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #f4e2a0;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f4e2a0;
}

.ftde-timeline-step:last-child::before {
    background-color: #2e7d32; /* verde per ultimo step */
    box-shadow: 0 0 0 2px #2e7d32;
}

.ftde-timeline-date {
    font-weight: 600;
    color: #5d4037;
}

.ftde-timeline-status {
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
}

.ftde-timeline-note {
    font-size: 0.9em;
    color: #777;
}

.ftde-timeline-footer {
    color: #8b7939;
    font-size: 13px;
    padding-top: 8px;
    font-style: italic;
    border-top: 1px dashed #ccc;
    margin-top: 20px;
}