.ec-nettoloon {
	border: 1px solid currentColor;
	border-radius: 10px;
	background: transparent;
}

.ec-nettoloon__grid {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ec-nettoloon label {
	display: block;
	font-size: 18px;
	line-height: 125%;
	font-weight: 400;
}

.ec-nettoloon__item.is-hidden {
	display: none;
}

.ec-nettoloon input,
.ec-nettoloon select,
.ec-nettoloon button {
	font-size: 18px;
	line-height: 125%;
	font-weight: 400;
	border: 2px solid currentColor;
	border-radius: 6px;
}

.ec-nettoloon__actions {
	margin-top: 16px;
}

.ec-nettoloon__actions button {
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.ec-nettoloon__result {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 2px solid currentColor;
}

.ec-nettoloon__total strong {
	font-size: 24px;
	display: inline-block;
}

.ec-nettoloon table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
}

.ec-nettoloon td {
	border-bottom: 0;
	padding: 8px 4px;
}

.ec-nettoloon td:last-child {
	text-align: right;
}

.ec-nettoloon__table td {
	text-align: left;
}

.ec-nettoloon__table td.tk-total {
	font-weight: 700;
}

.ec-nettoloon__subhead td {
	font-weight: 600;
}

.ec-nettoloon__table tr.is-hidden {
	display: none;
}

.ec-nettoloon__section {
	background-color: #F1F1F1;
}

.ec-nettoloon__section td {
	font-weight: 700;
	text-align: left !important;
}

.ec-nettoloon__note {
	margin-top: 10px;
	font-size: 12px;
	opacity: .8;
}

/* ---- EV help block ---- */
.ec-nettoloon__help {
	grid-column: 1 / -1;
}

.ec-nettoloon__help details {
	border: 1px solid currentColor;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
}

.ec-nettoloon__help summary {
	cursor: pointer;
	font-weight: 600;
	list-style: none;
	user-select: none;
}

.ec-nettoloon__help summary::-webkit-details-marker { display: none; }

.ec-nettoloon__help-body {
	margin-top: 10px;
}

.ec-nettoloon__help-body p {
	margin: 0 0 8px;
}

.ec-nettoloon__help-table {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
	overflow-x: auto;
	display: block;
}

.ec-nettoloon__help-table th,
.ec-nettoloon__help-table td {
	border: 1px solid currentColor;
	padding: 4px 8px;
	text-align: center;
	white-space: nowrap;
}

.ec-nettoloon__help-table thead th {
	font-weight: 700;
}