.close {
  &:hover,
  &:focus {
	@include mouse-outline(1px);
  }
  &:focus-visible {
    @include keyboard-outline(1px);
  }
}
