/* Separate the appointment interval label from its control. */
#p2-cell-dialog .p2-cell-prof-row>div>label{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:8px!important;
  margin-top:12px!important;
  margin-bottom:4px!important;
  width:100%!important;
  max-width:320px!important;
  line-height:1.4!important;
}
#p2-cell-dialog .p2-cell-prof-row select[data-cell-interval]{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  min-height:44px!important;
}
