/* Research-index interaction and responsive typography fixes. */
.research-entry > div {
  min-width: 0;
}

.research-entry .entry-label {
  display: block;
  margin: 0 0 9px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.research-entry h3 {
  margin: 0 0 10px;
}

.research-entry h3 a {
  color: inherit;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

.research-entry h3 a:hover {
  color: var(--accent);
}

.research-entry h3 a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 2px;
}

@media (max-width: 760px) {
  .research-entry .entry-label {
    margin-bottom: 7px;
    line-height: 1.5;
  }
}
