@import "variables.css";

.shows-container
{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.card-link {
    text-decoration: none;
      display: block; /* Ensures the anchor fills the space */
}

.card-link .show-listing-square {
    color: var(--text-color);
}
