/* ============================================================
   Home page — hover states that were inline onMouseEnter/onMouseLeave
   in the original React components (FrontCell, SisterCard).
   Enqueue this after main.css on front-page.php only.
   ============================================================ */

.front-cell:hover {
  background: var(--paper);
}

.sister-card:hover {
  background: var(--paper);
}
