/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2024 | 17:47:05 */
.tab-selectors > :not(:where(.active, :hover)) {
	opacity:0.3

}

.tab-selectors > :hover:not(.active) :where(h1, h2, h3, h4, h5, h6){
	color: var(--wp--preset--color--accent, #e57373)!important;
} 


.tab-selectors > *{
	cursor: pointer;
}
.tab-selectors > *:focus{
	outline-style: none;
}

.tab-contents > :not(.active){
	display:none!important;
}

*:focus{
	outline-style: none;
}

.gspb_container{
	box-sizing: border-box
}