/* Prevent selection of prompts in pycon code blocks. */
.language-pycon .gp, .language-pycon .go { /* Generic.Prompt, Generic.Output */
  user-select: none;
}