/* BRENNER v66 — F-series PDP L4 (Related Products) desktop alignment with C-series.
   Scope: F-series PDPs only. Desktop/tablet >=801px only. Related Products only.
   No mobile, no L2, no L3, no PDP hero, no C-series changes. */
@media (min-width:801px){
  .related-section .product-card-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 29%!important;
    column-gap:12px!important;
    align-items:center!important;
    min-height:88px!important;
  }
  .related-section .product-thumb-pouch{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:88px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .related-section .product-thumb-pouch img{
    width:auto!important;
    height:auto!important;
    max-width:90px!important;
    max-height:82px!important;
    object-fit:contain!important;
  }
}
