.member-card {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.member-card img { 
    width: 120px;
    height: 140px;
    object-fit: cover;
    margin-right: 20px;
}
.member-card .card-body {
    flex: 1;
}
.member-card .name {
    font-size: 1.4rem;
    font-weight: bold;
}
.member-card .role {
    color: #6c757d;
    margin-bottom: 10px;
}
.member-card .bio {
    font-size: 1rem;
}

.news-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.news-item:last-child {
    border-bottom: none;
}
.news-date {
    color: #6c757d;
    font-size: 0.9rem;
}
.news-title {
    font-size: 1.0rem;
    font-weight: bold;
}


.link-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: var(--bs-body-bg);
  border: 1.5px solid var(--bs-border-color);
  border-radius: 20px;
  text-decoration: none;
  color: var(--bs-secondary-color);
  font-size: 0.8125rem;
  font-weight: 500;
  transition: var(--pub-transition);
  cursor: pointer;
}

.link-pill:hover {
  background: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
}

.link-pill i {
  font-size: 0.875rem;
}

.link-pill.cite-btn {
  background: transparent;
  border: 1.5px solid var(--bs-border-color);
}


.quarto-title-banner {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  position: relative !important;
  height: 300px !important; /* Or your desired height */
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  z-index: 1;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Make the brand area a bit roomier */
.navbar .navbar-brand {
  gap: .5rem;
}

/* Control logo size (adjust height to taste: 36–44px usually works) */
.navbar-logo img {
  height: 100px;     /* visible height in the navbar */
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}

.navbar-logo {
  max-height: 100px;
}

/* Serve the 2x asset for high-DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-logo img {
    content: url("/?originalUrl=https%3A%2F%2Ftisl-lab.github.io%2Fimages%2Flogo-navbar-320.png");
  }
}
