/* 
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 */
.grid-faq .elementor-flip-box__layer__description{
    min-width:300px;
}
.grid-faq .elementor-flip-box__layer__description p{
    margin-bottom:0px;
}

.language-selector {
    position: relative;
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.language-selector .selected-option {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    border-radius: 5px;
    cursor: pointer !important;
    font-family:'Karla', sans-serif;
}

.language-selector .selected-option img.flag {
    width: 20px;
    margin-right: 10px;
}

.language-selector .selector_icon {
    width: 10px;
    margin-left: 5px;
}
.language-selector .dropdown.show {
    display: block !important;
}

.language-selector .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    min-width: 140px;
}

.language-selector .dropdown li a {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.language-selector .dropdown li:hover {
    background: #e0e0e0;
}
.language-selector .dropdown img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}
.language-selector:hover .dropdown {
    display: block;
}


