.lw-row.lw-header {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;

}

.lw-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ededed;
}

.lw-temp {
  font-size: 2.5rem;
  font-weight: bold;
}

.lw-description {
  margin-top: 20px;
  font-weight: 500;
  font-size: .9em;
}

.lw-details {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
}

.lw-detail {
  flex: 1 1 45%;
}


@media (max-width: 480px) {
  .lw-details {
    flex-direction: column;
  }
}


.lw-label-wind,
.lw-label-gusts {
  font-weight: 500;
  margin-right: 8px;
}


.lw-wind-dir-text {
  font-size: 0.6em;
  vertical-align: top;
  font-weight: 600;
}
