/* Enforces the header logo size configured in Customizer (Site Identity > Logo Max Width).
   Kadence normally generates this as dynamic inline CSS, but LiteSpeed Cache's CSS
   optimization drops that inline block, leaving the logo at its native image size. */
#masthead .custom-logo{max-width:235px!important;height:auto!important;}
@media(max-width:768px){
	#masthead .custom-logo{max-width:166px!important;}
}
