.line-chart-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	flex: 1;
	min-width: 0;
	min-height: 0;
}

.line-chart-container {
	flex: 1;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	position: relative;
}

@media screen and (max-width: 768px) {
	.line-chart-wrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
