/**
 * ACEW Global — Body Copy Font Size Inheritance
 *
 * Resets hardcoded font-size on body copy elements only so they
 * inherit from Elementor Site Settings > Typography > Body.
 *
 * Interface elements (eyebrows, headings, tab labels, values,
 * buttons, badges, stat numbers) are intentionally excluded.
 *
 * Typography group controls in individual widget Style tabs
 * will always override this with higher specificity when set.
 */

/* ── Hero Slider ─────────────────────────────────────────────────── */
.ahs-slide-body,
.ahs-slide-body p { font-size: inherit; line-height: inherit; }

/* ── Hero With Tabs ──────────────────────────────────────────────── */
.acew-hwt-left-body,
.acew-hwt-left-body p,
.acew-hwt-panel-body,
.acew-hwt-panel-body p { font-size: inherit; line-height: inherit; }

/* ── Side Vertical Slider ────────────────────────────────────────── */
.acew-svs-card-body,
.acew-svs-card-body p { font-size: inherit; line-height: inherit; }

/* ── Mini Journal Tabs ───────────────────────────────────────────── */
.acew-mjt-panel-body,
.acew-mjt-panel-body p,
.acew-mjt-callout,
.acew-mjt-callout p,
.acew-mjt-check-text { font-size: inherit; line-height: inherit; }

/* ── Side Nested Tabs ────────────────────────────────────────────── */
.acew-snt-panel-body,
.acew-snt-panel-body p { font-size: inherit; line-height: inherit; }

/* ── Background Changer ──────────────────────────────────────────── */
.acew-bc-panel-body,
.acew-bc-panel-body p,
.acew-bc-bottom-text,
.acew-bc-bottom-text p { font-size: inherit; line-height: inherit; }

/* ── Expandable Card ─────────────────────────────────────────────── */
.acew-ec-intro p,
.acew-ec-list li,
.acew-ec-closing { font-size: inherit; line-height: inherit; }

/* ── Before After Card ───────────────────────────────────────────── */
.acew-bacard-list-before li,
.acew-bacard-list-after li,
.acew-bacard-list-back li { font-size: inherit; line-height: inherit; }

/* ── Flip Card ───────────────────────────────────────────────────── */
.acew-fc-bio,
.acew-fc-bio p { font-size: inherit; line-height: inherit; }

/* ── Quotes / Testimonials ───────────────────────────────────────── */
.acew-qt-quote,
.acew-qt-quote p { font-size: inherit; line-height: inherit; }

/* ── How We Work ─────────────────────────────────────────────────── */
.acew-hww-card-body,
.acew-hww-card-body p { font-size: inherit; line-height: inherit; }

/* ── Mini Slider ─────────────────────────────────────────────────── */
.acew-ms-sub,
.acew-ms-sub p { font-size: inherit; line-height: inherit; }
