.page-hero {
  padding: 80px 0 48px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  margin: 0;
  font-size: 48px;
  letter-spacing: -0.02em;
  font-weight: 650;
}

.page-hero p {
  margin: 12px 0 0;
  font-size: 17px;
  color: var(--muted);
}

.bib-section {
  padding: 48px 0 96px;
}

.bib-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.bib-table thead th {
  text-align: left;
  padding: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.bib-table tbody tr {
  border-bottom: 1px solid var(--line);
}

.bib-table tbody tr:last-child {
  border-bottom: none;
}

.bib-table td {
  padding: 20px 0;
  vertical-align: top;
}

.bib-year {
  white-space: nowrap;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  width: 64px;
}

.bib-title {
  font-weight: 600;
  line-height: 1.5;
}

.bib-journal {
  color: var(--muted);
  white-space: nowrap;
  padding-left: 48px;
}

.bib-link {
  width: 32px;
  text-align: right;
}

.bib-link a {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  transition: color 0.15s;
}

.bib-link a:hover {
  color: var(--text);
  opacity: 1;
}

@media (max-width: 860px) {
  .page-hero h1 {
    font-size: 36px;
  }

  .bib-journal {
    display: none;
  }

  .bib-table thead th.col-journal {
    display: none;
  }

  .bib-table td {
    padding: 24px 0;
  }

  .bib-link {
    width: 44px;
  }
}
