#game-code .pnxForms-creation .paragraph{
max-width: 840px !important;
}
#game-code .game-code{
font-size: 1.7rem;
color: #fff;
}
#game-code.pnxForms-creation .pnx-forms-container.dark-styling{
background: black;
}
#game-code .pnx-forms-container {
  opacity: 0.35;
  pointer-events: none;   /* blocks clicks, hovers, taps */
  user-select: none;      /* prevents text selection */
  filter: grayscale(60%); /* extra "inactive" look — optional */
  cursor: not-allowed;
}
/* Show not-allowed cursor when hovering anywhere over the section */
#game-code {
  cursor: not-allowed;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}