.bst-distance-row {
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 4px;
  border-top: 1px solid #eee;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}
.bst-distance-row svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.bst-distance-row.bst-distance-hidden {
  display: none;
}

@media (max-width: 767px) {
  .w-dyn-items {
    row-gap: 28px;
  }
  .bst-distance-row {
    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 0;
  }
}
