/* TBA Framework - Shared Area Chart Component */

.tba-area-chart {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 1em;
	background: #fff;
}

.tba-area-chart__legend {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0.75em 0 0;
	padding: 0;
	font-size: 0.85em;
	color: #3c434a;
}

.tba-area-chart__legend-item {
	display: flex;
	align-items: center;
	gap: 0.4em;
}

.tba-area-chart__legend-swatch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
}
