/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Thème enfant de Hello Elementor pour Hexana. Hérite du parent (logo, menus, kit Elementor, réglages Hello).
Author: Hexana
Author URI: https://www.hexana.fr
Template: hello-elementor
Version: 1.1.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
 * Backup if any emoji <img> remains. Primary fix: functions.php disables
 * WP emoji→image conversion so ✅ stays a character at text size.
 */
img.emoji,
img.emoji[data-lazyloaded],
img.emoji[data-src],
.elementor img.emoji,
.elementor-widget-text-editor img.emoji,
.elementor-widget-text-editor p img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	max-width: 1em !important;
	max-height: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	object-fit: contain !important;
}
