.offres-main{min-width:0}

.offres-intro-container{
  max-width:800px;
  margin-inline:auto;
  text-align:center;
}

.offres-restaurant-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-5);
}

.offres-restaurant-grid > *{min-width:0}

.offres-restaurant img{
  border-radius:var(--radius-md);
  border:1px solid var(--color-border-delicate);
  margin-bottom:var(--space-3);
}

.offres-conditions-container{
  max-width:700px;
  margin-inline:auto;
  text-align:center;
}

.offres-poker-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-5);
}

.offres-poker-grid > *{min-width:0}

.offres-poker img{
  border-radius:var(--radius-md);
  border:1px solid var(--color-border-delicate);
  margin-bottom:var(--space-3);
}

.offres-legal-container{
  max-width:750px;
  margin-inline:auto;
  text-align:center;
}

.offres-events-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--space-5);
}

.offres-events-grid > *{min-width:0}

.offres-events img{
  border-radius:var(--radius-md);
  border:1px solid var(--color-border-delicate);
  margin-bottom:var(--space-3);
}

.offres-steps-container{
  max-width:700px;
  margin-inline:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.offres-steps{
  text-align:left;
}

.offres-eligibility-container{
  max-width:700px;
  margin-inline:auto;
  text-align:center;
}

.offres-summary-container{
  max-width:750px;
  margin-inline:auto;
  text-align:center;
}

@media (max-width:900px){
  .offres-restaurant-grid,
  .offres-poker-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .offres-events-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:600px){
  .offres-restaurant-grid,
  .offres-poker-grid{
    grid-template-columns:1fr;
  }
}
