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


.insights-time-title__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
}

.insights-time-title__measure {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
}

.insights-time-title__period {
	margin: 0;
	padding: 0;
	background: transparent;
	color: $grey-dark;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
}

.colour-title {
	font-size: 1.17em;
	font-weight: 700;
}