/* FAQ ReadMore */
.efw-accordion { margin-bottom:20px; }
.faq-content {
    max-height:70px;
    overflow:hidden;
    transition:0.3s ease;
}
.faq-content.active { max-height:1000px; }
.read-toggle {
    display:inline-block;
    margin-top:10px;
    font-weight:600;
    cursor:pointer;
    color:#b30000;
}
