.publication {
  margin-bottom: 1em;
}

.pub-title {
  font-weight: bold;
}

.pub-authors {
  margin: 0.1em 0;
}

.pub-authors strong {
    font-weight: bold;
}

.pub-venue {
  font-style: italic;
}

.pub-links {
  margin-top: 0.2em;
}

.pub-links {
  margin-top: 0.3em;
}

.pub-btn {
  display: inline-block;
  margin-right: 0.4em;
  padding: 0.15em 0.5em;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.85em;
  text-decoration: none;
  color: #333;
}

.pub-btn:hover {
  background-color: #f2f2f2;
}

/* ------------------------------
   Publication links (PDF, Code, URL)
   Inspired by minimal-light template
--------------------------------- */
.pub-links {
    margin-top: 0.3em;
}

.pub-links a {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.25em 0.6em;
    background-color: #f5f5f5;
    color: #0366d6;
    text-decoration: none;
    font-size: 0.85em;
    border-radius: 4px;
    border: 1px solid #e1e4e8;
    transition: background-color 0.2s, color 0.2s;
}

.pub-links a:hover {
    background-color: #0366d6;
    color: #ffffff;
}
