.ui-c-icon-button {
  width: 28px;
  height: 28px;
  padding: var(--spacing-xxs);
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: none;

  &:hover {
    background-color: rgb(0 0 0 / 6%);
    border-radius: 6px;
  }
}
