/* Lentelė  */
.tps-table {
	display: flex;
	flex-direction: column;
}

.tps-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 4px 0;
	border-bottom: 1px solid #F3F3F3;
	align-items: center;
}

.tps-savybe {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #393939;
}

.tps-reiksme {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #393939;
	text-align: right;
}

/* Sąrašas  */

.technines-prietaiso-savybes-list h3 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #222222;
}

.tps-list {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 24px;
}

.tps-list li {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1.2;
	color: #393939;
}
