.driver-meta {
  display: grid;
  justify-items: end;
  gap: 5px;
}

.driver-distance {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border-radius: 999px;
  color: #178a4b !important;
  background: #eaf8f0;
  font-size: 9px !important;
  font-weight: 800;
  white-space: nowrap;
}

.driver-distance i {
  color: #178a4b;
  font-size: 9px;
}

@media (max-width: 420px) {
  .driver-distance {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
