.epg-total-field {
	display: grid;
	gap: 0.45rem;
	width: 100%;
}

.epg-total-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.epg-total-payable {
	border-top: 1px solid currentColor;
	font-size: 1.1em;
	margin-top: 0.25rem;
	padding-top: 0.65rem;
}

.epg-total-hidden {
	display: none;
}
