/* V82.36 - Home Central: fix visual overlap of badges/text on mini and main showcase cards */
body.home-v82-2 .home-v82-28-showcase{
  grid-template-columns:172px minmax(0,1fr)!important;
  gap:18px!important;
}
body.home-v82-2 .home-v82-35-thumb,
body.home-v82-2 .home-v82-35-main{
  isolation:isolate!important;
}
body.home-v82-2 .home-v82-35-thumb{
  min-height:104px!important;
}
body.home-v82-2 .home-v82-35-thumb::before,
body.home-v82-2 .home-v82-35-main::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
}
body.home-v82-2 .home-v82-35-thumb::before{
  background:
    linear-gradient(90deg, rgba(4,8,16,.52) 0%, rgba(4,8,16,.18) 38%, rgba(4,8,16,0) 70%),
    linear-gradient(180deg, rgba(4,8,16,.18) 0%, rgba(4,8,16,.08) 22%, rgba(4,8,16,.72) 100%)!important;
}
body.home-v82-2 .home-v82-35-main::before{
  background:linear-gradient(180deg, rgba(4,8,16,.05) 0%, rgba(4,8,16,.12) 35%, rgba(4,8,16,.82) 100%)!important;
}
body.home-v82-2 .home-v82-35-thumb::after,
body.home-v82-2 .home-v82-35-main::after{
  z-index:1!important;
}
body.home-v82-2 .home-v82-35-thumb-badge,
body.home-v82-2 .home-v82-35-thumb-title,
body.home-v82-2 .home-v82-35-main-overlay{
  z-index:3!important;
}
body.home-v82-2 .home-v82-35-thumb-badge{
  top:8px!important;
  left:8px!important;
  min-height:22px!important;
  padding:4px 11px!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  box-shadow:0 6px 16px rgba(255,185,47,.22)!important;
}
body.home-v82-2 .home-v82-35-thumb-title{
  left:12px!important;
  right:12px!important;
  bottom:10px!important;
  font-size:12px!important;
  line-height:1.08!important;
  letter-spacing:.01em!important;
  white-space:normal!important;
  word-break:keep-all!important;
}
body.home-v82-2 .home-v82-35-main-overlay{
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  gap:6px!important;
  padding:16px 18px 14px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg, rgba(7,11,18,0) 0%, rgba(7,11,18,.62) 34%, rgba(7,11,18,.88) 100%)!important;
}
body.home-v82-2 .home-v82-35-main-badge{
  position:static!important;
  top:auto!important;
  left:auto!important;
  z-index:auto!important;
  min-height:24px!important;
  padding:5px 12px!important;
  margin:0 0 2px!important;
  font-size:12px!important;
  letter-spacing:.06em!important;
}
body.home-v82-2 .home-v82-35-main-title{
  margin:0!important;
  font-size:30px!important;
  line-height:1!important;
}
body.home-v82-2 .home-v82-35-main-desc{
  margin:0!important;
  max-width:560px!important;
  font-size:14px!important;
  line-height:1.4!important;
}

@media (max-width:1180px){
  body.home-v82-2 .home-v82-35-main-title{font-size:28px!important;}
}
@media (max-width:860px){
  body.home-v82-2 .home-v82-28-showcase{grid-template-columns:1fr!important;}
  body.home-v82-2 .home-v82-28-showcase-stack{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body.home-v82-2 .home-v82-35-thumb{min-height:92px!important;}
}
@media (max-width:640px){
  body.home-v82-2 .home-v82-28-showcase-stack{grid-template-columns:1fr!important;}
  body.home-v82-2 .home-v82-35-main-title{font-size:24px!important;}
  body.home-v82-2 .home-v82-35-main-overlay{left:14px!important;right:14px!important;bottom:14px!important;padding:14px!important;}
}
