.documents {
  font-family: 'Inter', sans-serif;
}

.documents .divider:first-of-type {
  margin-bottom: 1.5rem;
}

.documents .divider:last-of-type {
  margin-top: 1.5rem;
}

.documents h2 {
  font-weight: 600;
  font-size: 1.5rem;
}

.documents .documents-row {
  row-gap: 1.5rem;
}

.documents .document-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.documents .document-link {
  font-weight: 400;
  font-size: 1rem;
  color: #1E1E1E;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
}

.documents .document-link:hover {
  color: #3366CC;
  text-decoration: underline;
}

.documents .document-link:focus {
  outline: 2px solid #0087CC;
  outline-offset: 2px;
}
