.TagDeleteIcon {
  cursor: pointer;

  &:where(:focus-visible) {
    outline: 3px solid var(--color-state-action-light);
  }
}
