.pc-facts {
	display: grid;
	gap: .75rem;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin: 1.5rem 0 2rem;
}

.pc-fact {
	background: #f6f8f2;
	border: 1px solid #e6efeb;
	border-radius: 16px;
	padding: 1rem;
}

.pc-fact dt {
	color: #5d716e;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.pc-fact dd {
	color: #102a2a;
	font-family: var(--wp--preset--font-family--display, sans-serif);
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.25;
	margin: .35rem 0 0;
}
