93d88ce08d
PROBLEM: - Mobile action bar using equal width distribution (1fr auto 1fr) - Not optimal space utilization on small screens - Action buttons and center controls taking unnecessary space SOLUTION @ 540px breakpoint: .action-bar-content: - Changed grid: 1fr auto 1fr → 50% 30% - Hamburger menu + title area: 50% width - Language selector area: 30% width - Reduced gap: 2rem → 0.5rem - Reduced padding: auto → 0.5rem horizontal Hidden elements on mobile: - .view-controls-center: display: none (moved to hamburger menu) - .action-buttons-right: display: none (PDF/Print in hamburger menu) RESULT: Mobile layout distribution: ✓ Hamburger + CV title: ~50% (more breathing room) ✓ Language selector (EN/ES): ~30% (adequate space) ✓ Remaining 20%: natural spacing/padding ✓ Center controls hidden (accessible via hamburger menu) ✓ Action buttons hidden (accessible via hamburger menu) BENEFITS: - Better space utilization on small screens - Clearer visual hierarchy - More touch-friendly target areas - All functionality still accessible via hamburger menu