/* Shared weather-forecast card under calendars (Linear EAS-38). Dark/gold,
   works on the portal and the ops dashboard. */
.eas-wx-card { margin-top: 10px; }
.eas-wx-msg {
  padding: 10px 12px;
  font-size: 12px;
  color: #999;
  background: hsla(0, 0%, 100%, 0.04);
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  border-radius: 10px;
  text-align: center;
}
.eas-wx {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 13px;
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: hsla(0, 0%, 100%, 0.04);
  border-left: 3px solid #7ddf9a;
}
.eas-wx[data-risk="watch"] { border-left-color: #d4a017; }
.eas-wx[data-risk="risky"] { border-left-color: #ff8888; }
.eas-wx-emoji { font-size: 26px; line-height: 1; flex-shrink: 0; }
.eas-wx-main { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.eas-wx-cond { font-size: 14px; font-weight: 700; color: #fff; }
.eas-wx-day { font-size: 11px; color: #999; }
.eas-wx-stats { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; flex-shrink: 0; }
.eas-wx-temp { font-size: 15px; font-weight: 800; color: #d4a017; font-variant-numeric: tabular-nums; }
.eas-wx-meta { font-size: 11px; color: #aaa; white-space: nowrap; }
