/*
 * LicenseCheck runtime logo hardening.
 * The optimized PNG is rendered directly; redundant embedded SVG backgrounds are disabled.
 */
.fusion-tb-header .fusion-image-element:has(img.wp-image-3698) .fusion-imageframe,
.fusion-tb-footer .fusion-image-element:has(img.wp-image-3698) .fusion-imageframe,
.fusion-tb-header .fusion-imageframe.imageframe-1,
.fusion-tb-footer .fusion-imageframe.imageframe-1 {
	background-image: none !important;
	aspect-ratio: auto !important;
}
.fusion-tb-header .fusion-imageframe.imageframe-1 > a,
.fusion-tb-footer .fusion-imageframe.imageframe-1 > a {
	position: relative !important;
	inset: auto !important;
	display: block !important;
}
.fusion-tb-header .fusion-imageframe.imageframe-1 img.wp-image-3698,
.fusion-tb-footer img.wp-image-3698 {
	position: static !important;
	inset: auto !important;
	display: block !important;
	width: 100% !important;
	max-width: 300px !important;
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
}
