

.flexa-faq-display-wrapper {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 9999;
}

.flexa-faq-display-link{
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.flexa-faq-display-text{
    background-color: #224229;
    padding: 8px 12px;
    font-size: 16px;
    line-height:24px;
    color: #fff;
}
.flexa-faq-display-link:hover .flexa-faq-display-text,
.flexa-faq-display-link:hover .flexa-faq-display-icon{
    background-color: #313232;
}

.flexa-faq-display-icon{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #224229;
    border-radius: 50%;
}

.flexa-faq-display-icon svg{
    height: 40px;
}


@media (max-width: 992px) {
    .flexa-faq-display-wrapper {
        position: fixed;
        bottom:70px;
        right: 10px;
        z-index: 9999;
    }
    
}


.flexa-faq-answer-wrapper .flexa-faq-answer a{
    color: #224229 !important;
}
