@import '/css/legacy.css' print;

html, body {
  background: none;
  overflow: visible;
}

html {
  text-shadow: none;
}

body {
  animation: none;
  box-shadow: none;
  margin: 0 0.5rem;
  transform: none;
}

body > * {
  opacity: 1;
}

a[href], dl, h1, h2, p, ul {
  color: #000;
}

.crt-text::after {
  content: none;
}

.status {
  display: none;
}

/*** Revert GUI styles ***/

[hidden] {
  display: block !important;
}

#gui div {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  perspective: none !important;
  transform: none !important;
}

.file {
  position: revert !important;
  background: none !important;
  transform: none !important;
}

.file__props[hidden] {
  display: grid !important;
}
