/* =====================================================================
 JobLik 0.33.422
 Automotive desktop landing isolation
 Goal: /automotive is the automotive landing page, NOT the listings gallery.
 Gallery content remains available only on /automotive/gallery.
 Mobile is intentionally untouched.
 ===================================================================== */

@media (min-width: 761px) {
  /* The gallery was being rendered inside the automotive landing template.
     Remove its entire desktop shell from the landing route only. */
  html body.public-body[data-joblik-path="/automotive"] .automotive-gallery-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  /* Legacy gallery/search bar that appears above the true automotive hero. */
  html body.public-body[data-joblik-path="/automotive"] #v064-search,
  html body.public-body[data-joblik-path="/automotive"] .v183-legacy-search-form,
  html body.public-body[data-joblik-path="/automotive"] .j143-filterbar,
  html body.public-body[data-joblik-path="/automotive"] .j144-filter-toolbar,
  html body.public-body[data-joblik-path="/automotive"] .j139-filter-panel,
  html body.public-body[data-joblik-path="/automotive"] .apg-body,
  html body.public-body[data-joblik-path="/automotive"] .apg-grid,
  html body.public-body[data-joblik-path="/automotive"] .apg-direct-gallery-link {
    display: none !important;
  }

  /* Mobile automotive search/navigation had leaked into desktop and produced
     the extra icon row (ads/saved/post/chat/dashboard). It belongs to mobile. */
  html body.public-body[data-joblik-path="/automotive"] .jam-home-top,
  html body.public-body[data-joblik-path="/automotive"] .jam-top-mounted,
  html body.public-body[data-joblik-path="/automotive"] .jam-bottom-nav,
  html body.public-body[data-joblik-path="/automotive"] .jam-filter-strip,
  html body.public-body[data-joblik-path="/automotive"] .jam-primary-row,
  html body.public-body[data-joblik-path="/automotive"] .jam-mobile-brand,
  html body.public-body[data-joblik-path="/automotive"] .jam-search-box,
  html body.public-body[data-joblik-path="/automotive"] .jam-city-control,
  html body.public-body[data-joblik-path="/automotive"] .jam-mobile-home {
    display: none !important;
  }

  /* Ensure the genuine landing hero follows the public header directly. */
  html body.public-body[data-joblik-path="/automotive"] .v183-hero,
  html body.public-body[data-joblik-path="/automotive"] .automotive-home-hero {
    margin-top: 0 !important;
  }
}
