/* v0.5.9 — remove inherited orange pill styling from the hero title */
.marketplace-hero .hero-copy h2 > span {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-shadow: inherit !important;
}
