.header_priceContainer__T58TX {
  display: none !important;
}

.fomo-market-footer {
  align-items: center;
  background: #12111a;
  border-top: 1px solid #474b52;
  bottom: 0;
  color: #f7f7f7;
  display: flex;
  font-family: ui-sans-serif, system-ui, sans-serif;
  height: 32px;
  justify-content: space-between;
  left: 0;
  line-height: 1;
  padding: 0 8.8px;
  position: fixed;
  right: 0;
  z-index: 40;
}

.fomo-market-footer::before { display: none; }

.fomo-market-footer__ticker,
.fomo-market-footer__meta,
.fomo-market-footer__coin,
.fomo-market-footer__status {
  align-items: center;
  display: flex;
}

.fomo-market-footer__ticker {
  gap: 14.4px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.fomo-market-footer__ticker::-webkit-scrollbar { display: none; }

.fomo-market-footer__coin {
  flex: 0 0 auto;
  gap: 4.48px;
  white-space: nowrap;
}

.fomo-market-footer__coin img {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  height: 13.6px;
  object-fit: cover;
  width: 13.6px;
}

.fomo-market-footer__symbol {
  color: #474b52;
  font-size: 9.28px;
  font-weight: 600;
  letter-spacing: .045em;
}

.fomo-market-footer__price,
.fomo-market-footer__change {
  font-family: ui-monospace, monospace;
  font-size: 10.56px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.fomo-market-footer__price { color: #f7f7f7; }
.fomo-market-footer__change { color: #9899a3; }
.fomo-market-footer__change.is-up { color: #21c95e; }
.fomo-market-footer__change.is-down { color: #ff622e; }

.fomo-market-footer__meta {
  flex: 0 0 auto;
  gap: 12px;
  margin-left: 19.2px;
}

.fomo-market-footer__status {
  color: #9899a3;
  font-size: 9.76px;
  font-weight: 500;
  gap: 5.6px;
  white-space: nowrap;
}

.fomo-market-footer__status-dot {
  background: #21c95e;
  border-radius: 50%;
  box-shadow: 0 0 0 2.88px rgba(33, 201, 94, .1);
  height: 5.6px;
  width: 5.6px;
}

.fomo-market-footer__meta a {
  color: #474b52;
  font-size: 9.76px;
  text-decoration: none;
  transition: color 160ms ease;
  white-space: nowrap;
}

.fomo-market-footer__meta a:hover { color: #f7f7f7; }
.fomo-market-footer__meta a:focus-visible {
  border-radius: 3.2px;
  outline: 2px solid #516af6;
  outline-offset: 2px;
}

.fomo-market-footer__brand {
  align-items: center;
  display: inline-flex;
}

.fomo-market-footer__brand img {
  height: 11.52px;
  opacity: .68;
  width: auto;
}

.fomo-legacy-footer { display: none !important; }

.layoutContainer,
.mainContent {
  padding-bottom: 32px;
}

@media (max-width: 720px) {
  .fomo-market-footer { height: 34.4px; padding-inline: 7.2px; }
  .fomo-market-footer__ticker { gap: 12.8px; padding-right: 8px; }
  .fomo-market-footer__meta { border-left: 1px solid rgba(225,230,255,.1); gap: 8.8px; margin-left: 6.4px; padding-left: 8.8px; }
  .fomo-market-footer__status,
  .fomo-market-footer__meta a:not(.fomo-market-footer__brand) { display: none; }
  .layoutContainer,
  .mainContent { padding-bottom: 34.4px; }
}

@media (prefers-reduced-motion: reduce) {
  .fomo-market-footer__meta a { transition: none; }
}

.fomo-market-footer,.fomo-market-footer *{box-sizing:border-box;}
body .fomo-market-footer{background:#070611;border-top-color:#24232e;font-size:11px;width:100vw;right:auto;}
body .fomo-market-footer__symbol,body .fomo-market-footer__meta a{color:#9692a7;}
