/* Ta bort skuggning på H1 överallt (även om temat/WPBakery sätter den) */
h1, h1 span,
.h1, .h1 span,
.vc_custom_heading, .vc_custom_heading span,
.wpb_text_column h1, .wpb_text_column h1 span,
.page-title h1, .page-title h1 span,
.masthead h1, .masthead h1 span,
.hero h1, .hero h1 span {
text-shadow: none !important;
filter: none !important; /* om skugga gjorts med filter: drop-shadow() */
}