.wind-input {
  grid-template-columns: minmax(80px, 1fr) 108px;
}

.feel-fields > label {
  min-width: 0;
}

.unit-input {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  align-items: stretch;
  width: 100%;
  height: 52px;
  border: 1px solid #d8e1ec;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.unit-input input {
  width: 100% !important;
  min-width: 0 !important;
  height: 50px !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.unit-input b {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  border-left: 1px solid #e5ebf2;
  color: #64748b;
  font-size: 13px;
  transform: none;
}

.wind-input input,
.wind-input select,
#calculationMode {
  width: 100% !important;
  min-width: 0 !important;
}

#calculationMode {
  font-size: 15px !important;
}

.feel-status.is-error {
  color: #bd2c34 !important;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .wind-input {
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .unit-input {
    grid-template-columns: minmax(0, 1fr) 52px;
  }
}
