.et_pb_module_inner hr.mafe-feedback-hr{
    margin-bottom: 30px;
    border-width: 0;
    height: 1px;
    background-color: #859198!important;
}
.mafe-feedback{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    height: max-content;
    color: #859198;
    border-top: 1px solid #859198;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mafe-feedback .mafe-feedback-response-class,
.mafe-feedback .mafe-feedback-response-class span{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: max-content;
    gap: 5px;
}
.mafe-feedback .mafe-feedback-question{
    font-family: 'Bariol Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}
.mafe-feedback .mafe-feedback-response-class span:first-child{
    margin-right: 20px;
    font-family: 'Bariol Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}
.mafe-feedback .mafe-feedback-response-class span{
    font-family: 'Bariol Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: max-content;
    gap: 5px;
    cursor: pointer;
}
.mafe-feedback-icon {
    width: 20px;
}
div.et_pb_module.mafe_feedback > div > div.mafe-thank-you-message,
.mafe-feedback .mafe-thank-you-message{
    color: #859198;
    display: none;
    font-family: 'Bariol Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
}