.mod-weathersearch .weather-search{
  width:100%;
  max-width:none;
  margin:0 0 8px;
  padding:0;
}

.mod-weathersearch .weather-search__wrap{position:relative;display:block;overflow:visible}
.mod-weathersearch .weather-search__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:16px;opacity:.75;pointer-events:none}

.mod-weathersearch .weather-search__input{
  display:block;
  width:100%;
  max-width:none;
  box-sizing:border-box;
  padding:10px 12px 10px 34px;
  border:1px solid #000;
  border-radius:10px;
  background:#fff;
}

.weather-search__dropdown.weather-search__dropdown--portal{
  position:fixed;
  left:0;
  top:0;
  width:320px;
  background:#fff;
  border:1px solid #000;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  max-height:320px;
  overflow:auto;
  z-index:2147483647;
}
.weather-search__dropdown.weather-search__dropdown--portal .weather-search__item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer}
.weather-search__dropdown.weather-search__dropdown--portal .weather-search__item:hover,
.weather-search__dropdown.weather-search__dropdown--portal .weather-search__item.is-active{background:rgba(0,0,0,.06)}
.weather-search__dropdown.weather-search__dropdown--portal .weather-search__label{text-align:left}


.mod-weathersearch .weather-search__input{padding-right:44px}
.mod-weathersearch .weather-search__geo{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  cursor:pointer;
  font-size:18px;
  line-height:1;
  padding:4px;
}
.mod-weathersearch .weather-search__geo:focus-visible{
  outline:2px solid #000;
  outline-offset:2px;
  border-radius:6px;
}
.mod-weathersearch .weather-search__status{
  position:absolute;
  left:10px;
  top:100%;
  margin-top:4px;
  font-size:12px;
  background:#fff;
  padding:2px 4px;
  z-index:2;
}

.mod-weathersearch .weather-search__status{
  display:block;
  min-width:220px;
  max-width:min(92vw, 440px);
  white-space:normal;
  line-height:1.35;
  border:1px solid rgba(0,0,0,.12);
  border-radius:8px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.mod-weathersearch .weather-search__status-title{display:block;font-weight:600}
.mod-weathersearch .weather-search__status-hint{display:block;margin-top:2px}
