.papers-list {
  margin-top: 1.5rem;
}

.paper-entry {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.paper-entry:last-child {
  border-bottom: none;
}

.paper-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  line-height: 1.4;
}

.paper-title a {
  color: #00b8d4;
  text-decoration: none;
}

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

.paper-authors {
  font-size: 1.0rem;
  opacity: 0.7;
  margin-bottom: 0.15rem;
}

.paper-venue {
  font-size: 1.0rem;
  font-style: italic;
  opacity: 0.55;
  margin-bottom: 0.6rem;
}

.paper-desc {
  font-size: 1.0rem;
  line-height: 1.65;
  opacity: 0.85;
}
