/* v76: preserve v68 mechanics, hide only debug version badges/plagues. */
html[data-v60-cleanup] body::after,
html[data-v61-skeleton] body::after,
html[data-v62-notifications] body::after,
html[data-v63-hotfix] body::after,
html[data-v64-comments] body::after,
html[data-v65-edge] body::after,
html[data-v66-virtual] body::after,
html[data-v67-moderation] body::after,
html[data-v68-reports] body::after,
html[data-v60-cleanup] body::before,
html[data-v61-skeleton] body::before,
html[data-v62-notifications] body::before,
html[data-v63-hotfix] body::before,
html[data-v64-comments] body::before,
html[data-v65-edge] body::before,
html[data-v66-virtual] body::before,
html[data-v67-moderation] body::before,
html[data-v68-reports] body::before {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
[class*="version-marker"],
[class*="version-badge"],
[class*="debug-version"],
[class*="v61-version"],
[class*="v62-version"],
[class*="v63-version"],
[class*="v64-version"],
[class*="v65-version"],
[class*="v66-version"],
[class*="v67-version"],
[class*="v68-version"],
[data-version-marker] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
