//
// Football Pool WordPress plugin
//
// @copyright Copyright (c) 2026 Antoine Hurkmans
// @link https://wordpress.org/plugins/football-pool/
// @license https://plugins.svn.wordpress.org/football-pool/trunk/LICENSE
//

// div.chart { border: 1px solid #000; }

//noinspection SassScssResolvedByNameOnly
.charts-container {
	@include flexbox();
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;

	.chart-wrapper {
		@include flex(1);
		flex-basis: 48%;
	}
}

.chart-inner {
}

.chart {
	margin-bottom: 2rem;
}

//.chart.right { float: right; padding-left: 10px; }
//.chart.left { float: left; padding-right: 20px; }
//.chart.stats-pie { float: left; margin-right: 20px; }
