/* Merchant-specific visibility rules for source material that was not provided. */
[title="Instagram link to be added"],
[title="Facebook link to be added"],
img[class*="logoMark"] {
  display: none !important;
}

[data-merchant-missing="true"] {
  display: none !important;
}

a[href="mailto:"] {
  display: none !important;
}

[class*="Footer-module__"][class*="visit"] > p:last-of-type {
  display: none !important;
}

/* Keep the verified merchant name readable in the inherited compact navigation. */
[class*="NavigationHero-module__"][class*="logoLink"] {
  width: 200px;
}

[class*="NavigationHero-module__"][class*="templateLogo"] {
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  font-size: 17px;
}

@media (max-width: 767px) {
  [class*="NavigationHero-module__"][class*="desktopActions"] {
    display: none !important;
  }

  [class*="NavigationHero-module__"][class*="logoLink"] {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  [class*="NavigationHero-module__"][class*="templateLogo"] {
    font-size: 15px;
  }
}
