/* Mobile Custom Styles */

/* Hide breadcrumb on mobile devices (tablets and below) */
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none !important;
  }
}

/* Alternative: Hide only on small mobile devices (phones) */
/* Uncomment this and comment the above if you want to show on tablets */
/*
@media screen and (max-width: 576px) {
  .breadcrumb {
    display: none !important;
  }
}
*/
