.compare-extra-highlight,
.compare-secondary-line {
  display: none !important;
}

.compare-highlight-grid.compare-highlights-expanded .compare-extra-highlight {
  display: grid !important;
}

.compare-show-more {
  margin-top: 22px;
}

.compare-story-details {
  margin: 18px 0 0;
  border-top: 1px solid rgba(28, 40, 52, .14);
  border-bottom: 1px solid rgba(28, 40, 52, .14);
}

.compare-story-details summary {
  cursor: pointer;
  padding: 16px 0;
  font-weight: 600;
  color: inherit;
}

.compare-story-details__body {
  padding-bottom: 18px;
}

.compare-story-details .compare-city-points,
.compare-story-details .compare-city-facts {
  min-height: 0 !important;
}

@media (max-width: 640px) {
  .compare-highlight-grid.compare-highlights-expanded .compare-extra-highlight {
    display: block !important;
  }

  .compare-show-more {
    width: 100%;
  }
}