/* css styles */

/* Restore title block spacing removed by sidebar layout */
body.nav-sidebar #title-block-header {
  margin-block-end: 1.5rem;
}
.add-space{
    padding-right: 8%;
    }

img {
  border-radius: 6px;
}

figure img {
  border-radius: 6px;
}

.modal img {
  border-radius: 6px;
}

/* ── Bluesky comments ── */
.bluesky-comments {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--bc-border-color, #eaeaea);
}


/* Balance listing table columns */
.quarto-listing table {
  table-layout: auto;
}
.quarto-listing td:nth-child(1) { width: 110px; }
.quarto-listing td:nth-child(2) { width: 28%; }
.quarto-listing td:nth-child(4) { width: 110px; }
.quarto-listing td:nth-child(3) { /* description takes remaining */ }
