  .loan-input, .loan-button, .loan-result {
            display: block;
            width: 100%;
            margin-bottom: 10px;
            padding: 8px;
        }
        .loan-button {
            background: #007BFF;
            color: white;
            border: none;
            cursor: pointer;
        }
        .loan-button:hover {
            background: #0056b3;
        }
        .loan-result {
            font-weight: bold;
            margin-top: 15px;
        }
