/* v1.4.1 Hotfix 2 — keep Rows per page values fully visible (10 / 15 / 25). */
.page-size-control select{
  width:76px!important;
  min-width:76px!important;
  height:32px!important;
  padding:0 30px 0 12px!important;
  font-size:11.5px!important;
  line-height:30px!important;
  text-align:left!important;
  text-align-last:left!important;
}

/* v1.5.1 — clarify Source vs Activity Type semantics */
.field-help {
  display: block;
  margin-top: 6px;
  color: var(--muted, #667085);
  font-size: 12px;
  line-height: 1.35;
}
.field-semantics-note strong + * { margin-left: 2px; }
