











.ex-intro {
  max-width: 62ch;
  margin: 0 auto 18px;
  font-size: var(--t-body);
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}
.ex-intro a { color: var(--text); }


.ex-cur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px auto 4px;
}
.ex-cur__lbl {
  font-size: var(--t-micro);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.ex-cur__one {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 4px;
  border: var(--hair) solid var(--rule);
  border-radius: var(--radius);
  font-size: var(--t-dense);
  color: var(--text);
}
.ex-cur__one img { width: 28px; height: 28px; object-fit: contain; }












.ex-row { align-items: center; }
.ex-trade {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}
.ex-arrow {
  flex: none;
  font-size: var(--t-lead);
  line-height: 1;
  color: var(--text-faint);
}



.ex-lim {
  flex: none;
  margin-left: auto;
  padding-left: 12px;
  font-size: var(--t-dense);
  font-variant-numeric: tabular-nums;
  color: var(--text-muted);
  white-space: nowrap;
}
.ex-lim__r { color: var(--text-faint); }

@media (max-width: 760px) {
  


  .ex-lim { margin-left: 0; padding-left: 0; }
}












.ex-sign::after { content: none; }
.ex-sign__ico {
  width: 88px;
  height: 88px;
  object-fit: contain;
}




.ex-name {
  min-width: 0;
  font-size: var(--t-dense);
  line-height: 1.3;
  color: var(--text);
}




.ex-cur__more {
  font-size: var(--t-dense);
  color: var(--text-faint);
}
