/* The shared engine adds a break only when the next sentence would straddle
   lines. Text, authored paragraphs, inline links, and print layout stay intact. */
@media screen {
  p, h1, h2, h3, h4, h5, h6, li, dd, dt, blockquote, figcaption, td, th, [data-hdsl-prose] {
    line-break: strict;
  }
  p, blockquote, figcaption { text-wrap: pretty; }
  h1, h2, h3 { text-wrap: balance; }
}
@media print {
  br[data-hdsl-sentence-break] { display: none !important; }
}
