/* OrderBox Store Front Styles */

/* ============================================
   Delivery Timeline (Sidebar)
   ============================================ */
.ob-timeline-badge {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid var(--bs-primary, #2563EB);
    background: #fff;
    flex-shrink: 0;
    margin-top: 4px;
}
.ob-timeline-badge-success {
    border-color: var(--bs-success, #50CD89) !important;
}
.ob-timeline-line {
    width: 2px;
    background: var(--bs-gray-200, #e9ecef);
    margin-left: 6px;
    min-height: 30px;
    flex-grow: 1;
}
