.specifications-widget {
	width: 100%;
}

.spec-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.spec-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.spec-key {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.spec-value {
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
