/* Bespoke Details — front-end defaults */

.bd-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.bd-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bd-heading {
	margin: 0;
	color: #202928;
	font-weight: 600;
	line-height: 1.3;
}

.bd-description {
	margin: 0;
	color: #202928;
	font-weight: 400;
	line-height: 1.5;
}
