/* Final guardrails for action icons and compact switches. */

/* Switch labels such as enabled/disabled do not fit inside the 42px track. */
body .ant-switch .ant-switch-inner,
body .ant-switch .ant-switch-inner-checked,
body .ant-switch .ant-switch-inner-unchecked{
  display:none!important;
}

/* Keep the remaining action icon and label geometrically centered. */
body button:not(.ant-switch)>.ui-line-icon,
body .ant-btn:not(.ant-switch)>.ui-line-icon{
  align-self:center!important;
}
