/* Description typography.
 *
 * Loaded by the public listing page AND into the editor's content area, so
 * what Konrad types is literally what a visitor sees — same font, size,
 * colour, leading, paragraph spacing and measure. Two copies of these rules
 * would drift within a week, and the drift is invisible until someone
 * compares the two side by side.
 *
 * Anything here must survive nh3 sanitising: style only the tags in
 * oferty.tekst.TAGI_TRESCI.
 */
.opis{
  line-height:1.75;
  color:#3d5a6c;
  font-size:16.5px;
  max-width:68ch;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.opis p{margin:0 0 18px}
.opis strong,.opis b{color:#1d4257;font-weight:700}
.opis em,.opis i{font-style:italic}
.opis u{text-decoration:underline}
.opis ul,.opis ol{margin:0 0 18px;padding-left:22px}
.opis li{margin:0 0 6px}
.opis h3{font-size:19px;color:#1d4257;margin:26px 0 10px;line-height:1.3}
.opis h4{font-size:17px;color:#1d4257;margin:22px 0 8px;line-height:1.3}
.opis a{color:#00436a}
.opis br+*{margin-top:0}
