/* Reset print layout */
body {
  background: white;
  color: black;
  font-family: serif;
  margin: 0;
  padding: 0;
}

main {
  width: 2in;
  height: 6in;
  margin: 0.5in auto;
  padding: 0.2in;
  border: 1px solid black;
  box-sizing: border-box;
  page-break-inside: avoid;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Hide all UI elements */
form,
#copy-link,
#print-schedule,
#copy-status,
#pages-per-day,
h1,
h2 {
  display: none !important;
}

/* Keep only the list */
#results {
  display: block !important;
}

#daily-goals {
  font-family: monospace;
  font-size: 8pt;
  line-height: 1.2;
  white-space: pre;
  margin: 0;
  padding: 0;
  list-style: none;
}