<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.weather-card-group {
  display: flex;
}

.weather-card {
  border-right: 1px solid;
  padding: 0 1rem;
}

.weather-card:last-child {
  border-right: 0;
}

.weather-label,
.weather-value {
  text-align: center;
}

.weather-value {
  font-weight: 700;
  font-size: 25px;
}
</pre></body></html>