/* CineFlex Build 305.3 — true edge-to-edge footer override */
html,body{max-width:none!important}
body>.bottom-nav.cf-native-bottom-nav,
.bottom-nav.cf-native-bottom-nav,
.cf-native-bottom-nav,
nav.bottom{
  position:fixed!important;
  inset:auto 0 0 0!important;
  left:0!important;right:0!important;bottom:0!important;
  transform:none!important;
  width:100vw!important;
  max-width:100vw!important;
  min-width:100vw!important;
  margin:0!important;
  padding:0 0 env(safe-area-inset-bottom,0px)!important;
  border-radius:0!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  overflow:visible!important;
  z-index:2147483000!important;
}
body>.bottom-nav.cf-native-bottom-nav>* ,
.bottom-nav.cf-native-bottom-nav .nav-item,
nav.bottom>button{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
  box-sizing:border-box!important;
  justify-self:stretch!important;
}
@media (display-mode:standalone),(min-width:900px){
  body>.bottom-nav.cf-native-bottom-nav,.bottom-nav.cf-native-bottom-nav,.cf-native-bottom-nav,nav.bottom{
    width:100vw!important;max-width:100vw!important;min-width:100vw!important;
  }
}
