/* ECNChat Theme U2E — Final Hero Heading Color Repair */

/* Homepage: Chat. Connect. Play. Be Yourself. */
body.ecnU2ThemeBody #launchHeroCard h1,
body.ecnU2ThemeBody #launchHeroCard h2,
body.ecnU2ThemeBody #launchHeroCard .heroTitle,
body.ecnU2ThemeBody #launchHeroCard .title,
body.ecnU2ThemeBody #launchHeroCard #siteHeroTitle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .48) !important;
  opacity: 1 !important;
}

/* Code of Conduct page hero title and intro text */
body.ecnU2ThemeBody .ecn-shell .ecn-hero h1,
body.ecnU2ThemeBody .ecn-shell .ecn-hero h2,
body.ecnU2ThemeBody .ecn-shell .ecn-hero .hero-title,
body.ecnU2ThemeBody .ecn-shell .ecn-hero .title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .48) !important;
  opacity: 1 !important;
}

body.ecnU2ThemeBody .ecn-shell .ecn-hero p,
body.ecnU2ThemeBody .ecn-shell .ecn-hero .hero-copy,
body.ecnU2ThemeBody .ecn-shell .ecn-hero .description,
body.ecnU2ThemeBody .ecn-shell .ecn-hero .subtitle {
  color: #d9e9f8 !important;
  -webkit-text-fill-color: #d9e9f8 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .42) !important;
  opacity: 1 !important;
}

/* Extra protection against old theme rules */
body.ecnU2ThemeBody #launchHeroCard h1[style],
body.ecnU2ThemeBody #launchHeroCard h2[style],
body.ecnU2ThemeBody .ecn-shell .ecn-hero h1[style],
body.ecnU2ThemeBody .ecn-shell .ecn-hero h2[style],
body.ecnU2ThemeBody .ecn-shell .ecn-hero p[style] {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  opacity: 1 !important;
}
