.updv-fsg-row > td{
    padding:14px 0 18px !important;
    border:0 !important;
}

.updv-fsg{
    width:100%;
    padding:14px 16px;
    border:1px solid #DDE2E6;
    border-radius:8px;
    background:#F7F8FA;
    color:#0B0D0F;
}

.updv-fsg__top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:10px;
}

.updv-fsg__label{
    font-size:12px;
    font-weight:700;
    color:#5D646B;
    line-height:1.45;
}

.updv-fsg__message{
    font-size:14px;
    font-weight:800;
    color:#0B0D0F;
    line-height:1.4;
    text-align:right;
}

.updv-fsg__message .woocommerce-Price-amount{
    color:inherit;
    font-weight:inherit;
}

.updv-fsg__track{
    position:relative;
    width:100%;
    height:7px;
    overflow:hidden;
    border-radius:999px;
    background:#E2E6E9;
}

.updv-fsg__bar{
    display:block;
    height:100%;
    min-width:0;
    border-radius:inherit;
    background:#C7FF24;
    transition:width .25s ease;
}

.updv-fsg.is-complete{
    border-color:#C7FF24;
}

.updv-fsg.is-complete .updv-fsg__message{
    color:#0B0D0F;
}

@media(max-width:767px){
    .updv-fsg-row > td{
        padding:12px 0 16px !important;
    }

    .updv-fsg{
        padding:13px 14px;
    }

    .updv-fsg__top{
        display:block;
        margin-bottom:9px;
    }

    .updv-fsg__label{
        display:block;
        margin-bottom:4px;
        font-size:11px;
    }

    .updv-fsg__message{
        display:block;
        font-size:13px;
        text-align:left;
    }
}
