.content-031-block .js-estimation-section input[type="text"] {
    position: relative;
    border: 2px solid #dde2e4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0;
    display: flex;
    padding: 0.375rem 0.75rem;
    flex: 0 0 auto;
    height: 54px;
    align-items: center;
    background-position-y: center;
}

.content-031-block .js-estimation-section input[type="text"]::-webkit-input-placeholder {
    color: #ccc !important;
    font-style: italic;
}

.content-031-block .js-estimation-section input[type="text"]:-moz-placeholder {
    color: #ccc !important;
    font-style: italic;
}

.content-031-block .js-estimation-section input[type="text"]::-moz-placeholder {
    color: #ccc !important;
    font-style: italic;
}

.content-031-block .js-estimation-section input[type="text"]:-ms-input-placeholder {
    color: #ccc !important;
    font-style: italic;
}

.content-031-block .js-est-list-container .js-est-list {
    width: 100% !important;
    top: 52px;
    right: 0;
    border: 2px solid #dde2e4;
    border-radius: 5px;
}

.content-031-block .js-est-list-container .js-est-list li {
    padding: 0.5rem 1rem !important;
}

.content-031-block .js-est-list-container > span {
    height: 54px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.content-031-block .estimator-charges-outer {
    height: 4px;
    width: 180px;
    border-radius: 2px;
    position: relative;
    background-color: #eaeaea;
}

.content-031-block .estimator-charges-outer .estimator-charges-gauge {
    height: 4px;
    width: 0px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 400ms ease-in-out;
    transition: width 400ms ease-in-out;
    background: linear-gradient(270deg, #FF9A32 5.54%, #ff5e00 68.82%);
}
