.tcl-1450-container {
	display: flex;
	flex-direction: column;
}

.tcl-1450-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.tcl-1450-has-divider:not(:last-child) {
	border-bottom: 1px solid #E5E7EB;
}

.tcl-1450-label {
	font-weight: 400;
	text-align: left;
	flex: 1;
	margin: 0;
}

.tcl-1450-value {
	font-weight: 600;
	text-align: right;
	flex: 1;
	margin: 0;
}