/*

Theme Name: Topaz Agency Hello Child Theme

Theme URI: https://github.com/elementor/hello-theme/

Description: Topaz Agency Hello Child Theme is a child theme of Hello Elementor, created by Kleri Zoltan

Author: topaz-agency.hu

Author URI: https://topaz-agency.hu/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/* egér kijelölés háttérszíne */			
::-moz-selection {			
	color: #fff;		
	background: var( --e-global-color-primary );		
	/* background: var( --e-global-color-accent ); */		
}			
::selection {			
	color: #fff;		
	background: var( --e-global-color-primary );		
	/* background: var( --e-global-color-accent ); */		
}			

/* GYIK ikonok helyes megjelenítése */


/* --- 1. ZÁRT ÁLLAPOT (PLUSZ JEL) --- */
.gyik-lista .e-n-accordion-item-title-icon span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' fill='url(%23paint0_linear_plus)'/%3E%3Cpath d='M9.4 16H11.6V11.6H16V9.4H11.6V5H9.4V9.4H5V11.6H9.4V16Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_plus' x1='0' y1='10.5' x2='21' y2='10.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF9635'/%3E%3Cstop offset='1' stop-color='%23FF4789'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
}

/* --- 2. NYITOTT ÁLLAPOT (MÍNUSZ JEL) --- */
.gyik-lista .e-n-accordion-item[open] .e-n-accordion-item-title-icon span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' fill='url(%23paint0_linear_minus)'/%3E%3Cpath d='M9.6 11.5H11.4H15V9.5H11.4H9.6H6V11.5H9.6Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_minus' x1='0' y1='10.5' x2='21' y2='10.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF9635'/%3E%3Cstop offset='1' stop-color='%23FF4789'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") !important;
}

