#jr-transfer-form { max-width: 500px; margin: auto; font-family: Arial; padding: 20px; border: 1px solid #ccc; }
#jr-transfer-form .step { margin-bottom: 15px; }
#jr-transfer-form input, #jr-transfer-form select { width: 100%; padding: 10px; margin: 5px 0; }
#jr-transfer-form button { padding: 10px 20px; background: #0073aa; color: white; border: none; cursor: pointer; }
#jr-transfer-form button:hover { background: #005f8d; }