.td-icon-text-control {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  vertical-align: middle;
  line-height: 1.2;

  &.fluid {
    display: flex !important;
  }

  > .icon:not(.button):not(.dropdown),
  > i.icon {
    width: 16px;
    height: 16px;
    margin: 0;
    flex: 0 0 16px;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

  > .text,
  > span {
    line-height: 1.2;
  }
}
