/*
File: swSagaIndexStyles.css
Date: 2026-03-25
Author: klp
Workspace: SWSagaTemplate2026-03-24-Stg1
Purpose: Styles specific to swSagaIndex.html (the saga index / card-grid page).
         Link after swSiteStyles.css.
*/


/* ── Stage card image / emoji links ──────────────────────────────────────── */
/* Block display prevents the inline gap that appears under images inside <a>. */
a.card-img-link              { display: block; }
a.card-img-link img          { transition: opacity 0.15s ease; }
a.card-img-link:hover img    { opacity: 0.85; }

/* Emoji placeholder div inside the link */
a.card-img-link div          { transition: opacity 0.15s ease; }
a.card-img-link:hover div    { opacity: 0.85; }
