/**
 * Légende pastille agenda — charte Calendanse, discrète.
 */

.cd-mec-agenda-legend {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.85rem;
	padding: 0.45rem 0.7rem;
	max-width: 42rem;
	font-size: 0.82rem;
	line-height: 1.35;
	color: #475569;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.cd-mec-agenda-legend__swatch {
	flex: 0 0 auto;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: #e95a3c;
	box-shadow: 0 0 0 2px rgba(233, 90, 60, 0.18);
}

.cd-mec-agenda-legend__text {
	min-width: 0;
}

.mec-agenda-event .event-color,
.mec-event-list-classic .event-color {
	vertical-align: middle;
}

.mec-agenda-event .event-color:focus-visible {
	outline: 2px solid #1e3a5f;
	outline-offset: 2px;
}
