/**
 * Site Footer widget.
 *
 * As with the header, the design lives in global.css. This file only carries the corrections
 * needed when the footer is rendered inside an Elementor template.
 */

.elementor-widget-enigma_site_footer .elementor-widget-container {
	position: static;
}

/* See the note in site-header.css — same specificity war, same fix. */
.enigma .elementor .enigma-logo__dot img {
	position: absolute;
	inset-inline-start: 50%;
	top: -.34em;
	width: .52em;
	height: auto;
	max-width: none;
	transform: translateX(-50%);
}

.enigma .elementor .enigma-footer .enigma-logo__image img {
	width: auto;
	max-height: 40px;
}

/* Same specificity war as the logo above: Elementor's img reset would override the mark height. */
.enigma .elementor .enigma-footer__badge img {
	width: auto;
	max-width: 170px;
	height: var(--e-badge-h, 26px);
}
