#cuotasForm {
    max-width: 400px;
    margin: auto;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#cuotasForm input, #cuotasForm button {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
#resultado {
    margin-top: 15px;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}
