html {
  scroll-behavior: smooth;
}

.path-nav-row {
  row-gap: 1rem;
}

.path-nav-card {
  max-height: 60px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.path-nav-img {
  height: 60px;
  object-fit: cover;
}

.path-nav-col h6 {
  font-weight: 600;
}
