.input-style {
    font-size: larger; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    padding: 5px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    transition: border-color 0.3s, box-shadow 0.3s;
}

.number-input-style {
    width: 50px; 
    max-height: 40px; 
    margin-right: 16px; 
    margin-bottom: 4px;
}