/* Cache-safe editorial cleanup. Keep visual grouping through spacing and color, not rules. */
.editorial-home .editorial-hero,
.editorial-home .editorial-contents,
.editorial-home .editorial-section {
  border-bottom: 0;
}

.editorial-home .editorial-list {
  display: grid;
  gap: 30px;
  border-top: 0;
}

.editorial-home .editorial-list > a,
.editorial-home .editorial-list > div {
  padding: 0;
  border-bottom: 0;
}

.editorial-home .grat-basics .grat-citation {
  padding-top: 0;
  border-top: 0;
}

.editorial-home .grat-article blockquote:not(.grat-objective),
.editorial-home .paper-editorial blockquote:not(.editorial-color-block) {
  padding-top: 0;
  border-top: 0;
}

.editorial-home .grat-opportunity .grat-formula {
  margin: 42px 0;
  padding: 0;
  border: 0;
}

.editorial-home .grat-editorial-steps {
  display: grid;
  gap: 38px;
  border-top: 0;
}

.editorial-home .grat-editorial-steps > div {
  padding: 0;
  border-bottom: 0;
}

.editorial-home .grat-embed-head {
  padding: 15px 18px;
  border: 0;
  background: #f3f1eb;
}

.editorial-home .paper-editorial-rows {
  display: grid;
  gap: 32px;
  margin-top: 38px;
  border-top: 0;
}

.editorial-home .paper-editorial-rows > div {
  padding: 0;
  border-bottom: 0;
}

.editorial-home .paper-numbered {
  display: grid;
  gap: 20px;
  margin: 36px 0;
  border-top: 0;
}

.editorial-home .paper-numbered li {
  padding: 0;
  border-bottom: 0;
}

.editorial-home .paper-formula {
  border-top: 0;
  border-bottom: 0;
}

.editorial-home .paper-sources summary {
  padding: 16px 18px;
  border: 0;
  background: #f3f1eb;
}

@media (max-width: 780px) {
  .editorial-home .grat-embed-head {
    padding: 14px 16px;
  }
}
