.wrapper {
  width: 100% !important;
}

@page {
  margin: 0.75in 1in 0.625in;
  padding: 0.25in 0 0.125in;
  @bottom-left {
    border-top: 2px solid #000;
    content: "";
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 8pt;
    letter-spacing: 0.15em;
    vertical-align: top;
    padding-top: 0.125in;
  }
  @bottom-center {
    border-top: 2px solid #000;
    content: "";
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 8pt;
    letter-spacing: 0.15em;
    vertical-align: top;
    padding-top: 0.125in;
  }
  @bottom-right {
    border-top: 2px solid #000;
    content: "";
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-size: 8pt;
    letter-spacing: 0.15em;
    vertical-align: top;
    padding-top: 0.125in;
  }
}

@page :left {
  @bottom-left {
    content: counter(page);
  }
  @top-left {
    content: url("../images/goshen-bw_100.svg") " Catalog 2024-2025";
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    vertical-align: middle;
  }
}

@page :right {
  @bottom-right {
    content: counter(page);
  }

  @top-left {
    content: "";
  }
  @top-right {
    content: string(section-title);
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-right: 0 !important;
  }
}

/* First page - no headers */
@page :first {
  @top-left {
    content: none;
  }
  @top-center {
    content: none;
  }
  @top-right {
    content: none;
  }
}

/* Set string for section titles */
.current-section {
  string-set: section-title content();
}

.content h1 {
  font-size: 24pt;
}

.content h2 {
  font-size: 16pt;
  margin-bottom: 0.25rem;
}

.content h2:nth-child(n + 2) {
  margin-top: 1rem;
}

.content h3 {
  font-size: 12pt;
  margin-bottom: 0.25rem;
}

.content h3:nth-child(n + 2) {
  margin-top: 0.75rem;
}

.content p,
.content li {
  font-size: 9pt;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin: 0.25rem 0 0;
}

.content li {
  margin-bottom: 0.25rem;
}

.module {
  padding: 0 !important;
  margin: 0 !important;
}

.module:nth-child(n + 2) {
  margin-top: 0.75rem !important;
}

.module.catalog-page-title:nth-child(n + 2) {
  page-break-before: always;
}

.module.catalog-text.columns .content {
  column-gap: 2rem;
  columns: 3;
}

.module.catalog-text.columns .content p {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}

.module.catalog-dot-leader li {
  margin-bottom: 0.25rem;
}

.module.catalog-courses ul.nested {
  margin: 0.25rem 0 0rem;
}

.module.catalog-table table {
  table-layout: fixed;
}

.module.catalog-table table th,
.module.catalog-table table td {
  font-size: 7pt;
}

.course-card {
  margin-bottom: 0.5rem !important;
}

.course-card p {
  margin: 0.125rem 0 0;
}

/*# sourceMappingURL=print.css.map */
