.archive.tax-document_category,
.post-type-archive-document {
  background: var(--col-lt-3);
}

.archive.tax-document_category .normal-title,
.post-type-archive-document .normal-title {
  margin-bottom: 40px;
}

.archive.tax-document_category .wrapper,
.post-type-archive-document .wrapper {
  padding-top: 5em;
  padding-bottom: 15em;
}
  

.documents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 13px;
  row-gap: 40px;
}

.document {
  display: flex;
  flex-direction: column;
  background: var(--col-light);
  padding: 22px 15px 18px 15px;
}

.document .content + * {
  margin-top: 30px;
}

.document .title {
  font-size: 16px;
}

.document .title + * {
  margin-top: 13px;
}

.document .download a {
  position: relative;
  display: inline-block;
  padding-right: 4em;
}

.document .download a .oos-symbols {
  position: absolute;
  right: 22px;
}

.document .spacer {
  flex: 1;
}

.single-document .download a {
  display: block;
  max-width: 8cm;
}

.single-document .download a + a {
  margin-top: 10px;
}