.sm-product-features {
	width: 100%;
	color: inherit;
	direction: rtl;
}

.sm-product-features,
.sm-product-features * {
	box-sizing: border-box;
}

.sm-product-features__heading {
	margin: 0 0 16px;
	padding: 0;
	color: inherit;
	font: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: right;
}

.sm-product-features__list {
	margin: 0;
	padding: 0 22px 0 0;
	list-style: disc;
}

.sm-product-features__item {
	display: list-item;
	margin: 0 0 8px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font: inherit;
	line-height: 1.9;
}

.sm-product-features__item:last-child {
	margin-bottom: 0;
}

.sm-product-features__value {
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.sm-product-features__heading {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.sm-product-features__list {
		padding-right: 20px;
	}
}
