/* --- Global tweaks --- */

.navbar .navbar-brand {
  font-weight: 600;
}

/* --- Publication / reading-list entries --- */

.pub-entry {
  margin-bottom: 1.35rem;
}

.pub-title {
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
}

.pub-title a {
  text-decoration: none;
}

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

.pub-authors {
  font-size: 0.92rem;
  margin-top: 0.1rem;
}

.pub-venue {
  font-size: 0.9rem;
  font-style: italic;
  opacity: 0.85;
}

.pub-summary {
  font-size: 0.9rem;
  margin-top: 0.2rem;
  opacity: 0.9;
}

.pub-links {
  margin-top: 0.3rem;
  font-size: 0.85rem;
}

.pub-links .pub-btn {
  display: inline-block;
  padding: 0.05rem 0.55rem;
  margin-right: 0.35rem;
  margin-bottom: 0.25rem;
  border: 1px solid var(--bs-border-color, #ccc);
  border-radius: 0.9rem;
  text-decoration: none;
  font-size: 0.8rem;
}

.pub-links .pub-btn:hover {
  background-color: var(--bs-secondary-bg, #eee);
  text-decoration: none;
}

.pub-press {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  opacity: 0.9;
}

.pub-section-note {
  font-size: 0.9rem;
  font-style: italic;
  opacity: 0.85;
  margin-bottom: 1rem;
}

/* --- Software cards --- */

.software-entry {
  margin-bottom: 1.5rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--bs-border-color, #ddd);
  border-radius: 0.5rem;
}

.software-entry h3 {
  margin-top: 0;
  font-size: 1.1rem;
}
