body:has(#view-reviews:not([hidden])) main,body:has(#view-stores:not([hidden])) main,body:has(#view-categories:not([hidden])) main,body:has(#view-offers:not([hidden])) main{
  min-height:0!important;
}
#view-reviews.view,#view-stores.view,#view-categories.view,#view-offers.view{
  padding-bottom:12px!important;
}
body:has(#view-reviews:not([hidden])) .site-footer,body:has(#view-stores:not([hidden])) .site-footer,body:has(#view-categories:not([hidden])) .site-footer,body:has(#view-offers:not([hidden])) .site-footer{
  margin-top:12px!important;
}
#view-reviews .reviews-hub>:last-child,#view-stores .stores-directory>:last-child,#view-categories .categories-hub>:last-child,#view-offers .offers-hub>:last-child{
  margin-bottom:0!important;
}
body:has(#view-stores:not([hidden])){
  min-height:100vh!important;
  min-height:100dvh!important;
  display:flex!important;
  flex-direction:column!important;
}
body:has(#view-stores:not([hidden])) > .admin-front-toolbar,body:has(#view-stores:not([hidden])) > .site-header{
  flex:0 0 auto!important;
}
body:has(#view-stores:not([hidden])) > main{
  flex:1 0 auto!important;
  width:100%!important;
  min-height:0!important;
}
body:has(#view-stores:not([hidden])) > .site-footer{
  flex:0 0 auto!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin-top:12px!important;
}

