/* Εγκαταστάσεις (single + archive). The hero is the shared .neo-hero — see base.css. */

/* Only two εγκαταστάσεις exist — a flex 2-up row instead of a 3-column grid,
   so both cards share the row evenly instead of leaving an empty third slot. */
.neo-archive--egkatastasi .neo-card-grid { display: flex; flex-wrap: wrap; }
.neo-archive--egkatastasi .neo-card-grid > .neo-card { flex: 1 1 calc(50% - 11px); }

@media (max-width: 820px) {
  .neo-archive--egkatastasi .neo-card-grid > .neo-card { flex: 1 1 100%; }
}
