/**
 * Artigos — proteção do rodapé Elementor
 * Não força 1em: respeita --e-icon-list-icon-size do Elementor.
 */

body.artigos-blog-page .turbo-footer-template .elementor-icon-list-icon,
body.artigos-single-page .turbo-footer-template .elementor-icon-list-icon,
body.artigos-blog-page #tahefobu-footer .elementor-icon-list-icon,
body.artigos-single-page #tahefobu-footer .elementor-icon-list-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
	line-height: 1 !important;
}

body.artigos-blog-page .turbo-footer-template .elementor-icon-list-icon svg,
body.artigos-single-page .turbo-footer-template .elementor-icon-list-icon svg,
body.artigos-blog-page #tahefobu-footer .elementor-icon-list-icon svg,
body.artigos-single-page #tahefobu-footer .elementor-icon-list-icon svg,
body.artigos-blog-page .turbo-footer-template .elementor-icon-list-icon i,
body.artigos-single-page .turbo-footer-template .elementor-icon-list-icon i,
body.artigos-blog-page #tahefobu-footer .elementor-icon-list-icon i,
body.artigos-single-page #tahefobu-footer .elementor-icon-list-icon i {
	width: var(--e-icon-list-icon-size, 1em) !important;
	height: var(--e-icon-list-icon-size, 1em) !important;
	max-width: var(--e-icon-list-icon-size, 1em) !important;
	max-height: var(--e-icon-list-icon-size, 1em) !important;
	min-width: 0 !important;
	min-height: 0 !important;
	fill: currentColor;
}

body.artigos-blog-page .turbo-footer-template .elementor-social-icon,
body.artigos-single-page .turbo-footer-template .elementor-social-icon,
body.artigos-blog-page #tahefobu-footer .elementor-social-icon,
body.artigos-single-page #tahefobu-footer .elementor-social-icon {
	font-size: inherit;
}

body.artigos-blog-page .turbo-footer-template .elementor-social-icon svg,
body.artigos-single-page .turbo-footer-template .elementor-social-icon svg,
body.artigos-blog-page #tahefobu-footer .elementor-social-icon svg,
body.artigos-single-page #tahefobu-footer .elementor-social-icon svg {
	width: 1em !important;
	height: 1em !important;
	max-width: 1em !important;
	max-height: 1em !important;
	fill: currentColor;
}

/* Listas do rodapé sem bullets */
body.artigos-blog-page .turbo-footer-template .elementor-icon-list-items,
body.artigos-single-page .turbo-footer-template .elementor-icon-list-items,
body.artigos-blog-page #tahefobu-footer .elementor-icon-list-items,
body.artigos-single-page #tahefobu-footer .elementor-icon-list-items,
body.artigos-blog-page .turbo-footer-template .elementor-icon-list-item,
body.artigos-single-page .turbo-footer-template .elementor-icon-list-item,
body.artigos-blog-page #tahefobu-footer .elementor-icon-list-item,
body.artigos-single-page #tahefobu-footer .elementor-icon-list-item {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
