.print-summary {
  width: max-content;
  max-width: 100%;
  margin: 16px 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e5fbef;
  color: #17bd69;
  font-size: 17px;
}
.preview-options {
  display: grid;
  gap: 1px;
  padding: 4px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 42, 86, .16);
}
.preview-options p {
  min-height: 48px;
  margin: 0;
  border-bottom: 1px solid #edf0f4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #758398;
  font-size: 16px;
}
.preview-options p:last-child { border-bottom: 0; }
.preview-options span { flex: 1; }
.preview-options button {
  min-width: 44px;
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: #edf5ff;
  color: #2478f2;
  font: inherit;
}
.preview-options button.on { background: #2478f2; color: #fff; }
.doc-print {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  min-height: 64px;
  border: 0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #2478f2;
  color: #fff;
  font: inherit;
  font-size: 21px;
  font-weight: 800;
}
.doc-print svg { stroke: #fff; }
.doc-sheet {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  align-items: end;
  background: rgba(16, 42, 86, .25);
}
.doc-sheet section {
  padding: 22px 24px 28px;
  border-radius: 26px 26px 0 0;
  background: #fff;
  color: #102a56;
}
.doc-sheet h3 { margin: 0 0 12px; font-size: 24px; }
.doc-sheet button {
  width: 100%;
  min-height: 50px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 20px;
}
.doc-sheet svg { stroke: #2478f2; }
