.wp-custom-faq {
    margin: 20px 0;
}

.faq-description {
    margin-bottom: 20px;
    padding: 15px;
  
}

.faq-question {
 
}

.faq-question:hover {
    background: var(--green);
}


.faq-item {
    margin-bottom: 10px;
   
}

.faq-question.active {
    background: var(--green);
    color: white;
    
}

/* Иконки через CSS background */
.faq-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
   width: 36px;
    height: 36px;
    display: inline-block;
}


 

.faq-answer {
    padding: 15px;
    font-size:1rem;
    font-family: var(--mfont);
    line-height: 1.6;
    border-radius: 0 0 5px 5px;
}

.faq-answer p:first-child {
    margin-top: 0;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}