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

.elementor-widget-text-editor p, .elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom: 0.9rem;
}

.elementor-widget-text-editor p:last-child, .elementor-widget-text-editor ul:last-child, .elementor-widget-text-editor ol:last-child {
	margin-bottom: 0!important;
}
.elementor-icon-list-text a {
	display: inline!important;
}
.elementor-icon-list-text a, .elementor-icon-list-text a:visited, .elementor-icon-list-text a:focus, .elementor-icon-list-text a:active, .elementor-element-b8831c1 .post a:hover span {
	color: var(--e-global-color-text)!important;
	border-bottom: 1px solid var(--e-global-color-5628fa6)!important;
}
.elementor-icon-list-text a:hover, .elementor-element-b8831c1 .post a span, .elementor-element-b8831c1 .post a:visited span, .elementor-element-b8831c1 .post a:focus span, .elementor-element-b8831c1 .post a:active span {
	color: var(--e-global-color-secondary)!important;
	border-bottom: 1px solid var(--e-global-color-85665c2)!important;	
}

.elementor-element-b8831c1 .posts {
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	gap: 20px;
}
.elementor-element-b8831c1 .post {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid var(--e-global-color-accent);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.elementor-element-b8831c1 .post a, .elementor-element-b8831c1 .post a:visited, .elementor-element-b8831c1 .post a:focus, .elementor-element-b8831c1 .post a:active, .elementor-element-b8831c1 .post a:hover {
	color: inherit!important;
}

p.title {
	color: var(--e-global-color-primary)!important;
}
p.description {
	color: var(--e-global-color-text)!important;
}