.rwr-sip-calculator {
    max-width: 600px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

#rwr-sip-form input {

    margin-bottom: 10px;
    padding: 5px;
}

#rwr-sip-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

#rwr-sip-form button:hover {
    background: #005a87;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

input[type="range"] {
    width: 100%;
    margin-top: 5px;
}

#rwr-sip-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 15px;
}

#rwr-sip-form button:hover {
    background: #005a87;
}


.input-wrapper-outer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.input-wrapper-outer .sip-input{
    width: 20%;

}



#rwr-sip-result .output p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

