/* Fix for mobile bottom navigation - prevent content from going behind it */
@media (max-width: 1023px) {
  body {
    padding-bottom: 4rem !important;
  }
  
  /* Ensure main content area has proper spacing */
  main {
    margin-bottom: 1rem;
  }
}
