/*to use global variables, import them into your component stylesheet*/
@import "./../../../../styles/global.scss";

.myshop-graph__container {
	width: 400px;
	margin: auto;
}

.myshop-graph__title--row {
	display: flex;
	align-items: center;
	padding: 0.5rem;
}

.myshop-graph__title--column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid $grey-light;
}


.myshop-graph__total {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-weight: 500;
}

.myshop-graph__total-title {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 600;
}

.myshop-graph__total-title--small, .myshop-graph__stats--small > span {
	margin: 0;
	padding: 0.125rem 0;
	font-size: 0.8rem;
	font-weight: 600;
}

.myshop-graph__card--row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myshop-graph__graph-container {
	flex: 1
}

.myshop-graph__graph-container--row {
	display: flex;
	justify-content: space-between;
}