/* ZLATO Z OLIV – OPRAVA LIŠTY KONKURENČNÍCH VÝHOD V1
   Kompaktní výška, rovnoměrné rozložení 4 nebo 5 položek.
*/

.benefitBanner-position,
.benefitBanner-wrapper,
.benefitBannerWrapper{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.benefitBanner{
  width:100vw!important;
  max-width:100vw!important;
  height:auto!important;
  min-height:0!important;
  margin:0 calc(50% - 50vw)!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;
  grid-auto-rows:auto!important;
  align-items:stretch!important;
  gap:0!important;
  overflow:hidden!important;
  background:#faf8f2!important;
  box-sizing:border-box!important;
}

.benefitBanner__item{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:118px!important;
  margin:0!important;
  padding:20px 28px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  float:none!important;
  box-sizing:border-box!important;
  border-right:1px solid #e4dbc9!important;
  border-bottom:0!important;
  background:#faf8f2!important;
}

.benefitBanner__item:last-child{
  border-right:0!important;
}

.benefitBanner__picture{
  flex:0 0 48px!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  margin:0!important;
  padding:0!important;
}

.benefitBanner__picture img{
  display:block!important;
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  margin:0!important;
  object-fit:contain!important;
}

.benefitBanner__content{
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}

.benefitBanner__title{
  margin:0 0 5px!important;
  padding:0!important;
  color:#253511!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}

.benefitBanner__data{
  margin:0!important;
  padding:0!important;
  color:#55584f!important;
  font-size:12px!important;
  line-height:1.4!important;
}

/* TABLET */
@media(max-width:1199px){
  .benefitBanner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .benefitBanner__item{
    min-height:100px!important;
    border-bottom:1px solid #e4dbc9!important;
  }

  .benefitBanner__item:nth-child(2n){
    border-right:0!important;
  }

  .benefitBanner__item:last-child{
    border-bottom:0!important;
  }
}

/* MOBIL */
@media(max-width:600px){
  .benefitBanner{
    grid-template-columns:1fr!important;
  }

  .benefitBanner__item{
    min-height:72px!important;
    padding:12px 18px!important;
    justify-content:flex-start!important;
    border-right:0!important;
    border-bottom:1px solid #e4dbc9!important;
  }

  .benefitBanner__item:last-child{
    border-bottom:0!important;
  }

  .benefitBanner__picture{
    flex-basis:36px!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }

  .benefitBanner__picture img{
    width:36px!important;
    height:36px!important;
    max-width:36px!important;
    max-height:36px!important;
  }
}
