.market-owner-dashboard__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.market-owner-dashboard__intro span {
  display: block;
  color: #777 !important;
  -webkit-text-fill-color: #777 !important;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.market-owner-dashboard__intro h1 {
  margin: 5px 0 0;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

html body #mobile-market-owner-dashboard .market-owner-dashboard__hero,
html body #mobile-market-owner-dashboard .market-owner-dashboard__hero * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body #mobile-market-owner-dashboard .market-owner-dashboard__hero em.is-up {
  color: #7ee2a0 !important;
  -webkit-text-fill-color: #7ee2a0 !important;
}

html body #mobile-market-owner-dashboard .market-owner-dashboard__hero em.is-down {
  color: #ff9b91 !important;
  -webkit-text-fill-color: #ff9b91 !important;
}

html body #mobile-market-owner-dashboard .market-owner-dashboard__periods button {
  color: #666 !important;
  -webkit-text-fill-color: #666 !important;
}

html body #mobile-market-owner-dashboard .market-owner-dashboard__periods button.is-active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body #mobile-market-owner-dashboard .market-owner-dashboard__buyer > i,
html body #mobile-market-owner-dashboard .market-owner-dashboard__recent > button > i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
