/**
 * Galerías / lightbox: oculta pies con nombre de archivo u otro sub-html.
 */
body:not(.elementor-editor-active) .elementor-lightbox .elementor-slideshow__footer {
	display: none !important;
}

/* lightGallery (p. ej. Essential Addons Premium Image Gallery u otros widgets) */
html body:not(.elementor-editor-active) .lg-outer .lg-sub-html,
html body:not(.elementor-editor-active) .lg-sub-html {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	font-size: 0 !important;
	line-height: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
