
.monsterinsights-technology-report {
	display: flex;
	gap: 32px;
	margin-top: 40px;
}
.monsterinsights-technology-report .monsterinsights-overview-report-table {
	flex: 1;
	min-width: 0;
	margin-top: 0;
}
.monsterinsights-technology-report__compare-divider {
	border-top: 1px solid #e5e7eb;
	margin: 16px 0 8px;
	padding-top: 12px;
}
.monsterinsights-technology-report__period-label {
	font-size: 12px;
	font-weight: 500;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.monsterinsights-technology-report__period-label--prev {
	color: #9ca3af;
}
@media (max-width: 768px) {
.monsterinsights-technology-report {
		flex-direction: column;
		gap: 0;
}
}
