@use "@wordpress/base-styles/variables" as *;

.editor-error-boundary {
	font-family: var(--wpds-typography-font-family-body);
	margin: auto;
	width: 100%;
	max-width: var(--wpds-dimension-surface-width-lg);
	padding: var(--wpds-dimension-padding-xl);
	margin-top: $header-height;
}

.editor-error-boundary__report {
	max-height: 420px;
	overflow: auto;
	overflow-anchor: none;
}

.editor-error-boundary__report-section {
	margin: 0;
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
