/**
 * Call-to-action points row.
 *
 * The design gave this no `narrow` branch -- `flex-wrap` handles small
 * screens on its own -- so there is no breakpoint here. No box-sizing reset,
 * matching the design.
 */

.rccp__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 12px;
	margin-top: 4px;
}

.rccp__item {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.rccp__dot {
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: #a5b4fc;
}
