.slider-block > .wrap {
    display: flex;
    flex-direction: column;
}

.slider-block .input-wrapper {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.slider-block .border.wrap {
    border-bottom: 1px solid #e3e3e3;
}

.slider-block .border.wrap:last-of-type {
    border-bottom: none;
}

.slider-block .slider-text {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
}

.slider-block .ui-slider .ui-widget-header {
    background-color: #96c11f;
}

.slider-block input[type="text"] {
    padding: 5px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border: 1px solid #ccc;
}

.slider-block input[type="text"]:focus,
.slider-block input[type="text"]:focus-visible
{
    outline: none;
    border: 1px solid #6e6e6e;
}

.slider-block .amount {
    margin-top: 8px;
    position: relative;
}

.slider-block .amount > input[type="text"] {
    padding-left: 28px;
}

.slider-block .amount.euro::before {
    content: '\f153';
    font-weight: 600;

}

.slider-block .amount::before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    font-weight: 300;
    color: #878787;
    transform: translateY(-50%);
    left: 10px;
}

.slider-block .amount.month::before {
    content: '\f073';
    font-size: 12px;
}

.slider-block .slider-wrapper {
    margin-bottom: 20px;
}

.slider-block .slider-wrapper.result .info {
    font-size: 21px;
}

.slider-block .slider-wrapper.result .amount {
    font-size: 24px;
    margin-top: 10px;
    color: #96c11f;
}

.slider-block .slider-wrapper.result {
    text-align: center;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-bottom: 5px solid #96c11f;
}

.slider-block .submit {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.slider-block .results {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 600px) {
    .slider-block .results {
        display: inline-block;
        width: 100%;
    }
}
