/* V1.4.2 — önbellekten bağımsız kompakt firma kartları */
.business-grid.hyt-business-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(235px,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.hyt-compact-business-card{
  min-width:0!important;
  border-radius:15px!important;
  overflow:hidden!important;
  box-shadow:0 6px 20px rgba(21,36,58,.045)!important;
  font-family:"Segoe UI",Arial,sans-serif!important;
}
.hyt-compact-business-card .business-cover{
  height:76px!important;
  min-height:76px!important;
  font-size:30px!important;
}
.hyt-compact-business-card .business-body{
  padding:13px 14px 10px!important;
  min-height:0!important;
}
.hyt-compact-business-card .badge{
  font-size:10px!important;
  line-height:1!important;
  padding:5px 8px!important;
}
.hyt-compact-business-card .hyt-card-title{
  margin:8px 0 6px!important;
  font-family:"Segoe UI",Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:750!important;
  line-height:1.28!important;
  letter-spacing:0!important;
  text-transform:none!important;
  overflow-wrap:anywhere!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  overflow:hidden!important;
}
.hyt-compact-business-card .meta{
  font-family:"Segoe UI",Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1.42!important;
}
.hyt-compact-business-card .hyt-card-address{
  margin:7px 0 0!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}
.hyt-compact-business-card .card-actions{
  padding:0 13px 12px!important;
  gap:7px!important;
}
.hyt-compact-business-card .card-actions .btn{
  min-height:36px!important;
  padding:7px 10px!important;
  border-radius:9px!important;
  font-size:12px!important;
}
@media(max-width:720px){
  .business-grid.hyt-business-grid{grid-template-columns:1fr!important;gap:10px!important}
  .hyt-compact-business-card{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important}
  .hyt-compact-business-card .business-cover{height:auto!important;min-height:104px!important;font-size:27px!important}
  .hyt-compact-business-card .business-body{padding:11px 12px 8px!important}
  .hyt-compact-business-card .hyt-card-title{font-size:14px!important;-webkit-line-clamp:3!important}
  .hyt-compact-business-card .card-actions{grid-column:1/-1!important;padding:0 10px 10px!important}
}
