/* Natural photo proportions: no fixed-height letterbox or crop. */
.wnd-alert-detail-open .ww-detail__hero {
  height: auto !important;
  aspect-ratio: auto !important;
  display: block !important;
}
.wnd-alert-detail-open .ww-detail__hero img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
}
/* Render the existing separate label/value spans with the chip's flex gap.
   The old textContent-based pseudo-label joined Date and 2026 into Date2026. */
.wnd-alert-detail-open .ww-detail__specs > *::after {
  content: none !important;
  display: none !important;
}
.wnd-alert-detail-open .ww-detail__specs > * .ws-spec__key,
.wnd-alert-detail-open .ww-detail__specs > * .ws-spec__val {
  display: inline !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: #222 !important;
}
.wnd-alert-detail-open .ww-detail__specs > * {
  gap: 5px !important;
}
