/* Passenger KB pages. Builds on smui.css; reuses the .infobox component. */
.detail-page { font-size: 15px; }
.detail-page h2 { font-size: 26px; }
.detail-page h3 { font-size: 28px; }

/* Generated placeholder silhouette (shown when no overlay/AI portrait). */
.infobox-silhouette {
    display: block;
    max-width: calc(100% - 1.5rem);
    margin: .85rem auto .4rem;
    border-radius: 6px;
    overflow: hidden;
    line-height: 0;
}
.infobox-silhouette .silhouette { width: 100%; height: auto; display: block; }

/* Contributor overlay body (mirrors players.css). */
.overlay-credit { font-size: 12px; font-style: italic; margin: 0 0 .4rem; }
.overlay-body { max-width: 70ch; line-height: 1.65; }
.overlay-body p { margin: .5rem 0; }
