.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}
