.vape-elementor-faq {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vape-elementor-faq-inner {
    width: min(1440px, 100%);
    margin: 0;
}

.vape-elementor-faq-title {
    margin: 0 0 46px;
    text-align: center;
    font-family: var(--vape-font-brand);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.14em;
    color: #1F1D1A;
}

.vape-elementor-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vape-elementor-faq-item {
    border-radius: 10px;
    background: #f2f2f2;
    overflow: hidden;
}

.vape-elementor-faq-question {
    width: 100%;
    min-height: 96px;
    padding: 0 48px;
    border: 0;
    background: transparent;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: var(--vape-font-brand);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
}

.vape-elementor-faq-icon {
    position: relative;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vape-elementor-faq-icon-image {
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    max-width: none;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

.vape-elementor-faq-icon-image-active {
    display: none;
}

.vape-elementor-faq-item.is-active .vape-elementor-faq-icon-image-default {
    display: none;
}

.vape-elementor-faq-item.is-active .vape-elementor-faq-icon-image-active {
    display: block;
}
.vape-elementor-faq-item.is-active .vape-elementor-faq-icon-image-default:only-child {
    display: block;
    transform: rotate(180deg);
}

.vape-elementor-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.vape-elementor-faq-answer-inner {
    margin-left: 48px;
    padding: 0 0 28px 0;
    max-width: 1070px;
    font-family: var(--vape-font-body);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #212121;
}

.vape-elementor-faq-item.is-active .vape-elementor-faq-answer {
    max-height: 260px;
}

@media (max-width: 1024px) {
    .vape-elementor-faq {
        padding: 72px 28px;
    }
}

@media (max-width: 768px) {
    .vape-elementor-faq {
        padding: 56px 18px;
    }

    .vape-elementor-faq-title {
        margin-bottom: 34px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.14em;
    }

    .vape-elementor-faq-question {
        min-height: 62px;
        padding: 0 22px;
        font-size: 15px;
        line-height: 22px;
    }

    .vape-elementor-faq-answer-inner {
        margin-left: 0;
        padding: 0 22px 22px;
        font-size: 12px;
        line-height: 20px;
    }

    .vape-elementor-faq-item.is-active .vape-elementor-faq-answer {
        max-height: 320px;
    }
}