/**
 * Query Jewelry Engine — Frontend styles for the price breakdown display.
 */

.qje-price-breakdown {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 16px 20px;
	margin: 20px 0;
	background: #fafafa;
}

.qje-price-breakdown h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.qje-price-breakdown-table {
	width: 100%;
	border-collapse: collapse;
}

.qje-price-breakdown-table tr th,
.qje-price-breakdown-table tr td {
	padding: 6px 0;
	border-bottom: 1px solid #ececec;
	text-align: left;
	font-weight: normal;
}

.qje-price-breakdown-table tr:last-child th,
.qje-price-breakdown-table tr:last-child td {
	border-bottom: none;
	font-weight: 700;
	font-size: 16px;
	border-top: 2px solid #ddd;
	padding-top: 10px;
}

.qje-price-breakdown-table tr td {
	text-align: right;
	font-variant-numeric: tabular-nums;
}
