/* ICON SIZE: exactly 24px */
  .fr-toolbar .fr-command svg.fr-svg {
	transform: scale(0.85) !important;
    transform-origin: center center !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
  }
.fr-toolbar .fr-command svg.fr-svg {
}
  /* BUTTON SIZE: compact buttons sized to match the icons */
  .fr-toolbar .fr-command {
    padding: 2px 3px !important;      /* less padding */
    min-height: 26px !important;      /* icon (24px) + padding */
    line-height: 26px !important;     /* vertically center icons */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* TOOLBAR COMPACT HEIGHT */
  .fr-toolbar {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    min-height: 30px !important;
  }

  /* OPTIONAL: remove spacing around groups for tighter layout */
  .fr-toolbar .fr-btn-grp {
    margin: 0 2px !important;
  }