.research-page {
  width: 780px;
  margin: 0 auto;
}

/* =========================
   SECTION HEADINGS
   ========================= */

.section-heading {
  font-family: "Courier New", Courier, monospace;
  font-size: 17px;
  font-weight: 700;
  color: var(--green);
  margin: 0 0 18px 0;
}

/* =========================
   WORKING PAPERS
   ========================= */

.paper-list {
  margin: 0 0 30px 25px;
  padding: 0;
}

.paper {
  margin-bottom: 16px;
}

.paper::marker {
  font-size: 0.80em;
  color: #555555;
}

.paper-title {
  color: var(--text);
  font-weight: 500;
  font-size: 0.96em;
  text-decoration: none;
}

.paper-title:hover {
  text-decoration: underline;
}

.paper-authors {
  color: #666666;
  font-style: italic;
  font-size: 0.90em;
  margin-top: -3px;
  margin-bottom: 0;
}

.rr-note {
  margin-top: 0;
  color: #555555;
  margin-top: -3px;
  font-size: 0.90em;
}

/* =========================
   WORK IN PROGRESS
   ========================= */
.wip-list {
  margin: 0 0 0 25px;
  padding: 0;
}

.wip-list li {
  margin-bottom: 8px;
  font-size: 0.96em;
  font-weight: 400;
}

.wip-list li::marker {
  font-size: 0.80em;
  color: #555555;
}

.wip-list span {
  color: #666666;
  font-style: italic;
  font-size: 0.94em;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 760px) {

  .research-page {
    width: auto;
  }

}
