/* Site-wide page-title banner (Kadence's .entry-hero, shown on archive/category
   pages like /alternatives/, /dmca-ignored/, etc.) — matches the homepage hero's
   dark gradient instead of the theme's default light background. */
.entry-hero .entry-hero-container-inner{
	background: linear-gradient(155deg, rgb(5, 2, 3) 0%, rgb(74, 10, 46) 35%, rgb(255, 47, 126) 75%, rgb(10, 5, 6) 100%) !important;
}
.entry-hero .page-title,
.entry-hero .archive-title,
.entry-hero .entry-title{
	color:#fff !important;
}
