/* Keep every measurement step anchored to the top-left with a clear number column. */
html body.v71-page-savings-proof .v722-measure-method ol{
  align-items:start!important;
}
html body.v71-page-savings-proof .v722-measure-method li{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  row-gap:8px!important;
  align-items:start!important;
  min-height:112px!important;
  padding:0 22px!important;
}
html body.v71-page-savings-proof .v722-measure-method li::before{
  position:static!important;
  grid-column:1!important;
  grid-row:1!important;
}
html body.v71-page-savings-proof .v722-measure-method li strong{
  grid-column:2!important;
  grid-row:1!important;
  margin:3px 0 0!important;
}
html body.v71-page-savings-proof .v722-measure-method li p{
  grid-column:2!important;
  grid-row:2!important;
  margin:0!important;
}
html body.v71-page-savings-proof .v722-measure-method li:first-child{padding-left:0!important}
html body.v71-page-savings-proof .v722-measure-method li+li{padding-left:22px!important}
@media(max-width:700px){
  html body.v71-page-savings-proof .v722-measure-method li,
  html body.v71-page-savings-proof .v722-measure-method li+li{min-height:0!important;padding:0 0 18px!important}
  html body.v71-page-savings-proof .v722-measure-method li+li{padding-top:18px!important}
  html body.v71-page-savings-proof .v722-measure-method li+li::before{position:static!important}
}
