.mm-faq-wrap {
    width: 100%;
    direction: rtl;
    font-family: inherit;
    box-sizing: border-box;
}

.mm-faq-wrap *,
.mm-faq-wrap *::before,
.mm-faq-wrap *::after {
    box-sizing: border-box;
}

.mm-faq-item {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.mm-faq-item:last-child {
    margin-bottom: 0;
}

.mm-faq-question {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 62px;
    padding: 16px 18px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    color: #111827 !important;
    cursor: pointer;
    text-align: right;
    font-family: inherit;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mm-faq-question:hover,
.mm-faq-question:focus,
.mm-faq-question:focus-visible,
.mm-faq-question:active,
.mm-faq-item.is-open .mm-faq-question {
    background: #E5B489 !important;
    color: #000000 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.mm-faq-question-text {
    display: block;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: inherit !important;
}

.mm-faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.08) !important;
    color: inherit !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.mm-faq-answer {
    background: #ffffff;
}

.mm-faq-answer-inner {
    padding: 0 18px 18px;
    color: #374151;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}

.mm-faq-answer-inner p {
    margin: 0 0 10px;
}

.mm-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .mm-faq-item {
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .mm-faq-question {
        min-height: 56px;
        padding: 14px 14px;
        gap: 12px;
    }

    .mm-faq-question-text {
        font-size: 15px;
        line-height: 1.9;
    }

    .mm-faq-toggle {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .mm-faq-answer-inner {
        padding: 0 14px 16px;
        font-size: 14px;
        line-height: 2;
    }
}
