/* v100 — mobile-only structural fix; isolates approved hero from legacy picture sizing. */
@media(max-width:650px){
  .gp-v68-root{
    box-sizing:border-box!important;
    min-height:0!important;
    height:auto!important;
    padding:138px 0 14px!important;
  }
  .gp-v99-hero-link{
    display:block!important;
    width:calc(100% - 28px)!important;
    height:calc((100vw - 28px) * .52528)!important;
    min-height:0!important;
    max-height:none!important;
    margin:14px auto 0!important;
    overflow:hidden!important;
    background:#08766f url('./gp186-hero-mobile.webp?v=186') center/cover no-repeat!important;
  }
  .gp-v99-hero-link .gp-v68-picture{display:none!important}
}
