@page {
  margin: 1.6cm;
}

body {
  background: #fff;
  color: #000;
  font-size: 10.5pt;
}

.site-header,
.site-footer,
.skip-link,
.course-nav {
  display: none !important;
}

.container {
  width: 100%;
  max-width: none;
}

.page,
.hero {
  min-height: 0;
  padding: 0;
}

.hero-grid,
.course-layout,
.year-section {
  display: block;
}

.portrait {
  width: 4cm;
  margin-bottom: 1cm;
}

.portrait::before {
  display: none;
}

.course-section,
.year-section,
.course-card,
.material-link,
.schedule-table tr {
  break-inside: avoid;
}

.course-nav + .course-content {
  width: 100%;
}

a {
  color: #000;
}

a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 8pt;
  font-weight: 400;
  word-break: break-all;
}

.schedule-wrap {
  overflow: visible;
}
