/*
Theme Name: FlameWorks Hearth Showcase (#01aeee)
Theme URI: https://www.flameworkspro.com/hearth-showcase-theme
Author: Blaze
Author URI: https://www.flameworkspro.com
Description: A premium, ultra-modern classic WordPress theme optimized for professional hearth dealers, gas fireplace technicians, and replacement parts wholesalers. Styled with responsive compatibility layouts, customized post loops, and built-in lead generation tools.
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, post-formats, translation-ready, product-catalog, hearth-industries
Text Domain: flameworks-hearth
*/

/* Custom glow effects for high-temperature pilot components */
.hearth-arc-cyan-glow {
    box-shadow: 0 0 20px rgba(1, 174, 238, 0.25);
    transition: all 0.3s ease-in-out;
}
.hearth-arc-cyan-glow:hover {
    box-shadow: 0 0 35px rgba(1, 174, 238, 0.45);
    transform: translateY(-2px);
}