/*
|--------------------------------------------------------------------------
| FOXMAIA V2 - Order Timeline
|--------------------------------------------------------------------------
*/

.fx-timeline {
    position: relative;
    padding-left: 32px;
}

.fx-timeline::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #e5e7eb;
}

.fx-timeline-item {
    position: relative;
    margin-bottom: 24px;
}

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

.fx-timeline-dot {
    position: absolute;
    left: -32px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 1;
}

.fx-timeline-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
}

.fx-timeline-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.fx-timeline-description {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.fx-timeline-date {
    font-size: 12px;
    color: #9ca3af;
}
