/* V60 Filter heading alignment */
/* Match the Patient filter heading to the compact field-label style used on Appointments. */
#page-patients .crm-inline-filter-head{
  display:block!important;
  min-height:0!important;
  padding:0!important;
  margin:0 0 6px!important;
  border-bottom:0!important;
}

#page-patients .crm-inline-filter-title{
  display:block!important;
  color:var(--text4,#789)!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}

body.crm-night-mode #page-patients .crm-inline-filter-title{
  color:#aab6c5!important;
}
