/* Force normal case on headings/labels where builders may apply uppercase. */
.smort-header h1,
.smort-header h2,
.smort-header h3,
.smort-header h4,
.smort-header h5,
.smort-header h6,
.smort-header a,
.navigation-row a,
.mobile-nav a,
.wp-block-heading,
.kt-adv-heading,
.kadence-advanced-heading,
[class*="hero-heading"] {
  text-transform: none !important;
}
