/**
 * LexBridgr Family Law Service Specific Stylesheet
 * Custom Procedural Roadmap Step Connection Timeline & Output Badge
 */

.roadmap-timeline-connector {
  position: absolute;
  left: 38px;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 4px;
  background: linear-gradient(180deg, rgba(26, 77, 140, 0.3) 0%, rgba(212, 175, 55, 0.5) 50%, rgba(26, 77, 140, 0.3) 100%);
  border-radius: 9999px;
  z-index: 0;
}
