.info-box,
.warning-box,
.source-box,
.disclaimer-box {
	border-radius: 10px;
	padding: .9rem 1rem;
	margin: 1rem 0;
}

.info-box {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
}

.warning-box {
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

.source-box {
	background: #f8fafc;
	border: 1px solid #cbd5e1;
}

.disclaimer-box {
	background: #fffbeb;
	border: 1px solid #fde68a;
}

.last-updated {
	font-size: .92rem;
	color: #475569;
}
