.weather-widget-inner {
  padding:20px;
  border-radius: 14px;
  /* background: #f7f4ef; */
  color: #fff;
}

.weather-widget-inner h2 {
  margin: 0;
  font-weight:bold;
}

.weather-widget-inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.weather-info {
  margin-bottom:10px;
}

.weather-temp {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.weather-label {
  font-size: 1.05rem;
  font-weight: 600;
}

.weather-icon-wrap {
}

.weather-stats {
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.weather-stats > div {
  padding:0;
  text-align:center;
}

.weather-icon {
  width: 72px;
  height: 72px;
}

.weather-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}