/* Profile image */
.column img {
  max-width: 100%;
  border-radius: 8px;
}

/* Navbar */
.navbar {
  background-color: #427AB5 !important;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff !important;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
  color: #f0c0c0 !important;
}

/* News table — remove borders for a clean look */
.news-table table {
  border: none;
}

table {
  border-collapse: collapse;
}

/* Nested lists inside table cells (e.g. multi-paper news items) */
td ul {
  margin: 0.3rem 0 0 0;
  padding-left: 1.25rem;
}

td ul li {
  margin-bottom: 0.15rem;
}

/* Tighten publication list spacing */
#refs .csl-entry {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

/* Section headings */
h2 {
  margin-top: 2rem;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.3rem;
}

/* Links */
a {
  color: #3852B4;
}

a:hover {
  color: #2a3d8a;
}

/* Footer */
.nav-footer {
  font-size: 0.85rem;
  color: #6c757d;
}
