#fee-calculator {
    padding:20px;
}

#madrasah-fee-calculator{

    max-width:650px;
    margin:40px auto;
    padding:30px;

    background:#ffffff;

    border-radius:12px;

    box-shadow:0 4px 15px rgba(0,0,0,.15);

    font-family:Arial,sans-serif;

}

label{

    display:block;

    margin-top:18px;

    margin-bottom:8px;

    font-weight:bold;

}

select{

    width:100%;

    padding:10px;

    border-radius:6px;

    border:1px solid #bbb;

    margin-bottom:12px;

    font-size:16px;

}

.result-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 0;

}

.result-title{

    width:240px;

}

.result-note{

    margin-left:240px;

    margin-bottom:15px;

    color:#666;

    font-size:14px;

}

.instalment-box{

    margin-top:25px;

    padding:20px;

    background:#1e73be;

    color:white;

    border-radius:10px;

    font-size:24px;

    font-weight:bold;

}

@media(max-width:600px){

.result-row{

    flex-direction:column;

    align-items:flex-start;

}

.result-title{

    width:auto;

    margin-bottom:5px;

}

.result-note{

    margin-left:0;

}

#madrasah-fee-calculator{

    padding:20px;

}

}