.editorial-archive-cover__content {
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: 20px;
  padding-top: 28px;
}

.editorial-archive-heading {
  display: block;
}

.editorial-archive-heading h1 {
  max-width: 12ch;
  margin-top: 6px;
  font-size: 3.25rem;
  line-height: 0.92;
}

.editorial-archive-heading > p:last-child {
  max-width: 48ch;
  margin-top: 14px;
  font-size: 0.92rem;
  line-height: 1.4;
}

.dss-search-form {
  display: grid;
  gap: 7px;
}

.dss-search-form label {
  color: var(--category-muted);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dss-search-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 46px;
  border: 1px solid #aeb4b9;
  border-radius: 4px;
  background: #fff;
}

.dss-search-form input {
  min-width: 0;
  padding: 0 13px;
  border: 0;
  background: transparent;
  color: var(--category-ink);
  font: inherit;
}

.dss-search-form button {
  min-width: 82px;
  padding: 0 16px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: var(--category-ink);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.dss-search-form button:hover,
.dss-search-form button:focus-visible {
  background: var(--category-primary);
}

.editorial-archive-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--category-line);
  background: var(--category-line);
}

.editorial-archive-sections a {
  display: grid;
  gap: 5px;
  padding: 16px;
  background: #fff;
}

.editorial-archive-sections a:hover,
.editorial-archive-sections a:focus-visible {
  color: var(--category-primary);
}

.editorial-archive-sections span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-weight: 800;
}

.editorial-archive-sections small {
  color: var(--category-muted);
  font-size: 0.58rem;
  font-weight: 700;
}

.editorial-archive-note {
  align-self: end;
  margin: 0;
  color: var(--category-muted);
  font-size: 0.65rem;
  line-height: 1.5;
}

.editorial-archive-note a {
  color: var(--category-primary);
  font-weight: 800;
}

.editorial-archive-empty {
  display: grid;
  gap: 14px;
  margin: 28px;
  padding: 34px;
  border: 1px solid var(--category-line);
  background: #fff;
}

.editorial-archive-empty > p:first-child {
  margin: 0;
  color: var(--category-primary);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-archive-empty h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.editorial-archive-empty > p:not(:first-child) {
  margin: 0;
  color: var(--category-muted);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
}

.editorial-archive-empty > a {
  justify-self: start;
  color: var(--category-primary);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-menu .dss-search-form {
  margin-top: 24px;
}

@media (max-width: 1299.98px) {
  .editorial-archive-cover__content {
    grid-template-rows: auto auto auto auto;
  }

  .editorial-archive-heading h1 {
    font-size: 3.7rem;
  }
}

@media (max-width: 599.98px) {
  .editorial-archive-heading h1 {
    font-size: 2.65rem;
  }

  .editorial-archive-sections {
    grid-template-columns: 1fr;
  }

  .editorial-archive-empty {
    margin: 24px 10px;
    padding: 24px 18px;
  }

  .category-footer {
    gap: 7px 12px;
  }
}
