/* Bean sidebar: hide section numbers for bean entries.
   Type sections keep their numbers (8.1. Epics, 8.2. Features, etc.)
   but individual beans don't need them. */
li.chapter-item > ol.section > li.chapter-item > ol.section strong[aria-hidden] {
    display: none;
}

/* Bean detail page: full-width metadata table */
.bean-meta table {
    width: 100%;
}

/* Kanban card styling */
.bean-card {
    border: 1px solid var(--table-border-color);
    border-radius: 4px;
    padding: 0.5em 1em;
    margin-bottom: 0.75em;
    background: var(--quote-bg);
}
.bean-card h3 {
    margin-top: 0.25em;
    margin-bottom: 0;
}
.bean-card ul {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
