.bse-nv__results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bse-nv__item {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
}

.bse-nv__row-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.bse-nv__img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

.bse-nv__content {
  flex: 1;
}

.bse-nv__title-link {
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  color: #36659c;
}

.bse-nv__title-link:hover {
  color: #36659c;
}

.bse-nv__distance {
  font-size: 0.9em;
  margin-bottom: 6px;
  opacity: 0.8;
}

.bse-nv__excerpt {
  font-size: 0.9em;
  line-height: 1.4;
}

.bse-nv__input {
  padding: 8px;
}

.bse-nv__btn {
  padding: 8px 12px;
  cursor: pointer;
}
.bse-nv__form {
  margin-bottom: 20px;
}
