diff --git a/src/pages/BookNest.tsx b/src/pages/BookNest.tsx
index 34c48a4..341c719 100644
--- a/src/pages/BookNest.tsx
+++ b/src/pages/BookNest.tsx
@@ -339,9 +339,9 @@ export default function BookNest() {
- {/* Right sidebar — spans both rows so Favorites reaches up near the hero */}
-
-
+ {/* Right sidebar — spans both rows so Favorites reaches up near the hero, and stretches to match the main column's full height */}
+
+
Favorites
{favorites.map((f) => (
@@ -353,7 +353,7 @@ export default function BookNest() {
-
+
Recently Used
{recentlyUsed.map((r) => (
@@ -365,14 +365,16 @@ export default function BookNest() {
-
+
Link Health
-
-
Category Breakdown
-
+
+
+
Category Breakdown
+
+