/* Equal summary tracks keep dividers aligned within each row of task cards. */
@media(min-width:768px){
 html[lang="en"] body.template-home #mechanism .hsteps {
  grid-auto-rows:auto;align-items:stretch;
 }
 html[lang="en"] body.template-home #mechanism .hsteps>li>div>.chain {
  min-height:3.6em;box-sizing:content-box;margin-top:auto;
  line-height:1.8;padding-top:16px;font-size:12px;
 }
}
