.wpesim-webmcp-status {
	box-sizing: border-box;
	margin: 1rem 0;
	padding: 0.875rem 1rem;
	border: 1px solid #d7dce3;
	border-radius: 0.5rem;
	background: #f7f9fb;
	color: #20252b;
	font: inherit;
}

.wpesim-webmcp-status[hidden] {
	display: none;
}

.wpesim-webmcp-status.is-loading {
	border-color: #8ea9c7;
	background: #f2f7fc;
}

.wpesim-webmcp-status.is-success {
	border-color: #6fa982;
	background: #f2faf4;
}

.wpesim-webmcp-status.is-error {
	border-color: #bd6a6a;
	background: #fff5f5;
	color: #702828;
}

.wpesim-webmcp-status.is-navigation {
	position: relative;
	z-index: 2;
	border-color: #9a7823;
	background: #fff9e8;
	color: #493912;
	font-weight: 600;
}

.wpesim-webmcp-results {
	margin-block: 1.5rem;
}

#recherche_ajax_plans[aria-busy='true'],
.block-recherche-results-list[aria-busy='true'],
.wpesim-webmcp-results[aria-busy='true'] {
	opacity: 0.7;
	cursor: progress;
}

@media (prefers-reduced-motion: no-preference) {
	#recherche_ajax_plans,
	.block-recherche-results-list,
	.wpesim-webmcp-results {
		transition: opacity 160ms ease-in-out;
	}
}
