/* --- Publications list --- */
.publications {
  margin-block: 1rem;
}

.publications h2 {
  padding-bottom: 0.4rem;
  margin-bottom: 1.2rem;
}

.publication {
  padding: 0.25rem 0;
  /* border-bottom: 1px solid #e5e5e5; */
}

.publication:last-child {
  border-bottom: none;
}

.publication .title {
  margin: 0 0 0.1rem;
  font-size: 1.0rem;
  line-height: 1.4;
}

.publication .authors {
  margin: 0 0 0.2rem;
  /*color: #555;*/
  font-size: 1rem;
  /*font-style: italic;*/
}

.publication .links {
  margin: 0;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.publication .links a {
  /*color: #e700a2;*/
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
}

.publication .links a:hover,
.publication .links a:focus-visible {
  text-decoration: underline;
}

/* the actual [ ] brackets, generated purely visually */
.publication .links a::before {
  content: "[";
  color: #000000;
  font-weight: 400;
  margin-right: 0.05em;
}

.publication .links a::after {
  content: "]";
  color: #000000;
  font-weight: 400;
  margin-left: 0.05em;
}