/* v7254 — Compare ONE desktop panels occupy one shared height */
@media (min-width: 701px) {
  html body.v71-page-compare-one .v71-compare {
    align-items: stretch !important;
  }
  html body.v71-page-compare-one .v71-compare > .v7252-compare-panel {
    align-self: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
  }
}
