.python-report-sidebar .site-name {
  margin-bottom: 20px;
}

.python-report-course {
  display: inline-block;
  margin-top: 24px;
  font-size: 13px;
}

.python-report-column {
  min-width: 0;
}

.python-report-column > h2 {
  margin-bottom: 26px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.python-report-pdf {
  display: block;
  width: 100%;
  height: calc(100vh - 130px);
  min-height: 720px;
  border: var(--border);
  background: #f5f5f5;
}

@media (max-width: 920px) {
  .python-report-column {
    margin-top: 24px;
    padding-top: 24px;
    border-top: var(--border);
  }

  .python-report-column > h2 {
    padding: 0;
    text-align: left;
  }

  .python-report-pdf {
    height: 75vh;
    min-height: 520px;
  }
}
