.wp-block-velcome-group-faq-wrapper > .wp-block-velcome-group-faq-item{
    padding-inline: 20px;
    border: solid 1px #E4E4E4;
}


.rank-math-list-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 15px 20px;
    list-style: none !important;
}
.rank-math-question {
    cursor: pointer;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.rank-math-question::after {
    content: "";
    width: 20px;
    height: 20px;
    /* SVG du chevron bas */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.rank-math-list-item.active .rank-math-question::after {
    transform: rotate(180deg);
}

.rank-math-answer {
    display: none;
    padding-top: 15px;
    color: #555;
    line-height: 1.6;
}