/* Whole-card link overlay */ .cs-card { position: relative; } /* Make the entire card clickable */ .cs-card::after { content: ""; position: absolute; inset: 0; z-index: 2; } /* Ensure inner content stays above background but below overlay */ .cs-card > * { position: relative; z-index: 1; } /* Keep any buttons/text not clickable (since whole card is) */ .cs-card a { pointer-events: none; }

Seedling Learning - News & Events