/* ========================================
   HOVER FIX - Prevent Cards from Being Cut Off
   ======================================== */

/* MINIMALIST APPROACH - Only fix what's needed */

/* Add small padding to grids to prevent top clipping on hover */
.grid,
.grid-2,
.grid-3,
.grid-4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* That's it - keep it simple! */
/* Sections will use their default overflow behavior */
/* This prevents sections from overlapping */
