/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 07 2025 | 05:14:12 */
.banner {
    min-height: 350px;
}

.push-element-ics .is-border { 
	border-width: 3px 0px 0px 0px !important;
}

.thin-font span {
	   font-size: 140% !important;
    color: #eb6909;
}

.sticky-banner-ics .thin-font span {
	    font-size: 150% !important;
    color: white !important;
}

.sticky-banner-ics .thin-font {
padding-top: 7px;
}



.charac-chart .thin-font span {
    color: #1d5507;
}


@media screen and (max-width: 549px) {
    .banner {
    min-height: 200px;
}
	.prod-info-title-ics .title span {
		display: none;
	}

}


