/* De staffeltabel onder de add-to-cart-knop. Bewust smal gehouden: alleen de eigen klassen, zodat
   er niets van de rest van de productpagina meeverandert. */

.lynqio-staffel {
	margin: 1rem 0 0;
}

.lynqio-staffel__kop {
	margin: 0 0 .35rem;
	font-weight: 600;
	font-size: .95em;
}

.lynqio-staffel__tabel {
	width: 100%;
	max-width: 26rem;
	border-collapse: collapse;
	font-size: .9em;
}

.lynqio-staffel__tabel th,
.lynqio-staffel__tabel td {
	padding: .4rem .6rem;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.lynqio-staffel__tabel thead th {
	font-weight: 600;
	white-space: nowrap;
}

.lynqio-staffel__tabel tbody th {
	font-weight: 400;
	white-space: nowrap;
}

.lynqio-staffel__tabel tbody td:last-child,
.lynqio-staffel__tabel thead th:last-child {
	text-align: right;
}

.lynqio-staffel__tabel tbody tr.is-actief {
	background: rgba(0, 0, 0, .04);
}

.lynqio-staffel__tabel tbody tr.is-actief th,
.lynqio-staffel__tabel tbody tr.is-actief td {
	font-weight: 600;
}
