/**
 * Visible last-updated freshness signals (Stage 1 §6).
 */
.insly-geo-freshness {
	max-width: 900px;
	margin: 0 auto 1rem;
	padding: 0.5rem 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: #666;
}

.insly-geo-freshness__label {
	color: #666;
}

.insly-geo-freshness__date {
	font-weight: 600;
	color: #333;
}

@media (max-width: 767px) {
	.insly-geo-freshness {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
