.epsw-product-specifications {
	width: 100%;
	max-width: 760px;
	margin-inline: auto;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 14px;
	padding: 22px 24px;
	box-sizing: border-box;
	direction: rtl;
}

.epsw-product-specifications *,
.epsw-product-specifications *::before,
.epsw-product-specifications *::after {
	box-sizing: border-box;
}

.epsw-heading {
	display: flex;
	flex-direction: row;
	direction: rtl;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 18px;
}

.epsw-heading-icon {
	order: 0;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	background: #ece8ff;
	color: #6f5be7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.epsw-heading-title {
	order: 1;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	color: #2f2f2f;
}

.epsw-list {
	width: 100%;
}

.epsw-row {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: center;
	column-gap: 18px;
	min-height: 48px;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}

.epsw-row:last-child {
	border-bottom: 0;
}

.epsw-label {
	color: #777;
	font-size: 13px;
	line-height: 1.8;
	text-align: right;
	overflow-wrap: anywhere;
}

.epsw-value {
	color: #222;
	font-size: 14px;
	line-height: 1.9;
	text-align: center;
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	.epsw-product-specifications {
		padding: 18px;
	}

	.epsw-row {
		grid-template-columns: 110px minmax(0, 1fr);
		column-gap: 12px;
	}

	.epsw-label {
		font-size: 12px;
	}

	.epsw-value {
		font-size: 13px;
	}
}

@media (max-width: 430px) {
	.epsw-row {
		grid-template-columns: minmax(0, 1fr) !important;
		row-gap: 4px;
		padding: 12px 0;
	}

	.epsw-label,
	.epsw-value {
		text-align: right;
	}

	.epsw-label {
		font-weight: 700;
		color: #555;
	}
}
