
/* V10 — restore the blue underline and brown italic hero accent */

.home-hero .marker {
  position: relative !important;
  display: inline-block !important;
  z-index: 0 !important;
}

.home-hero .marker::after {
  content: "" !important;
  position: absolute !important;
  left: -2% !important;
  right: -2% !important;
  bottom: .02em !important;
  height: .16em !important;
  border-radius: 999px !important;
  background: var(--powder-deep) !important;
  transform: rotate(-1.5deg) !important;
  z-index: -1 !important;
}

.home-hero .display em {
  color: var(--brown) !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .home-hero .marker::after {
    bottom: .01em !important;
    height: .15em !important;
  }
}
