.visure-faq-widget {
    width: 100%;
}

.visure-faq-widget-title {
    margin: 0 0 30px;
    text-align: center;
    color: #222222;
}

.visure-faq-list {
    width: 100%;
}

.visure-faq-item {
    border: 2px solid #EEEEEE;
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
}

.visure-faq-item:not(:last-child) {
    margin-bottom: 10px;
}

.visure-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

.visure-faq-question:focus {
    outline: none;
}

.visure-faq-question:focus-visible {
    outline: 2px solid rgba(228, 87, 80, 0.25);
    outline-offset: 2px;
}

.visure-faq-icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.visure-faq-icon svg {
    width: 12px;
    height: 12px;
    display: block;
    fill: #E45750;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform 0.25s ease, fill 0.25s ease;
}

.visure-faq-item.is-active .visure-faq-icon svg {
    transform: rotate(90deg);
}

.visure-faq-question-text {
    color: #4A4A4A;
    font-weight: 500;
    line-height: 1.4;
}

.visure-faq-answer {
    display: none;
}

.visure-faq-answer-inner {
    color: #4A4A4A;
    padding: 0 22px 18px 46px;
}

.visure-faq-answer-inner > :first-child {
    margin-top: 0;
}

.visure-faq-answer-inner > :last-child {
    margin-bottom: 0;
}

.elementor-editor-active .visure-faq-answer[hidden] {
    display: none;
}

@media (max-width: 767px) {
    .visure-faq-widget-title {
        margin-bottom: 24px;
    }

    .visure-faq-question {
        padding: 14px 16px;
        gap: 10px;
    }

    .visure-faq-question-text {
        font-size: 14px;
    }

    .visure-faq-answer-inner {
        padding: 0 16px 14px 32px;
    }
}
