.square-card {
    width: 16rem;   /* Adjusted width for better row display */
    height: 18rem;  /* Fixed height to maintain square aspect ratio */
    flex-shrink: 0; /* Prevent shrinking when scrolling */
    margin-bottom: 1rem; /* Adds space between rows */
}