
.koyhale-cat-carousel[data-koyhale-ccc="1"] .koyhale-cat-card{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:10px !important;
  padding:16px 14px !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 6px 18px rgba(0,0,0,.06) !important;
  text-decoration:none !important;
  color:inherit !important;
  min-height:150px !important;
  transition:box-shadow .25s ease, transform .25s ease !important;
}

@media (hover:hover){
  .koyhale-cat-carousel[data-koyhale-ccc="1"] .koyhale-cat-card:hover{
    box-shadow:0 14px 32px rgba(0,0,0,.14) !important;
    transform:translateY(-3px) !important;
  }
}

.koyhale-cat-carousel[data-koyhale-ccc="1"] .koyhale-cat-thumb{
  width:86px !important;
  height:86px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:#f3f5f7 !important;
}

.koyhale-cat-carousel[data-koyhale-ccc="1"] .koyhale-cat-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transition:transform .35s ease !important;
}

@media (hover:hover){
  .koyhale-cat-carousel[data-koyhale-ccc="1"] .koyhale-cat-card:hover .koyhale-cat-thumb img{
    transform:scale(1.14) !important;
  }
}

.koyhale-cat-carousel[data-koyhale-ccc="1"] .koyhale-cat-title{
  font-size:13.5px !important;
  font-weight:600 !important;
  text-align:center !important;
  line-height:1.25 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
