#debt_relief_form .elementor-form-fields-wrapper {
    flex-direction: row;
    align-items: center;
}

#debt_relief_form input {
    border-radius: 0;
    min-height: 45px;
}

#debt_relief_form .elementor-field-type-submit {
    margin-bottom: 22px;
}

#legendContainer ul,
#savingLegend ul {
    flex-direction: row !important;
    gap: 15px;
}

#legendContainer ul li,
#savingLegend ul li {
    align-items: flex-start !important;
    flex-direction: row !important;
    gap: 0px;
    margin: 0 !important;
}

#legendContainer ul li p,
#savingLegend ul li p {
    font-weight: 500;
    color: #000000;
    line-height: 10px;
    font-size: 10px;
    white-space: nowrap;
}

#legendContainer ul li span,
#savingLegend ul li span {
    height: 10px !important;
    margin-right: 5px !important;
    width: 10px !important;
}

/*#legendContainer ul li:hover,*/
/*#savingLegend ul li:hover {*/
/*    background: #efeeee;*/
/*}*/

.text-green {
    color: #00A310;
}

.text-danger {
    color: #D41E23;
}