/* Home v2.15.6: four secondary projects in two equal columns.
   Load after the project capture styles. SIGECO remains outside this grid. */
body.home-v22 .v210-projects-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Reset the older tablet rule that made the final card span both columns. */
body.home-v22 .v210-projects-grid > .v210-project-card {
  min-width: 0;
  grid-column: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
}

body.home-v22 .v210-projects-grid > .v210-project-card:last-child > .v210-card-media {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

@media (max-width: 760px) {
  body.home-v22 .v210-projects-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
