.wx-badge {
  max-width: 260px;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid #aaa;
  font-family: system-ui, sans-serif;
  background: rgba(255,255,255,.08);
}

.wx-title {
  font-weight: 700;
  margin-bottom: .5rem;
}

.wx-temp {
  font-size: 2rem;
  font-weight: 700;
}

.wx-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .25rem .75rem;
}

.wx-updated {
  margin-top: .5rem;
  font-size: .8rem;
  opacity: .7;
}

