#update-0401 .release-notes-body { min-width: 0; overflow-wrap: anywhere; }
#update-0401 h2 { font-size: 28px; line-height: 1.5; }
#update-0401 h3 { margin: 28px 0 12px; font-size: 19px; line-height: 1.6; letter-spacing: 0; }
#update-0401 p { margin: 0 0 16px; font-size: 14px; line-height: 1.9; }
#update-0401 ul { margin: 0; padding-left: 22px; color: var(--muted); font-size: 14px; line-height: 1.9; }
#update-0401 li { margin-bottom: 10px; }
#update-0401 strong { color: var(--paper); }
#update-0401 .release-notes-lead { margin-top: 16px; }
@media (max-width: 700px) {
  #update-0401 { grid-template-columns: minmax(0, 1fr); }
  #update-0401 .report-date { grid-column: 1; }
  #update-0401 .report-type { grid-row: 2; justify-self: start; }
  #update-0401 h2 { font-size: 23px; }
  #update-0401 h3 { font-size: 18px; }
}
