/**
 * Visitor-facing sentence-case presentation corrections.
 *
 * These selectors only neutralise confirmed component-level uppercase rules
 * where the stored source text is already correct or is corrected by the
 * plugin's exact gettext mapping. They intentionally avoid a site-wide reset.
 */

body.single-blog table thead th,
.aiwiz-service-hero__back,
.aiwiz-services__card-link,
.lqd-lp-read-more,
.lqd-lp-meta.text-uppercase,
.share-links > .text-uppercase,
.post-nav .nav-subtitle,
body.single-post .comment-reply-link,
body.single-blog .comment-reply-link {
	text-transform: none !important;
}
