/*
 * This file is for wow site only.
 */

code {
  color: #dd1144;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 87.5%;
  word-wrap: break-word;
}

.demo-copy {
  position: relative;
  z-index: 101;
}

.demo-copy::before {
  color: #dc5800;
  content: '*';
  display: block;
  line-height: 1;
  margin-right: 0.25em;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 100%
}

.demo-copy:hover {
  background-color: rgba(220, 88, 0, 0.25);
}

.demo-copy:hover::before {
  opacity: 1;
}

[id*='random-id-modal-static'] {
  display: block;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  z-index: auto;
}

[id*='random-id-modal-static'] .nsw-modal__dialog {
  min-height: 0;
}

[id*='random-id-modal-static'] .nsw-modal__dialog::before {
  height: auto;
}
/*# sourceMappingURL=demo.css.map */