/* Marketplace USD estimate — secondary price line under crypto amounts */
.marketplace-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.25;
}

.marketplace-crypto-price {
  font-weight: inherit;
  color: inherit;
}

.marketplace-usd-estimate {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted, #b9c7c4);
  opacity: 0.88;
  letter-spacing: 0.01em;
}

.nft-tile-price .marketplace-price-block,
.ap-price .marketplace-price-block,
.market-card .price .marketplace-price-block,
.disc-gallery-floor .marketplace-price-block,
.vault-daily-price .marketplace-price-block {
  width: 100%;
}

.feed-listing-price,
.vault-daily-price {
  margin-top: 4px;
}

@media (max-width: 600px) {
  .marketplace-usd-estimate {
    font-size: 0.72rem;
  }
}

/* Legacy home toggle compatibility */
.usd-line.marketplace-usd-estimate {
  display: none;
}
.usd-line.marketplace-usd-estimate.show,
.marketplace-price-block .marketplace-usd-estimate {
  display: block;
}
