/* FilmIndustry Jobs — Mobile Department Grid Compact Fix.
   Screenshot-driven homepage cleanup: make Browse by Department compact on phones. */

@media (max-width: 767px){
  body.fij-design-v1668 .fij-departments-v1658{
    padding:22px 0 18px!important;
  }
  body.fij-design-v1668 .fij-departments-v1658 .container{
    width:100%!important;
    max-width:none!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.fij-design-v1668 .fij-departments-v1658 .fij-section-head-v1658{
    display:block!important;
    margin-bottom:12px!important;
  }
  body.fij-design-v1668 .fij-departments-v1658 .fij-section-head-v1658 h2{
    max-width:14ch!important;
    font-size:clamp(28px,7.2vw,34px)!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
    margin:4px 0 10px!important;
  }
  body.fij-design-v1668 .fij-departments-v1658 .fij-section-head-v1658>a{
    display:inline-flex!important;
    width:auto!important;
    min-height:34px!important;
    padding:8px 12px!important;
    margin-top:8px!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    box-shadow:none!important;
  }
  body.fij-design-v1668 .fij-department-grid-v1658{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:68px!important;
    padding:9px 8px!important;
    text-align:left!important;
    border-color:#d9dedf!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658:hover{
    transform:none!important;
    box-shadow:none!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658>span{
    display:grid!important;
    place-items:center!important;
    flex:0 0 30px!important;
    width:30px!important;
    height:30px!important;
    margin:0!important;
    font-size:13px!important;
    line-height:1!important;
    background:#07111f!important;
    color:#00c2d7!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658 h3{
    margin:0!important;
    text-align:left!important;
    font-size:13px!important;
    line-height:1.15!important;
    letter-spacing:-.012em!important;
    white-space:normal!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658 p{
    display:none!important;
  }
}

@media (max-width: 380px){
  body.fij-design-v1668 .fij-department-grid-v1658{
    gap:7px!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658{
    min-height:62px!important;
    padding:8px 7px!important;
    gap:7px!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658>span{
    flex-basis:28px!important;
    width:28px!important;
    height:28px!important;
  }
  body.fij-design-v1668 .fij-department-card-v1658 h3{
    font-size:12px!important;
  }
}
