.library-container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.library__title {
  text-align: center;
  margin-bottom: 60px;
}

.article__title,
.standards__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: var(--text-hover-color);
  margin-bottom: 20px;
}

.standards__item-left {
  margin-bottom: 15px;
}

.standards__item-left .tabs__btn-active,
.standards__btn:hover {
  color: var(--text-hover-color);
}

.standards__btn {
  border-radius: 6px;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: var(--disabled-color);
  padding: 8px 10px;
  text-align: left;
  transition: color .3s ease-in-out;
  width: 100%;
}

.standards__item-left .tabs__btn-active {
  background: #eeedff;
  box-shadow: inset 4px 0 0 var(--text-hover-color);
}

.library .tabs__item-active {
  background: #fafaff;
  border: 1px solid #dedcff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 14px 18px;
}

.standards__document-icon {
  color: var(--descr-color);
  flex: 0 0 24px;
  transition: color .3s ease-in-out;
}

.standards__link:hover .standards__document-icon {
  color: var(--text-hover-color);
}

.article__file-icon {
  --article-file-color: #6b7280;
  flex: 0 0 36px;
  overflow: visible;
}

.article__file-icon--pdf {
  --article-file-color: #d93939;
}

.article__file-icon--document {
  --article-file-color: #2f6fca;
}

.article__file-icon--spreadsheet {
  --article-file-color: #27824c;
}

.article__file-icon--presentation {
  --article-file-color: #d46b25;
}

.article__file-icon--archive {
  --article-file-color: #7651b5;
}

.article__file-icon--text {
  --article-file-color: #586474;
}

.article__file-icon .article__file-page {
  fill: #fff;
  stroke: var(--article-file-color);
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.article__file-icon .article__file-fold {
  fill: #fff;
  stroke: var(--article-file-color);
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.article__file-icon .article__file-badge {
  fill: var(--article-file-color);
}

.article__file-icon .article__file-label {
  fill: #fff;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2px;
}

.article__link:hover .article__file-page,
.article__link:hover .article__file-fold {
  stroke: var(--article-file-color);
}

.article__link:hover .article__file-badge {
  fill: var(--article-file-color);
}

.article__link-title {
  padding-top: 8px;
}

.standard-search {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.standard-search__label {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
}

.standard-search__input {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-sizing: border-box;
  font: inherit;
  min-width: 0;
  padding: 11px 12px;
  width: 100%;
}

.standard-search__actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.standard-search__submit,
.standard-search__clear {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 9px 18px;
  text-align: center;
}

.standard-search__submit {
  background: var(--text-hover-color);
  border: 0;
  color: #fff;
}

.standard-search__clear {
  border: 1px solid var(--border-color);
  color: var(--descr-color);
}

.standard-search-results__summary {
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 12px;
}

.standard-search-results__category {
  color: var(--disabled-color);
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.standard-search-results__empty {
  color: var(--descr-color);
  padding: 10px 0;
}

.standard--cancelled .standards__link {
  opacity: .42;
}

.standard__status {
  color: #8a2118;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

@media (min-width: 1200px) {
  .library .common__menu {
    flex: 0 0 58%;
    min-width: 58%;
  }

  .library .common__list-content {
    flex: 1 1 auto;
    min-width: 0;
  }

  .library .admin-category-heading .standards__btn {
    white-space: nowrap;
  }
}
