.mod-herosearch__form-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}

.mod-herosearch__input {
  flex: 1 1 260px;
  min-width: 220px;
  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
}

.mod-herosearch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: #1f3c88;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.mod-herosearch__results {
  margin-top: 18px;
}

.mod-herosearch__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-herosearch__item {
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}

.mod-herosearch__title {
  font-weight: 700;
  text-decoration: none;
}

.mod-herosearch__city {
  margin-top: 4px;
  color: #666;
}

.mod-herosearch__notice {
  position: relative;
  padding: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #f8f8f8;
}

.mod-herosearch__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mod-herosearch__notice-text {
  margin-right: 28px;
}

.mod-herosearch__notice-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.mod-herosearch__button--secondary {
  background: #4f46e5;
}
