/**
 * SCAV Custom CSS
 * Additional custom styles for the SCAV theme.
 */

/* ==========================================================================
   MOBILE NAV - WordPress Site Icon Fix
   ========================================================================== */

/* WordPress may inject a site icon or custom image before "Home" menu text.
   This ensures any such icon is properly sized and spaced, rather than overlapping. */
@media (max-width: 768px) {
  .primary-nav .menu-item a img.wp-post-image,
  .primary-nav .menu-item a img {
    display: none !important;
  }

  /* If the Home link has a custom icon from WordPress menu settings */
  .primary-nav .menu-item .menu-image {
    display: none !important;
  }

  /* Ensure the site icon doesn't leak into nav */
  .primary-nav .custom-logo-link,
  .primary-nav .site-icon {
    display: none !important;
  }
}
