/* CBA V18 media refinement fixes */

/* 1. What We Offer hero title - avoid one-word orphan on desktop */
html body.cba-page .hero .hero-inner h1,
html body.cba-page .hero h1{
  max-width:1080px!important;
}
html body.cba-page .hero .hero-inner p{
  max-width:1180px!important;
}

/* 2. Case Studies - make the bottom three supporting images taller */
html body.case-v12 .cs12-thumb-row{
  gap:16px!important;
}
html body.case-v12 .cs12-thumb-row figure{
  height:196px!important;
}
html body.case-v12 .cs12-thumb-row figcaption{
  left:12px!important;
  bottom:12px!important;
}

@media(max-width:1100px){
  html body.case-v12 .cs12-thumb-row figure{
    height:168px!important;
  }
}

@media(max-width:760px){
  html body.cba-page .hero .hero-inner h1,
  html body.cba-page .hero h1,
  html body.cba-page .hero .hero-inner p{
    max-width:100%!important;
  }
  html body.case-v12 .cs12-thumb-row figure{
    height:150px!important;
  }
}
