/* CRM V72 therapy filter label alignment */

#page-therapy .therapy-filter-grid > div:not(.crm-u-sort-wrap){
  display:grid!important;
  grid-template-rows:14px 50px!important;
  row-gap:7px!important;
  align-items:stretch!important;
  min-width:0!important;
}

#page-therapy .therapy-filter-grid label,
#page-therapy .therapy-filter-grid .crm-unified-filter-label,
#page-therapy .therapy-filter-grid > div > label{
  display:flex!important;
  align-items:center!important;
  height:14px!important;
  min-height:14px!important;
  margin:0!important;
  padding:0 0 0 1px!important;
  color:#7f92ab!important;
  font-size:9px!important;
  line-height:14px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  position:static!important;
  transform:none!important;
}

#page-therapy .therapy-filter-grid input,
#page-therapy .therapy-filter-grid select{
  grid-row:2!important;
  align-self:stretch!important;
  margin:0!important;
}

@media(max-width:760px){
  #page-therapy .therapy-filter-grid > div:not(.crm-u-sort-wrap){
    grid-template-rows:auto 50px!important;
  }
  #page-therapy .therapy-filter-grid label,
  #page-therapy .therapy-filter-grid .crm-unified-filter-label,
  #page-therapy .therapy-filter-grid > div > label{
    height:auto!important;
    min-height:14px!important;
    white-space:normal!important;
  }
}
