/* Normalize CKEditor HTML inside event titles and subtitles */
.event-rich-text :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.couple-names :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.wedding-title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.wedding-tagline :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.corporate-title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.baby-title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.birthday-title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.grad-subtitle :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.conf-hero__title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.conf-hero__subtitle :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.henna-hero .name :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.event-title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.grad-name :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.grad-event-title :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.ic-name :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.ic-sub :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.hero-intro__invite :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.env-nr-eyebrow :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.env-nr-names :is(p, h1, h2, h3, h4, span, strong, em, u, a),
.invitation-event-title :is(p, h1, h2, h3, h4, span, strong, em, u, a) {
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}
