.tw2-weather-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  text-align: center;
  font-family: system-ui, sans-serif;
}
.tw2-weather-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tw2-weather-temp {
  font-size: 3rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.tw2-weather-status {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.tw2-weather-meta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #555;
}
.tw2-weather-header img {
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
