/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.pulse-item {
  opacity: 0.6;
  transition: opacity 1s ease;
}

.pulse-active {
  opacity: 1 !important; /* Ensures it overrides inline opacity if present */
}

#svg-container { 
	text-align: center;
	overflow: auto; 
	/*
	border: 1px dashed #d1d5db; 
	border-radius: 10px; 
	background: #fafafa; 
	padding: 1rem; */
}

#svg-container svg {
	max-width: 100%;
    height: auto;
}

#selected-output { 
	margin-top: 1rem;
    padding: 20px;
    border-radius: 8px;
    background: #af8a59;
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem;
    color: white;
}

.selected-output h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
}

.selected-output p { 
	margin: 0;
	font-size:14px;
} 

.svg-hotspot { 
	transition: opacity .16s ease, filter .16s ease; 
	cursor: pointer; 
	
	outline: 0;
}

.svg-hotspot:hover { opacity: 1 !important; filter: none !important; }

.svg-hotspot.is-active { 
	opacity: 1 !important; 
	filter: none !important; 
	outline: 0;
}