/* Cards in Insights panel/modal */
.yoast-insights-row:not(:last-of-type) {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.yoast-insights-row--columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;

}
/* Only when Insights is opened in a modal */
@media(min-width: 782px) {
	.yoast-modal-content .yoast-insights-row {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}
.yoast-insights-card__content {
	display: flex;
}
.yoast-insights-card__score {
	flex-shrink: 0;
	margin-right: 2em;
	font-size: 16px;
}
.yoast-insights-card__amount {
	display: block;
	font-size: 3.5em;
	line-height: 1;
}

/*# sourceMappingURL=insightscard.css.map */