#credit_in_progress_single_line_block>div {
    width: 100% !important;
}

#credit_in_progress_single_line_block button{
    width:auto !important;
    margin-bottom: 0.5rem;
}

.credits-nb-question {
    padding-top: 15px;
}

/* =============================
MEDIA QUERIES
================================ */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    #step-form>section>div {
        width: auto;
    }

    #credit_in_progress_single_line_block,
    .credit-data {
        max-width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    #credit_in_progress_single_line_block,
    .credit-data {
        max-width: 100%;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .credit-data {
        max-width: 520px;
    }
    #credit_in_progress_single_line_block_i_credit_monthly,
    #credit_in_progress_single_line_block_i_credit_remains {
        display: flex;
        flex-direction:column ;
        flex: 1;
    }

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .credit-data{
        max-width: 620px;
    }
}
