.bsftcatrr-product-characteristics {
	margin: 0;
}

/* Preset 1 — table-like rows */
.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs--table {
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row {
	display: grid;
	grid-template-columns: minmax(180px, 38%) 1fr;
	gap: 16px;
	margin: 0;
	padding: 12px 16px;
	border-top: 1px solid #ececec;
}

.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row:first-child {
	border-top: 0;
}

.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row:nth-child(even) {
	background: #f8f9fb;
}

.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__label,
.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__value {
	margin: 0;
}

.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__label {
	font-weight: 600;
	color: #1d2327;
}

.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__value {
	color: #2c3338;
	word-break: break-word;
}

/* Preset 2 — cards */
.bsftcatrr-product-characteristics--preset_2 .bsftcatrr-specs--cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 12px;
}

.bsftcatrr-product-characteristics--preset_2 .bsftcatrr-specs__card {
	border: 1px solid #d0d7de;
	border-radius: 10px;
	padding: 14px 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fa 100%);
	box-shadow: 0 1px 2px rgba(27, 31, 36, 0.06);
}

.bsftcatrr-product-characteristics--preset_2 .bsftcatrr-specs__card-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #57606a;
	margin-bottom: 8px;
}

.bsftcatrr-product-characteristics--preset_2 .bsftcatrr-specs__card-value {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #24292f;
	word-break: break-word;
}

@media (max-width: 640px) {
	.bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.bsftcatrr-product-characteristics--preset_2 .bsftcatrr-specs--cards {
		grid-template-columns: 1fr;
	}
}
