/* v877 — Terms hero image replacement */
body.terms-final-v860 .terms-article-hero-art-v859{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-height:240px!important;
}
body.terms-final-v860 .terms-article-hero-art-v859 img{
  width:100%!important;
  max-width:430px!important;
  height:240px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:8px!important;
  box-shadow:0 12px 30px rgba(15,23,42,.08)!important;
  border:1px solid #d9e2ef!important;
  background:#fff!important;
}
@media(max-width:980px){
  body.terms-final-v860 .terms-article-hero-art-v859{
    justify-content:flex-start!important;
    min-height:auto!important;
  }
  body.terms-final-v860 .terms-article-hero-art-v859 img{
    max-width:420px!important;
    height:220px!important;
  }
}
