/*
 Theme Name:   Heirs Core
 Theme URI:    https://heirstechnologies.com/
 Description:  Proprietary core theme developed for Heirs Technologies.
 Author:       Heirs Technologies
 Author URI:   https://heirstechnologies.com/
 Template:     hello-elementor
 Version:      2.4.0
 Text Domain:  heirs-core
 License:      Proprietary
*/


/* Critical anti-FOUC rules for remote play/pause controls.
	 Kept in the always-loaded theme stylesheet so icons do not flash before
	 lazy slider CSS is injected. */
[data-cs-play-toggle] .ax-cs-play-icon {
	display: none !important;
}

[data-cs-play-toggle] .ax-cs-pause-icon {
	display: inline-flex !important;
}

[data-cs-play-toggle].is-paused .ax-cs-pause-icon {
	display: none !important;
}

[data-cs-play-toggle].is-paused .ax-cs-play-icon {
	display: inline-flex !important;
}
