/* v7249 — Compare ONE hero panels: prevent copy overlap */
body.v71-page-compare-one .v71-compare-col {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 0 !important;
}
body.v71-page-compare-one .v71-compare-col > span,
body.v71-page-compare-one .v71-compare-col > strong,
body.v71-page-compare-one .v71-compare-col > p {
  position: static !important;
  inset: auto !important;
  transform: none !important;
}
body.v71-page-compare-one .v71-compare-col > strong {
  display: block !important;
  margin: 16px 0 0 !important;
}
body.v71-page-compare-one .v71-compare-col > p {
  display: block !important;
  margin: 16px 0 0 !important;
  align-self: auto !important;
}
