/* ── Notebook output tables ──────────────────────────────────────────────── */
.dataframe {
  font-size: 0.85rem;
  overflow-x: auto;
  display: block;
}

/* ── Figure captions ─────────────────────────────────────────────────────── */
figcaption {
  font-size: 0.8rem;
  opacity: 0.6;
  text-align: center;
  margin-top: 0.5rem;
}

/* ── Listing page header ─────────────────────────────────────────────────── */
.listing-title-block {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 2rem;
}

/* ── Post metadata line ──────────────────────────────────────────────────── */
.quarto-title-meta {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ── "Work with us" navbar button ────────────────────────────────────────── */
.navbar .nav-item:last-child .nav-link {
  background: #2563eb;
  color: #fff !important;
  border-radius: 4px;
  padding: 0.35rem 1rem;
  margin-left: 0.5rem;
  font-weight: 500;
  transition: background 0.2s ease;
}
.navbar .nav-item:last-child .nav-link:hover {
  background: #1d4ed8;
}
