/* Copied from wube2026 for sponsor proposal view */
.user-container { max-width: var(--container-max-width); margin: 100px auto; }
.user-header { display: flex; justify-content: center; align-items: center; }
.user-header h3 { margin: 0; color: #333; font-size: 32px; font-weight: bold; width: 460px; text-align: center; }
.user-body { padding: 40px 0 0; }
.form-sections { display: flex; flex-direction: column; width: 460px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; }
.form-label { font-weight: 600; color: var(--text-primary); margin-bottom: 16px; font-size: 16px; }
.form-control { width: 100%; height: 48px; padding: 0 16px; border: 1px solid var(--border-color); border-radius: 6px; font-size: 16px; }
.form-actions { display: flex; justify-content: center; width: 460px; margin: 40px auto 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; width: 460px; gap:8px; height: 64px; border: none; font-size: 16px; font-weight: 600; border-radius: 50px; background: #f07d4f; color: #fff; }
