/* Keep Lucide SVG / empty <i> from looking like italic text in article HTML. */
svg,
[data-lucide],
.contact-hero i,
.contact-aside i,
.cms-price i {
  font-style: normal;
}

.contact-hero .contact-hero,
.contact-aside .contact-aside {
  display: contents;
}
