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

.aed_medication_div{
    font-family: "Barlow", Sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 20px;
    line-height: 1.5em;
}

.aed_medication_div:nth-child(even){
    background-color: #FDF9F6;
}

.open{
    background-color: #D1E5E3 !important;
}

.open .aed_medication_title_div_container::after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #becda4;
}

.aed_medication_title_div{
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    font-weight: 500;
    align-items: center;
    cursor: pointer;
}

.aed_medication_button_div{
    width: 30px;
    height: 30px;
    display: flex;
    overflow: hidden;
}

.aed_medication_button_div .fas{
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aed_medication_title_div p, 
.aed_medication_content p {
    margin: 0;
}

.aed_medication_content p {
    margin-right: 150px;
}

.open .aed_medication_content{
    display: flex;
}

.aed_medication_content{
    display: none;
    align-items: center;
    justify-content: space-between;
}

.aed_medication_description_button{
    display: block;
    flex-shrink: 0;
    background-color: #EE8031;
}

.hide-aed-icon{
    display: none !important;
}

@media screen and (max-width: 500px) {
    .open .aed_medication_content{
        flex-direction: column;
        align-items: flex-start;
    }
    .aed_medication_content p {
        margin-right: 0;
    }
    .aed_medication_description_button{
        margin-top: 30px;
    }
}