.hg-pt-section {
	padding: 16px 0;
}

.hg-pt-title {
	font-size: 15px !important;
	margin-bottom: 12px;
}

.hg-pt-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hg-pt-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.hg-pt-row-left {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hg-pt-label {
	font-size: 14px;
	font-weight: 600;
	color: #111;
}

.hg-pt-due {
	font-size: 14px;
	font-weight: 400;
	color: #888;
}

.hg-pt-amount {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
	margin-left: 12px;
}
