.research-index {
  margin-top: 56px;
  width: 100%;
}

body[data-urp^="research/"] main {
  max-width: 720px;
  width: 100%;
}

.research-index h2 {
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.research-entry {
  border-top: 1px solid var(--border);
  padding: 24px 0;
}

.research-entry:last-child {
  border-bottom: 1px solid var(--border);
}

.research-entry h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.3;
}

.research-entry h3 a,
.research-entry-link {
  color: var(--text-primary);
  text-decoration: none;
}

.research-entry h3 a:hover,
.research-entry h3 a:focus-visible,
.research-entry-link:hover,
.research-entry-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: .18em;
}

.research-entry p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 540px;
}

.research-entry-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .03em;
  margin-top: 16px;
}
