/* Public trade page polish */
.trade-safety-card code,
.trade-safety-card .copy-inline-button {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.trade-safety-card .copy-inline-button {
  display: inline;
  line-height: 1.35;
  text-align: left;
  vertical-align: baseline;
}

.trade-page .trade-hero {
  padding-top: clamp(44px, 7vw, 96px);
}

.trade-page .trade-hero-copy h2 {
  line-height: 1.08;
  padding-top: 0.055em;
  padding-bottom: 0.075em;
  background: linear-gradient(180deg, #fff2d4 0%, #f7b14f 48%, #8d4c18 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: visible;
}

@media (max-width: 880px) {
  .trade-page .trade-hero {
    padding-top: 48px;
  }
  .trade-page .trade-safety-card li {
    padding-right: 2px;
  }
  .trade-page .trade-live-pill {
    width: 100%;
    text-align: center;
  }
}
