/* Service Business Job Portal Demo: demo-specific styles only.
   Shell, theming, tour, and components live in:
     /assets/css/glass.css      (design tokens + primitives)
     /assets/css/demo-app.css   (shared demo shell) */

/* Job history timeline connector */
.timeline-item::before {
  content: '';
  position: absolute;
  left: 0.45rem;
  top: 1.5rem;
  bottom: -0.5rem;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-line-soft), transparent);
}

.timeline-item:last-child::before {
  display: none;
}
