.single-product .lp-short-specs-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
	max-width: 560px;
}

.single-product .lp-short-spec-card {
	min-height: 52px;
	padding: 7px 5px;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.single-product .lp-short-spec-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #64748b;
	color: #fff;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
}

.single-product .lp-short-spec-icon svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.single-product .lp-short-spec-icon svg * {
	vector-effect: non-scaling-stroke;
}

.single-product .lp-short-spec-card-cpu .lp-short-spec-icon,
.single-product .lp-short-spec-card-storage .lp-short-spec-icon,
.single-product .lp-short-spec-card-gpu .lp-short-spec-icon {
	background: #1f5f9f;
}

.single-product .lp-short-spec-card-memory .lp-short-spec-icon,
.single-product .lp-short-spec-card-display .lp-short-spec-icon,
.single-product .lp-short-spec-card-os .lp-short-spec-icon {
	background: #2f9e44;
}

.single-product .lp-short-spec-card.lp-short-spec-color-blue .lp-short-spec-icon {
	background: #1f5f9f;
}

.single-product .lp-short-spec-card.lp-short-spec-color-green .lp-short-spec-icon {
	background: #2f9e44;
}

.single-product .lp-short-spec-value {
	font-size: 14px;
	line-height: 1.35;
	color: #111827;
}

.single-product .lp-acf-specs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
	direction: rtl;
}

.single-product .lp-acf-specs-col {
	min-width: 0;
}

.single-product .lp-acf-specs-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
}

.single-product .lp-acf-specs-table.shop_attributes th,
.single-product .lp-acf-specs-table.shop_attributes td {
	border: 1px solid #e5e5e5;
	padding: 16px 18px;
	vertical-align: top;
	word-break: break-word;
}

.single-product .lp-acf-specs-table.shop_attributes th {
	width: 32%;
	font-weight: 700;
	text-align: right;
	background: #fafafa;
}

.single-product .lp-acf-specs-table.shop_attributes td {
	text-align: right;
	background: #fff;
}

.single-product .lp-acf-specs-table a {
	word-break: break-all;
}

@media (max-width: 768px) {
	.single-product .lp-short-specs-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 100%;
	}

	.single-product .lp-short-spec-card {
		min-height: 104px;
		padding: 12px 8px;
	}

	.single-product .lp-short-spec-icon {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		margin-bottom: 8px;
	}

	.single-product .lp-short-spec-icon svg {
		width: 22px;
		height: 22px;
	}

	.single-product .lp-acf-specs-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
