/**
 * demigodrx a11y — Batch 4 (2026-08-29). WCAG 1.4.1 Use of Color:
 * in-text links must be distinguishable from surrounding text by more than
 * color (teal #3D7A81 vs body #1F2025 is under the 3:1 text-to-text ratio).
 * Scope: paragraph and list links inside content areas only — nav menus,
 * buttons, icon lists, headings, and widget link-blocks are excluded because
 * their placement already distinguishes them.
 */
.elementor-widget-text-editor p a:not(.elementor-button),
.elementor-widget-text-editor li a:not(.elementor-button),
.elementor-widget-theme-post-content p a:not(.elementor-button),
.elementor-widget-theme-post-content li a:not(.elementor-button),
.entry-content p a:not(.elementor-button):not(.wp-block-button__link),
.entry-content li a:not(.elementor-button):not(.wp-block-button__link),
.nv-content-wrap p a:not(.elementor-button),
.nv-content-wrap li a:not(.elementor-button) {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* v1.2.1 mop-up: post-meta author link, breadcrumbs, and generic Elementor
   paragraph links — the remaining link-in-text-block instances. */
.nv-meta-list a,
.neve-breadcrumbs-wrapper a,
.rank-math-breadcrumb a,
#content .elementor-widget-container p a:not(.elementor-button) {
	text-decoration: underline;
	text-underline-offset: 2px;
}
