.rank-math-faq-accordion-ebc7377f {
    display: flex;
    flex-direction: column;
}

.faq-item-ebc7377f {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    overflow: hidden;
}

.faq-header-ebc7377f {
    width: 100%;
    text-align: left;
    background: #f9f9f9;
    border: none;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: inherit;
}

.faq-header-ebc7377f:hover,
.faq-header-ebc7377f:focus {
    background: #f1f1f1;
    outline: none;
}

.faq-title-ebc7377f {
    font-weight: 600;
    margin-right: 15px;
}

.faq-icon-ebc7377f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-icon-closed-ebc7377f {
    display: inline-flex;
}

.faq-icon-opened-ebc7377f {
    display: none;
}

.faq-item-ebc7377f.active .faq-icon-closed-ebc7377f {
    display: none;
}

.faq-item-ebc7377f.active .faq-icon-opened-ebc7377f {
    display: inline-flex;
}

.faq-content-ebc7377f {
    background: #ffffff;
}

.faq-content-inner-ebc7377f {
    padding: 20px;
}

.faq-content-inner-ebc7377f p:last-child {
    margin-bottom: 0;
}
