.calcbody {
    font-family: Arial, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
}

.calcbody label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

.calcbody input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.loantypetitle-improved {
    font-size: 1.2em!important;
    font-weight: bold!important;
    margin: 15px 0 10px!important;
    color: #333!important;
}

#calc-result {
    margin-top: 30px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}