/* Centre the whole calculator action group, including the share action. */
html body.v71-page-value-efficiency .result-cta-stack{
  width:min(100%, 260px)!important;
  margin:18px auto 0!important;
  justify-self:center!important;
  align-items:stretch!important;
  text-align:center!important;
}
html body.v71-page-value-efficiency .result-cta-stack .btn,
html body.v71-page-value-efficiency .result-cta-stack .text-action{
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:center!important;
  justify-content:center!important;
}
