/* Project-only rules, loaded after site.css.
   The shared design system already styles cards, tabs, badges, tags, the
   password modal, and the detail layout. These are the few overview/detail
   tweaks specific to the projects area. */

/* project cards behave as buttons */
.card-grid .card[role="button"] { cursor: pointer; }

/* keep card bodies aligned: tags pinned to the bottom (see .tags margin-top) */
.card-grid .card { min-height: 100%; }

/* detail page: comfortable reading measure for the injected content */
#detail-root .detail-section p { max-width: 68ch; }
