@charset "UTF-8";
[v-cloak] { display: none; }

/*body { font-feature-settings: unset !important; }*/
/*.sheet { letter-spacing: 1px; }*/

@page {
  size: A4 landscape;
  margin: 0;
}

.sheet {
  width: 1122px;
  height: 794px;
  max-height: 794px;
  overflow: hidden;
  margin: 0 auto;
  background: white;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.sheet .p-pdf {
  width: 1122px;
}

.pdf-capture {
  width: 1122px;
  margin: 0 auto;
}

.pdf-capture {
  position: fixed;
  left: -10000px;
  top: 0;
  pointer-events: none;
}
