/* Keep the table header in normal flow so it never covers the first feature. */
.compare-title {
  position: static;
  top: auto;
  z-index: auto;
}

.compare-row > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.compare-row span small,
.compare-value {
  line-height: 1.35;
  white-space: normal;
}
