/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.elementor-automator-faq[data-animation-type="fade"] .elementor-tab-content {
    overflow: hidden;
}

.elementor-tab-content {
    display: none;
}

.elementor-automator-faq[data-animation-type="fade"] .elementor-tab-content[aria-hidden="false"] {
    opacity: 1;
    height: auto;
}

.elementor-tab-title a {
    color: inherit
}

.elementor-automator-faq {
    text-align: start
}

.elementor-automator-faq .elementor-automator-faq-item {
    border: 1px solid #d5d8dc
}

.elementor-automator-faq .elementor-automator-faq-item+.elementor-automator-faq-item {
    border-top: none
}

.elementor-automator-faq .elementor-tab-title {
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 15px 20px
}

.elementor-automator-faq .elementor-tab-title .elementor-automator-faq-icon {
    display: flex !important;
    align-items: center;
    width: 1.5em;
    justify-content: center;
}

.elementor-automator-faq .elementor-tab-title .elementor-automator-faq-icon svg {
    height: 1em;
    width: 1em
}

.elementor-tab-title.elementor-automator-faq-icon-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.elementor-tab-title.elementor-automator-faq-icon-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.elementor-automator-faq .elementor-automator-faq-icon-opened,
.elementor-automator-faq .elementor-automator-faq-icon-closed {
    align-items: center;
    justify-content: center;
}

.elementor-automator-faq .elementor-automator-faq-icon-opened {
    display: none;
}

.elementor-automator-faq .elementor-automator-faq-icon-closed {
    display: flex;
}

.elementor-automator-faq .elementor-tab-title.elementor-active .elementor-automator-faq-icon-opened {
    display: flex;
}

.elementor-automator-faq .elementor-tab-title.elementor-active .elementor-automator-faq-icon-closed {
    display: none;
}

.elementor-automator-faq .elementor-tab-content {
    border-top: 1px solid #d5d8dc;
    display: none;
    padding: 15px 20px
}

@media (max-width:767px) {
    .elementor-automator-faq .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-automator-faq .elementor-tab-title .elementor-automator-faq-icon {
        width: 1.2em
    }

    .elementor-automator-faq .elementor-tab-content {
        padding: 7px 15px
    }
}

.e-con-inner>.elementor-widget-automator-faq,
.e-con>.elementor-widget-automator-faq {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.e-con-inner>.elementor-widget-automator-faq,
.e-con>.elementor-widget-automator-faq {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

[dir="rtl"] .elementor-tab-title a {
    color: inherit
}

[dir="rtl"] .elementor-automator-faq {
    text-align: start
}

[dir="rtl"] .elementor-automator-faq .elementor-tab-title {
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 15px 20px
}

[dir="rtl"] .elementor-automator-faq .elementor-tab-content {
    border-top: 1px solid #d5d8dc;
    display: none;
    padding: 15px 20px
}

@media (max-width: 767px) {
    .elementor-automator-faq .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-automator-faq .elementor-tab-title .elementor-automator-faq-icon {
        width: 1.2em
    }

    .elementor-automator-faq .elementor-tab-content {
        padding: 7px 15px
    }
}