.Help {
  line-height: 0;

  &:where(:not([data-state='closed'])) {
    > .Icon {
      color: var(--color-text-neutral);
    }
  }
}
