.pub {
  display: block;
  margin-bottom: 0.5em;
  padding: 1em 1em;
  background: #fafafa;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.1s ease;
}

.pub:hover {
  background: #f0f7ff;
  transform: translateY(-2px);
}

.title {
  font-weight: 500;
  font-size: 1.05rem;
  color: #222;
  /*margin-bottom: 0.3em;*/
}

.authors {
  font-size: 0.95rem;
  color: #555;
  /*margin-bottom: 0.2em;*/
}

.venue {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
}
