/* Mobile responsive layout overrides and premium styling fixes */
@media (max-width: 768px) {
  /* Prevent horizontal overflow issues on small devices */
  body {
    overflow-x: hidden;
  }
}
