/* 
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
*/

/* Add your custom styles here */
.choices[data-type*="select-one"] .choices__inner::after {
	  content: "";
	  position: absolute;
	  right: 24px;
	  top: 50%;
	  transform: translateY(-50%) rotate(0deg);
	  width: 12px;
	  height: 8px;
	  background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="%231A1A1A" stroke-width="1.5"/></svg>') no-repeat center;
	  background-size: contain;
	  pointer-events: none;
}
.choices[data-type*="select-one"].is-open .choices__inner::after {
  	transform: translateY(-50%) rotate(180deg);
}