/**
 * Internal pages: hero areas without outer card frame (border / radius / shadow).
 */

body:not(.home) #brx-content .hero,
body:not(.home) #brx-content .hero-container,
body:not(.home) #brx-content .home-section-hero,
body:not(.home) #brx-content .hero-bg-main,
body:not(.home) #brx-content .brxe-section.hero,
body:not(.home) #brx-content .brxe-container.hero,
body:not(.home) #brx-content > .brxe-section:first-child,
body:not(.home) #brx-content > .brxe-section:first-child > .brxe-container,
main#brx-content.cnc-single-template .material-description-image-section {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-clip: border-box;
}
