/*
  2.16.24 — Linden Construction Parent-Chain Width Takeover
  Scope: Linden construction gallery and its runtime-marked ancestors only.
*/

body.slc-hc-21624-page #slc21617-rehost .slc21624-chain{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  float:none!important;
  transform:none!important;
  box-sizing:border-box!important;
}

/* The actual construction surface becomes the desktop 3 x 2 grid. */
body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:18px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  padding:18px!important;
  box-sizing:border-box!important;
  align-items:start!important;
  justify-items:stretch!important;
}

/* Direct construction-image wrappers only. */
body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery > .slc21624-item{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
  float:none!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  box-sizing:border-box!important;
}

/* Six existing construction images: no replacement, no DOM movement. */
body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery .slc21624-img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:250px!important;
  max-height:250px!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  float:none!important;
  transform:none!important;
  visibility:visible!important;
  opacity:1!important;
  box-sizing:border-box!important;
}

/* Neutralize nested legacy width caps inside the marked gallery only. */
body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery figure,
body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery div{
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

@media(max-width:1180px){
  body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery{
    gap:14px!important;
    padding:14px!important;
  }
  body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery .slc21624-img{
    height:210px!important;
    max-height:210px!important;
  }
}
@media(max-width:820px){
  body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery .slc21624-img{
    height:auto!important;
    max-height:320px!important;
  }
}
@media(max-width:520px){
  body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery{
    grid-template-columns:1fr!important;
  }
  body.slc-hc-21624-page #slc21617-rehost .slc21624-gallery .slc21624-img{
    height:auto!important;
    max-height:none!important;
  }
}
