/*
 * Colours use the contextual `--ds-color-*` aliases so the dialog follows the
 * active colour scheme. Never add hex fallbacks.
 */

/*
 * Designsystemet drops the dialog's own padding when its children are blocks,
 * but the rule only looks at direct children, and the blocks here are wrapped
 * in the form. Without this the blocks are inset and their dividers stop short
 * of the dialog's edges.
 */
.ObFilterNameDialog-root {
	inline-size: min(28rem, 100%);
	padding: 0;
}

.ObFilterNameDialog-actions {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: var(--ds-size-2);
}
