/* Marketplace trust + liquidity (collection / NFT pages) */
.col-liquidity-bar,
.col-trust-badges,
.nft-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.col-sync-freshness {
  margin: 6px 0 0;
  font-size: 0.82rem;
  opacity: 0.78;
}
.liq-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #00ffcc44;
  background: #0c1210;
  min-width: 72px;
  max-width: 100%;
}
.liq-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8aa39c;
  font-weight: 800;
}
.liq-value {
  font-size: 0.95rem;
  font-weight: 1000;
  color: #00ff99;
  line-height: 1.2;
  word-break: break-word;
}
.liq-sub {
  font-size: 0.72rem;
  color: #8aa39c;
  font-weight: 700;
}
.liq-floor .liq-value {
  color: #ffb703;
}
.trust-badge,
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
  max-width: 100%;
  line-height: 1.25;
}
.trust-badge {
  border: 1px solid #00ffcc44;
  background: #0a100e;
  color: #b9e8d8;
}
.trust-badge-verified,
.trust-badge-trait-floors {
  border-color: #14ff9e66;
  color: #9f9;
}
.trust-badge-live-listings,
.trust-badge-xrpl-synced,
.trust-badge-synced-xrpl {
  border-color: #00ccff55;
  color: #8ec5ff;
}
.trust-chip.trust-dood {
  border: 1px solid #00ff8866;
  background: #00ff8812;
  color: #00ff99;
}
.trust-chip.trust-xrpl {
  border: 1px solid #ffb70355;
  background: #ffb70312;
  color: #ffd76a;
}
.trust-chip-sub {
  opacity: 0.85;
  font-weight: 700;
  font-size: 0.68rem;
}
.trust-validated {
  font-weight: 600;
  opacity: 0.75;
  font-size: 0.68rem;
}
.trust-confidence {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: #8aa39c;
  line-height: 1.4;
}
.trust-inactive {
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ff4d6d66;
  background: #1a080c;
  color: #ff9fb0;
  font-size: 0.88rem;
  font-weight: 800;
}
.trait-tag {
  display: inline-block;
  margin-top: 6px;
  margin-right: 4px;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 800;
}
.trait-tag.undervalued {
  background: #00ff8820;
  color: #00ff99;
  border: 1px solid #00ff8866;
}
.trait-tag.near-floor {
  background: #00ccff18;
  color: #8ec5ff;
  border: 1px solid #00ccff44;
}
.trait-tag.rare {
  background: #d4a8ff22;
  color: #d4a8ff;
  border: 1px solid #d4a8ff55;
}
.trait-tag.listed-trait {
  background: #ffb70318;
  color: #ffd76a;
  border: 1px solid #ffb70344;
}
.market-event {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #00ffcc22;
  background: #0a0a0a;
  margin-bottom: 8px;
}
.market-event-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}
.market-event-time {
  font-size: 0.75rem;
  opacity: 0.7;
}
.market-event-price {
  margin-top: 4px;
  font-weight: 900;
  color: #00ff99;
  font-size: 0.88rem;
}
.market-event-detail {
  font-size: 0.8rem;
  margin-top: 2px;
}
.nft-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
.nft-tile-source {
  margin-top: 4px;
}
.nft-tile-source .trust-chip {
  font-size: 0.65rem;
  padding: 2px 8px;
}
#colActivityList {
  max-height: min(420px, 55vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
}
@media (max-width: 600px) {
  .liq-pill {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
  .trust-badge,
  .trust-chip {
    font-size: 0.68rem;
    padding: 3px 8px;
  }
  .nft-trust-row {
    gap: 4px;
  }
  .market-event {
    padding: 8px 10px;
  }
}
