.full-screen-wrapper {
  @media print {
    display: none;
  }
}

.full-screen-title {
  display: block;

  margin: 0;
  padding: 0 0.25rem;

  color: var(--vp-c-text-subtle);

  font-weight: 600;
  font-size: 0.75rem;
  line-height: 2;
}
