/* in thesis_preview.css */

/* Gray workspace background for preview only */
.preview-bg {
  background: #f0f0f0;
  padding: 2rem 0;
}

/* Page content inside simulated page */
.thesis-wrapper .page-content {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

/* Divider between sections */
.thesis-wrapper .section-divider {
  border: none;
  border-top: 2px dashed #aaa;
  width: 80%;
  margin: 2rem auto;
}

/* Headings styling (centering if originally centered) */
.thesis-wrapper .page-content h1,
.thesis-wrapper .page-content h2,
.thesis-wrapper .page-content h3,
.thesis-wrapper .page-content h4,
.thesis-wrapper .page-content h5,
.thesis-wrapper .page-content h6 {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Paragraph indentation */
.thesis-wrapper .page-content p {
  text-indent: 2em;
  margin: 0.8em 0;
}

/* Images and figures inside preview */
.thesis-wrapper .page-content img,
.thesis-wrapper .page-content figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
/* styles to print longer documents */
