.licenses h2 {
  margin: 24px 0 12px;
  color: var(--high);
  font-size: 18px;
  font-weight: 650;
}
.licenses h2:first-child {
  margin-top: 0;
}
.licenses__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}
.licenses__item--last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.licenses__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.licenses__item-header-title {
  color: var(--high);
  font-size: 12px;
  font-weight: 650;
}
.licenses__item-header-type {
  color: var(--low);
  font-size: 12px;
}
.licenses__item-header-type:before {
  content: "License: ";
}
.licenses__item-copyright {
  margin: 0;
  color: var(--mid);
  font-size: 13px;
}

/*# sourceMappingURL=licenses.css.map */
