.product-technical-specs {
	width: 100%;
	padding: 22px 18px;
	background: #1A1C1C;
	color: #fff;
    border-radius: 4px;
}

.product-technical-specs__header,
.product-technical-specs__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.product-technical-specs__header {
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(210, 42, 42, 0.3);
}

.product-technical-specs__heading {
	color: #e2252b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.product-technical-specs__heading--name {
	flex: 1;
	min-width: 0;
}

.product-technical-specs__heading--value {
	flex: 0 0 140px;
	text-align: right;
}

.product-technical-specs__row {
	min-height: 54px;
	padding: 12px 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.product-technical-specs__row:last-child {
	border-bottom: 0;
}

.product-technical-specs__name {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

.product-technical-specs__value {
	flex: 0 0 140px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #d8d8d8;
	text-align: right;
}