/* iod-platform — project-specific tweaks on top of AdminLTE v4.
   AdminLTE + Bootstrap supply the bulk of the styling via CDN; this
   file only holds small overrides so we are not fighting the theme. */

/* Make <pre> error blocks wrap instead of overflowing their card. */
pre {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.85rem;
}

/* Tighten definition lists on the action-detail page. */
dl.row dt { font-weight: 600; }
dl.row dd { margin-bottom: 0.25rem; }

/* Keep inline action-button forms from adding vertical gaps in tables. */
td form.d-inline { margin: 0; }

/* Brand icon spacing in the sidebar. */
.brand-image { margin-right: .5rem; }
