/* Official storefront artwork; the surrounding anchors remain the live download links. */
.nb-hero__badges > a[data-testid="link-appstore"],
.nb-hero__badges > a[data-testid="link-googleplay"] {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  line-height: 0;
}

.nb-hero__badges > a[data-testid="link-appstore"]:hover,
.nb-hero__badges > a[data-testid="link-googleplay"]:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.nb-hero__badges > a[data-testid="link-appstore"] > svg,
.nb-hero__badges > a[data-testid="link-googleplay"] > svg,
.nb-hero__badges > a[data-testid="link-appstore"] > .nb-store-badge__text,
.nb-hero__badges > a[data-testid="link-googleplay"] > .nb-store-badge__text {
  display: none;
}

.nb-official-store-badge {
  display: block;
  width: auto;
  height: 54px;
}

@media (max-width: 480px) {
  .nb-official-store-badge {
    height: 50px;
  }
}
