/* CRM V71 therapy filter label overlap fix */

#page-therapy #therapy-page-body > .card:has(.therapy-filter-grid){
  padding:14px 16px 16px!important;
}

#page-therapy .therapy-filter-grid{
  gap:10px!important;
  align-items:end!important;
}

#page-therapy .therapy-filter-grid label,
#page-therapy .therapy-filter-grid .crm-unified-filter-label,
#page-therapy .therapy-filter-grid > div > label{
  display:block!important;
  margin:0 0 8px!important;
  padding:0!important;
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.06em!important;
  white-space:nowrap!important;
}

#page-therapy .therapy-filter-grid input,
#page-therapy .therapy-filter-grid select{
  margin-top:0!important;
}

@media(max-width:760px){
  #page-therapy #therapy-page-body > .card:has(.therapy-filter-grid){
    padding:12px!important;
  }
  #page-therapy .therapy-filter-grid label,
  #page-therapy .therapy-filter-grid .crm-unified-filter-label,
  #page-therapy .therapy-filter-grid > div > label{
    white-space:normal!important;
  }
}
