/**
 * Shared chrome overrides for /lp/* ad landing pages (header, footer, floating widgets).
 * Loaded via show.blade.php when $isAdLandingPage is set.
 */

.is-ad-landing-page .site-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.is-ad-landing-page .site-breadcrumb {
  display: none !important;
}

.is-ad-landing-page footer.site-footer {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.is-ad-landing-page .site-footer__social-heading,
.is-ad-landing-page .footer-social-list {
  display: none !important;
}

.is-ad-landing-page .site-footer__social-col {
  display: block !important;
}

@media (max-width: 1023px) {
  .is-ad-landing-page .site-footer__quick-contact {
    margin-top: 1.25rem;
  }
}

.is-ad-landing-page .site-footer__main a[href*="/warsoul"] {
  display: none !important;
}

.is-ad-landing-page #floating-service {
  display: none !important;
}

.lp-gcc header.lp-gcc-hero,
.lp-nvme header.lp-nvme-hero {
  box-shadow: none;
  min-height: 0;
}
