/* As tall as the question and its answers, never as tall as the window it was given
   — or there would be nothing for `OverlayManager.fit` to measure. */
.mf-confirm {
	display: flex;
	flex-direction: column;
	gap: var(--mf-space-4);
	padding: var(--mf-space-2);
	font-family: var(--mf-font-mono);
}

.mf-confirm-message {
	margin: 0;
	color: var(--mf-color-text-muted);
	line-height: var(--mf-font-line-height);

	strong {
		color: var(--mf-color-text);
	}
}

/* The safe answer first, in reading order: the destructive one is arrived at. */
.mf-confirm-actions {
	display: flex;
	gap: var(--mf-space-3);
	justify-content: flex-end;
}
