html.virtual-article-active,
body.virtual-article-active {
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.site-hidden {
  display: none !important;
}

.virtual-article-frame {
  display: none;
  width: 100%;
  border: 0;
  background: #fff;
}

.virtual-article-frame--full {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  width: 100vw;
  height: 100vh;
}

.virtual-article-entry-content--replaced {
  padding: 0;
  border: 0;
}

.virtual-article-entry-content--replaced .virtual-article-frame--list,
.virtual-article-frame--mixed {
  display: block;
  min-height: 640px;
  height: 80vh;
  max-height: 900px;
}

.virtual-article-frame--mixed {
  margin: 1.75em 0;
}
