
.monsterinsights-report-info-card[data-v-8af392ee] {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.monsterinsights-report-info-card__label[data-v-8af392ee] {
	font-size: 12px;
	font-weight: 500;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.monsterinsights-report-info-card__value-wrap[data-v-8af392ee] {
	display: flex;
	align-items: baseline;
	gap: 8px;
}
.monsterinsights-report-info-card__value[data-v-8af392ee] {
	font-size: 24px;
	font-weight: 700;
	color: #393f4c;
}
.monsterinsights-report-info-card--highlighted .monsterinsights-report-info-card__value[data-v-8af392ee] {
	font-size: 28px;
}
.monsterinsights-report-info-card__change[data-v-8af392ee] {
	font-size: 12px;
	font-weight: 600;
	padding: 2px 6px;
	border-radius: 4px;
}
.monsterinsights-report-info-card__change--positive[data-v-8af392ee] {
	color: #059669;
	background-color: #d1fae5;
}
.monsterinsights-report-info-card__change--negative[data-v-8af392ee] {
	color: #dc2626;
	background-color: #fee2e2;
}
