.wwc-wx {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem 0.55rem;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  color: #0b1f3a;
  overflow: hidden;
}
.wwc-wx__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}
.wwc-wx__title {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.wwc-wx__live {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #dc2626;
}
.wwc-wx__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #dc2626;
  animation: wwc-wx-pulse 1.2s ease-in-out infinite;
}
@keyframes wwc-wx-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.85); }
}
.wwc-wx__viewport {
  max-height: 14.5rem;
  overflow: hidden;
  position: relative;
}
.wwc-wx__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wwc-wx__ticker {
  animation: wwc-wx-scroll 28s linear infinite;
}
.wwc-wx__viewport:hover .wwc-wx__ticker {
  animation-play-state: paused;
}
@keyframes wwc-wx-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.wwc-wx__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.38rem 0;
  border-top: 1px solid #f1f5f9;
  transition: background 0.35s ease, transform 0.35s ease;
}
.wwc-wx__row:first-child { border-top: 0; }
.wwc-wx__row.is-flash {
  background: #fef2f2;
  animation: wwc-wx-flash 0.8s ease;
}
@keyframes wwc-wx-flash {
  0% { background: #fee2e2; }
  100% { background: transparent; }
}
.wwc-wx__city {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
}
.wwc-wx__country {
  display: block;
  font-size: 0.6875rem;
  color: #64748b;
}
.wwc-wx__cond { text-align: right; flex-shrink: 0; }
.wwc-wx__temp {
  display: block;
  font-size: 0.9375rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  transition: color 0.3s ease, transform 0.3s ease;
}
.wwc-wx__temp.is-bump {
  animation: wwc-wx-bump 0.55s ease;
  color: #dc2626;
}
@keyframes wwc-wx-bump {
  0% { transform: translateY(0.25rem); opacity: 0.4; }
  100% { transform: translateY(0); opacity: 1; }
}
.wwc-wx__label {
  display: block;
  font-size: 0.6875rem;
  color: #64748b;
}
.wwc-wx__credit {
  margin: 0.45rem 0 0;
  font-size: 0.625rem;
  color: #94a3b8;
}
.wwc-wx.is-updating { opacity: 0.92; }
.home-top-aside .wwc-wx,
.home-after-top-story .wwc-wx { margin-bottom: 1rem; }

.wwc-wx__credit {
  margin: 0.45rem 0 0;
  font-size: 0.625rem;
  color: #94a3b8;
}
.wwc-wx__row.is-flash {
  background: #fef2f2;
  animation: wwc-wx-flash 0.8s ease;
}
.wwc-wx__temp.is-bump {
  animation: wwc-wx-bump 0.55s ease;
  color: #dc2626;
}
