/* JSC370 Final Project — supplementary site styles */
/* Primary styling lives in theme.scss. Keep overrides here minimal. */

/* Make Plotly charts breathe within the reading column */
.plotly-graph-div {
  margin: 1.4em auto;
  max-width: 100%;
}

/* Print styling for anyone printing the HTML report */
@media print {
  .navbar, .page-footer, #TOC, nav#TOC { display: none !important; }
  main, .content { max-width: 100% !important; }
  a { color: inherit; text-decoration: none; }
  figcaption { font-size: 11px; }
}
