.urgences-list-gutenberg-block {
	width: 100%;
	margin-top: 5rem;
	container: urgences-list/inline-size;
}
.urgences-list-gutenberg-block .inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.urgences-list-gutenberg-block .urgence {
	display: flex;
	justify-content: space-between;
}
.urgences-list-gutenberg-block .urgence-icon {
	width: 106px;
	height: fit-content;
	border: 1px solid #293a46;
	display: flex;
	flex-shrink: 0;
	box-sizing: content-box;
}

.urgences-list-gutenberg-block .urgence-icon svg {
	width: 100%;
	height: auto;
}

.urgences-list-gutenberg-block .urgence-content {
	width: min(604px, 75%);
}
.urgences-list-gutenberg-block .urgence-title {
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.11;
	margin-bottom: 0.666em;
	color: var(--primary-text);
	text-align: left !important;
}
.urgences-list-gutenberg-block .urgence-title:hover {
	color: var(--primary-blue);
}

@container urgences-list (max-width: 690px) {
	.urgences-list-gutenberg-block .urgence-icon {
		width: 66px;
	}

	.urgences-list-gutenberg-block .urgence-title {
		font-size: 1.5rem !important;
	}
}
