.sacom-widget-cart-report {

	border: solid 1px #4F4F4F;
	height: 100%;
	box-sizing: border-box;

}

.sacom-widget-header {

	padding: 12px 6px;
	display: flex;
	align-items: center;
	background-color: #4F4F4F;
	color: #FFF;
	margin: 0 0 25px 0;

}

.sacom-widget-header h2 {

	color: #D1D1D1;
	margin: 0;
	font-size: 1.45em;
	font-weight: 500;

}

.sacom-widget-header svg path {

	fill: #D1D1D1;

}

.sacom-widget-header span {

	text-align: right;
	margin-left: auto;

}

.sacom-square-stat {

	display: flex;
	background-color: #4795D3;
	color: #FFF;
	align-items: center;
	margin: 15px 25px;

}

.sacom-square-stat h2 {

	min-width: 120px;
	text-align: center;
	background: #226CA9;
	color: #FFF;
	font-size: 1.7em;
	font-weight: 400;
	padding: 12px;
	margin: 0;

}

.sacom-square-stat span {

	color: #FFF;
	font-size: 1.2em;
	padding: 5px 20px;

}

.sacom-widget-chart-row {

	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	padding: 0 20px;
	box-sizing: border-box;

}
