/* 369° Case Study — bounded compatibility only.
 * Pantoufle MASTER owns composition and motion.
 * The only case-specific adaptation here is the three-item documentary exit.
 */
body.mev-case-study-369-candidate #post-330 .mev-p25-lab-resources-inline{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
@media(max-width:900px){
  body.mev-case-study-369-candidate #post-330 .mev-p25-lab-resources-inline{
    display:block!important;
  }
}
