/**
 * Full specifications grid — ultra-thin row dividers (3-specs.php).
 *
 * @package NewTechPrice
 */

.ntp-specs-shell .ntp-spec-row {
	border-bottom: 1px solid rgb(223 228 234 / 0.85);
}

[data-theme='dark'] .ntp-specs-shell .ntp-spec-row {
	border-bottom: 1px solid rgb(51 65 85 / 0.45);
}

.ntp-specs-shell .ntp-spec-row:last-child {
	border-bottom: none;
}

.ntp-specs-shell .ntp-spec-group-h {
	border-bottom: 1px solid rgb(223 228 234 / 0.9);
}

[data-theme='dark'] .ntp-specs-shell .ntp-spec-group-h {
	border-bottom: 1px solid rgb(51 65 85 / 0.55);
}
