
/* TH-WEB-2H.2 — corrected production homepage polish */
.th2h-hidden{display:none!important}

/* Never show the bottom launcher introduced by TH-WEB-2H */
#th2hQuickAccess{display:none!important}

/* Existing top-right floating group: compact only, keep existing wiring */
.th2h-existing-top-quick{
  gap:4px!important;
  padding:4px 5px!important;
  max-width:max-content!important;
}
.th2h-existing-top-quick a,
.th2h-existing-top-quick button{
  padding:5px 8px!important;
  min-height:0!important;
  height:auto!important;
  line-height:1.15!important;
  font-size:10px!important;
  border-radius:14px!important;
  white-space:nowrap!important;
}
.th2h-existing-top-quick i{margin-right:3px!important}

/* Larger image presence while preserving category card footprint */
.th2h-service-category-zone .thm-category-card,
.th2h-service-category-zone .thm-group-card,
.th2h-service-category-zone [data-catalog-search]{
  overflow:hidden!important;
}
.th2h-service-category-zone img{
  width:100%!important;
  height:108px!important;
  max-height:108px!important;
  object-fit:cover!important;
  margin:0 0 5px!important;
  border-radius:8px!important;
}
.th2h-service-category-zone .thm-category-card p,
.th2h-service-category-zone .thm-group-card p{
  margin-bottom:4px!important;
}

/* Functional catalog filters */
.thm-filter-chips [data-catalog-filter]{cursor:pointer!important}
.thm-filter-chips [data-catalog-filter].is-active{
  box-shadow:0 0 0 2px rgba(11,127,177,.14)!important;
}
.th2h-filter-hidden{display:none!important}

/* Featured property attention */
@keyframes th2hComingSoonPulse{
  0%,100%{transform:scale(1);opacity:.72}
  50%{transform:scale(1.06);opacity:1}
}
.th2h-coming-soon{
  display:inline-block!important;
  animation:th2hComingSoonPulse 1.55s ease-in-out infinite!important;
  font-weight:800!important;
}

/* Business Hubs production cleanup */
.th2h-business-hubs .th2h-remove-hub{display:none!important}
.th2h-business-hubs .th2h-placeholder-block{display:none!important}
