.gui-button-icon-danger {
  @apply border-white text-red-primary p-0 items-center justify-center;
  @extend .gui-inherit-color-icon;

  &:hover {
    @apply bg-red-95 border-red-95;
  }

  &:focus {
    @apply border-red-primary shadow-button-icon-danger-focus;
  }

  &:active,
  &-active {
    @apply bg-red-90 border-red-90 shadow-none;
  }

  &-sm {
    @apply rounded-small;
  }

  &:disabled {
    @apply opacity-30 border-transparent;
  }
}
