
.weather-card {
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  max-width: 320px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.weather-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #eaeaea;
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 6px;
  display: inline-block;
}

.weather-info {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.weather-info img {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}

.deg {
  font-size: 20px;
  margin-left: 4px;
}

.city-select {
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  margin-bottom: 4px;
}

.right {
  text-align: right;
}

.highlow {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.desc {
  font-size: 13px;
  color: #444;
}
