/* ==========================================================================
   EME — spacing for split paragraphs
   Long paragraphs were split into shorter sentences. The theme gives every
   <p> a large bottom margin, which made the two halves look like separate
   blocks. Consecutive paragraphs inside the same intro now flow together
   like one paragraph (as in the "How It Works" intro); only the last one
   keeps the theme's spacing before whatever follows.
   Load LAST.
   ========================================================================== */

.eme-hero-desc:not(:last-of-type),
.eme-section-intro:not(:last-of-type),
.eme-different-desc:not(:last-of-type),
.eme-sister-desc:not(:last-of-type),
.global-presence-header p:not(:last-of-type),
.section-title-area-3 p:not(.sub-title):not(:last-of-type),
.eme-sec-head p:not(.sub-title):not(:last-of-type),
.accordion-body .desc:not(:last-of-type),
.tmp-about-area p.desc:not(:last-of-type),
.eme-case-block p:not(:last-of-type),
.eme-crumb-lead:not(:last-of-type) {
    margin-bottom: 0;
}
