/* Mantener el mismo fondo del header al activar sticky */
.ct-header [data-sticky*="yes"] [data-row*="bottom"] {
	background-color: #f5f5f5 !important;
	background-image: linear-gradient(
		135deg,
		rgb(245, 245, 245) 0%,
		rgb(245, 245, 245) 100%
	) !important;
}
