:global {
  [inert] {
    cursor: default;
    pointer-events: none;
  }

  [inert],
  [inert] * {
    user-select: none;
  }
}
