/* Turn theme nav into [ Home ] [ Publications ] style */
.site-nav a {
  text-decoration: none;
  margin: 0 0.4rem;
}

.site-nav a::before {
  content: "[ ";
}
.site-nav a::after {
  content: " ]";
}

/* Remove the pipe separators if theme uses them */
.site-nav li::after {
  content: "" !important;
}



/* for [more]-[less] in Research
/* Clean inline style for summary block */
.toggle-summary {
  font-size: 0.95em;
}

/* Style the [More] and [Less] links */
.toggle-summary a.toggle-link {
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
  margin-left: 0.3em;
}

/* Initially hide the expanded block */
.summary-expanded {
  display: none;
}
