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