/* Modal + — i2t3 component styles
 * Richer modal (vs. the Bootstrap "modal"): a set of modals from one element —
 * each trigger button opens its own dialog with its own title, body, size,
 * header colour and optional action. Show/hide is handled by the global
 * Bootstrap bundle (no own JS).
 */

.i2t3-modal-plus__triggers {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}
