/* =============================================================================
   COVEREDGEEKLY HUB ARCHIVE FOUNDATION
   Shared structural sizing for Lists, Quizzes and Reviews archive grids.
   Card artwork and visual treatment remain local to each hub stylesheet.
   ============================================================================= */

.geekly-archive-grid {
    min-inline-size: 0;
}

/* A grid item must always occupy its own assigned track. This prevents an
   aspect ratio or minimum height on a card from creating a wider intrinsic
   size that spills beyond the track on narrower screens. */
.geekly-archive-grid > * {
    box-sizing: border-box;
    inline-size: 100%;
    min-inline-size: 0;
    max-inline-size: 100%;
    justify-self: stretch;
}

/* Native archive-card links form the visual frame in Lists and Quizzes and
   are an additional containment boundary for every hub. */
.geekly-archive-grid > * > a {
    box-sizing: border-box;
    inline-size: 100%;
    min-inline-size: 0;
    max-inline-size: 100%;
}
