/* 
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 */
.tabs-wrapper {
    margin-top: 3rem;
}

.tabs-wrapper .tab-wrapper {
    border-bottom: 1px solid rgba(10, 9, 9, 0.3);
}

.tabs-wrapper .tab-wrapper:first-child {
    border-top: 1px solid rgba(10, 9, 9, 0.3);
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper:hover {
    cursor: pointer;
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper .wrapper {
    display: flex;
    column-gap: .6rem;
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper .tab-title {
    margin: 0;
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper .icon.icon-caret {
    width: .8rem;
    height: .8rem;
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper.active .icon.icon-caret {
    transform: rotate(180deg);
}

.tabs-wrapper .tab-wrapper .tab-content-wrapper {
    padding: 0 1rem;
    display: none;
}

.tabs-wrapper .tab-wrapper .tab-title-wrapper.active + .tab-content-wrapper {
    display: block;
}