.sljp-weather-box {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  /*max-width: 350px;*/
}

.weather-current {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.weather-forecast div {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.weather-select {
  width: 100%;
  margin-bottom: 8px;
}

.weather-icon {
    font-size: 24px;
}