.lm-clean-hidden {
  display: none !important;
}

.lm-sortable {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.lm-sortable::after {
  content: " \2195";
  font-size: 0.85em;
  opacity: 0.45;
}

.lm-sort-asc::after {
  content: " \2191";
  opacity: 0.9;
}

.lm-sort-desc::after {
  content: " \2193";
  opacity: 0.9;
}

.hero-bullets {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hero-bullets > div {
  font-size: 18px;
  line-height: 1.35;
}

#market-index-cards {
  align-items: stretch;
}

#market-index-cards > * {
  min-height: 150px;
  overflow: hidden;
  position: relative;
}

#market-index-cards svg,
#market-index-cards canvas,
#market-index-cards .sparkline,
.market-index-card svg {
  display: block;
  margin: 14px 0 0 auto;
  max-width: 110px;
  opacity: 0.9;
  transform: none !important;
}

#market-index-cards .trend,
#market-index-cards [class*="trend"] {
  display: inline-flex;
  margin-top: 8px;
  position: relative !important;
  z-index: 2;
}

.lm-faq-row {
  min-height: 64px;
}

.lm-faq-row > * {
  min-height: inherit;
}

.supplier-table th,
.supplier-table td {
  vertical-align: middle;
}

.supplier-table th.lm-sortable {
  color: inherit;
}

@media (max-width: 760px) {
  .hero-bullets > div {
    font-size: 16px;
  }

  .lm-sortable::after {
    content: "";
  }

  .supplier-table th,
  .supplier-table td {
    word-break: normal;
  }
}
