.met-card {
  /*max-width: 520px;*/
  /*border: 1px solid #e5e7eb;*/
  /*border-radius: 14px;*/
  /*padding: 16px;*/
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.met-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.met-city {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  color: #62656B;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: capitalize;
  align-items: center;
  display: flex;
  gap: 6px;
}

.met-location-icon img {
  display: block;
}

.met-temp {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 6px;
}

/*.met-unit{
  font-size: 18px;
  font-weight: 700;
  margin-left: 4px;
}*/

.met-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
}

.met-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.met-desc {
  font-size: 10px;
  margin-top: 8px;
  color: #374151;
  max-width: 240px;
  font-family: "Inter", sans-serif;
}
