diff --git a/src/components/OffsetOrder.tsx b/src/components/OffsetOrder.tsx
index 5364cae..f131b45 100644
--- a/src/components/OffsetOrder.tsx
+++ b/src/components/OffsetOrder.tsx
@@ -366,16 +366,20 @@ export function OffsetOrder({ tons, monetaryAmount, onBack, calculatorType }: Pr
Order Summary
-
-
- Amount to Offset:
- {tons.toFixed(2)} tons CO₂
-
-
- Portfolio Distribution:
- Automatically optimized
-
-
+
+
+ Amount to Offset:
+ {tons.toFixed(2)} tons CO₂
+
+
+ Portfolio Distribution:
+ Automatically optimized
+
+
+ Cost per Ton:
+ {renderPortfolioPrice(portfolio)}
+
+