/*
 * Project-wide admin polish loaded via UNFOLD["STYLES"].
 *
 * 1. Readonly panels are capped at max-w-2xl (~672px) by Unfold; content
 *    that marks itself with [data-wide] (e.g. reference tables) opts into the full row width.
 * 2. Fieldset descriptions render flush against the card border; give
 *    them the same horizontal inset as the fields below.
 */

.readonly:has(> [data-wide]) {
    max-width: 100%;
}

fieldset.module > div.leading-relaxed.mb-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
