

.msfaq__item[open] {
    border-color: #999;
}

.msfaq__question {
    list-style: none;
}

.msfaq__question::-webkit-details-marker {
    display: none;
}

.msfaq__question::after {
    content: '+';
    float: right;
}

.msfaq__item[open] .msfaq__question::after {
    content: '−';
}



.msfaq__perex {
    margin: 0 0 12px;
    font-style: italic;
    font-weight: 500;	
}


.msfaq__empty {
    color: #666;
}


.msfaq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}






