/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
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
*/
.elementor-widget-text-editor strong,
.elementor-widget-text-editor b,
.elementor-widget-theme-post-content strong,
.elementor-widget-theme-post-content b{font-weight:700; color:var(--e-global-color-primary);}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol{
	margin-bottom:1rem;
}

.box-corner:before,
.box-corner:after,
.box-corner-top:before{
	content:'';
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	--border-color:var(--e-global-color-accent);
}


.box-corner:before,
.box-corner-top:before{
	top:24px;
	left:24px;
	border-left:1px solid var(--border-color);
	border-top:1px solid var(--border-color);
}

.box-corner:after{
	bottom:24px;
	right:24px;
	border-right:1px solid var(--border-color);
	border-bottom:1px solid var(--border-color);
}

body:not(.elementor-editor-active) #faq-list ul{list-style:none; padding-left:0;}
body:not(.elementor-editor-active) #faq-list ul li{position:relative;padding-left:65px;margin-bottom:40px;}
body:not(.elementor-editor-active) #faq-list ul li:before{
	content:'?';
	position:absolute;
	top:0;
	left:0;
	width:48px;
	height:48px;
	background:var(--e-global-color-accent);
	font-size: 26px;
	color:#fff;
	font-weight:500;
	display: flex;
    justify-content: center;
    align-items: center;
}