#investment-form{max-width:600px;margin:50px auto;padding:20px;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);border-radius:8px;font-family:Arial,sans-serif}#investment-form input[type=number],#investment-form input[type=button],#investment-form button{width:calc(100% - 20px);padding:10px;margin:5px 0;border:1px solid #ccc;border-radius:4px;font-size:16px;box-sizing:border-box}#investment-form input[type=button],#investment-form button{background-color:#4caf50;color:#fff;cursor:pointer;border:none;transition:background-color .3s ease}#investment-form input[type=button]:hover,#investment-form button:hover{background-color:#45a049}#investment-form #result{margin-top:20px;padding:10px;background:#e7f7e7;border:1px solid #c2e0c2;border-radius:4px}#investment-form #toggle-table-btn{margin-top:10px;display:none;width:100%}#investment-form .responsive-table{width:100%;border-collapse:collapse;margin-top:20px}#investment-form .responsive-table th,#investment-form .responsive-table td{border:1px solid #ddd;padding:8px;text-align:center}#investment-form .responsive-table th{background-color:#f2f2f2}#investment-form .responsive-table td{text-align:right}@media (max-width:600px){#investment-form{margin:20px;padding:10px}#investment-form input[type=number],#investment-form input[type=button],#investment-form button{width:100%}#investment-form .responsive-table th,#investment-form .responsive-table td{padding:4px}}