/* Bibliometric analysis site -- custom styles */

/* Wider content area for network graphs */
.quarto-container {
  max-width: 1400px;
}

/* Better table styling */
table {
  font-size: 0.9rem;
}

thead th {
  background-color: var(--bs-primary);
  color: white;
}

/* Navigation cards on landing page */
.card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Callout tweaks */
.callout {
  margin-bottom: 1.5rem;
}

/* iframe for pyvis graphs */
iframe.network-frame {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  width: 100%;
  height: 650px;
}

/* Stat badge on landing page */
.stat-badge {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-primary);
}
