/* Site overrides.
 *
 * Loaded after founders-ai.webflow.shared.*.min.css, which is minified Webflow
 * output and should not be edited directly. Put local changes here.
 */

/* Equal-height portfolio cards.
 *
 * The grid already stretches each .w-dyn-item to its row height, but the card
 * <a> inside sizes to its own content, so cards in a row end up ragged when
 * their descriptions differ in length (Activeloop has none at all).
 *
 * Filling the already-stretched cell is all that is needed. Deliberately does
 * NOT change display, width, or the position of "Learn More": pinning the CTA
 * to the bottom leaves a dead gap on sparse cards, and overriding width fights
 * Webflow's own responsive sizing.
 *
 * No-op at single-column widths, where each card is its own row.
 */
.integration-grid .integrations-wrapper {
  height: 100%;
}
