.wcc-trades-row:not(.is-head) {
	font-size: 14px;
	padding: 16px 0;
}

.wcc-trades-row:not(.is-head) > span:first-child > b {
	font-family: var(--wcc-serif);
	font-size: 17px;
	font-weight: 700;
}

.wcc-trades-row:not(.is-head) > span:nth-child(3) > b {
	font-family: var(--wcc-serif);
	font-size: 18px;
	font-weight: 700;
}

.wcc-trades-row:not(.is-head) > span:nth-child(4) > b {
	font-family: var(--wcc-serif);
	font-size: 24px;
	font-weight: 700;
}

.wcc-trades-row small {
	font-size: 11px;
	margin-top: 5px;
}

.wcc-trades-summary {
	align-items: baseline;
	color: var(--wcc-body);
	display: flex;
	flex-wrap: wrap;
	font-family: var(--wcc-sans, "Inter", Arial, sans-serif);
	font-size: 15px;
	font-weight: 400;
	gap: 18px 34px;
	margin: 28px 0 20px;
}

.wcc-trades-summary__item {
	align-items: baseline;
	display: inline-flex;
	gap: 5px;
}

.wcc-trades-summary__item strong {
	color: var(--wcc-navy);
	font-family: var(--wcc-serif);
	font-size: 25px;
	font-weight: 700;
}

.wcc-trades-summary__note {
	color: var(--wcc-caption);
}
