/* Nejlevnejsivyziva.cz - Nejoblibenejsi kategorie */
body.in-index .fav-cat.container{
  margin:38px auto 40px!important;
}
body.in-index .fav-cat.container>h2,
body.in-index .fav-cat.container>h3{
  text-align:center!important;
  font-size:21px!important;
  margin:0 0 18px!important;
}
body.in-index .fav-cat.container>ul{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.in-index .fav-cat.container>ul>li{
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  background:#fff!important;
  border:1px solid #e9e9e9!important;
  border-radius:7px!important;
  overflow:hidden!important;
  transition:.2s!important;
}
body.in-index .fav-cat.container>ul>li:hover{
  border-color:#f7b83a!important;
  box-shadow:0 5px 16px rgba(0,0,0,.07)!important;
  transform:translateY(-2px)!important;
}
body.in-index .fav-cat.container>ul>li>div,
body.in-index .fav-cat.container>ul>li>div>a{
  width:100%!important;
  height:100%!important;
}
body.in-index .fav-cat.container>ul>li>div>a{
  min-height:175px!important;
  padding:15px 8px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  color:#222!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:700!important;
  text-align:center!important;
}
body.in-index .fav-cat.container>ul>li img{
  width:auto!important;
  max-width:100%!important;
  height:105px!important;
  max-height:105px!important;
  object-fit:contain!important;
  margin:0 auto 12px!important;
}
@media(max-width:991px){
  body.in-index .fav-cat.container>ul{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:600px){
  body.in-index .fav-cat.container{
    margin:28px auto 30px!important;
  }
  body.in-index .fav-cat.container>h2,
  body.in-index .fav-cat.container>h3{
    font-size:19px!important;
    margin-bottom:14px!important;
  }
  body.in-index .fav-cat.container>ul{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.in-index .fav-cat.container>ul>li>div>a{
    min-height:140px!important;
    padding:11px 5px!important;
    font-size:12px!important;
  }
  body.in-index .fav-cat.container>ul>li img{
    height:82px!important;
    max-height:82px!important;
    margin-bottom:9px!important;
  }
}
