/**
 * Molecule: Price Line (extra)
 * Extra price lines displayed outside the sidebar
 */

.p-line-extra {
	display: flex;
	justify-content: space-between;
	font-size: var(--text-sm);
	color: var(--gray-500);
	padding: 3px 0;
}

.p-line-extra .p-val {
	font-weight: var(--font-semibold);
	color: var(--gray-600);
}
