.document-item {
  align-items: flex-start;
}
.document-title {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  line-height: 1.4;
  max-height: 2.8em; /* 2 lines * line-height */
}
.document-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.document-excerpt {
  font-size: 12px;
  color: #333;
}
a[download] {
  color: #111;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination li {
  display: inline-block;
  margin: 0 4px;
}
