/*
 * Values below are taken directly from the live site's
 * /wp-content/uploads/elementor/css/post-4224.css at the time this
 * plugin was built, so the new dynamic table matches the original
 * Elementor section exactly: same heading style, same row background
 * tint, same label/value grid proportions, same mobile breakpoint.
 */

.no1ts-specs-table-wrap {
	margin: 30px 0;
}

.no1ts-specs-heading {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 20px;
}

.no1ts-specs-table {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.no1ts-specs-table-row {
	display: grid;
	grid-template-columns: 400px 1fr;
	align-items: center;
	background-color: #2255470D;
	padding: 15px;
}

.no1ts-specs-table-label {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #151515;
}

.no1ts-specs-table-value {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #00796B;
	margin: 0;
}

@media (max-width: 767px) {
	.no1ts-specs-table-row {
		grid-template-columns: 1fr;
		row-gap: 6px;
	}
}
