/* Page publique des offres — deux Portes principales, parfaitement centrées. */
.mwro-offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.mwro-offer-grid.has-1 {
  grid-template-columns: minmax(0, 550px);
  justify-content: center;
}

.mwro-offer-grid.has-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1240px;
}

.mwro-offer-card {
  flex-direction: column;
  text-align: center;
}

.mwro-offer-image {
  display: block;
  flex: 0 0 auto;
}

.mwro-offer-body {
  align-items: center;
  width: 100%;
}

.mwro-offer-card h3,
.mwro-offer-card p {
  margin-left: auto;
  margin-right: auto;
}

.mwro-offer-card > .mwro-offer-body > p:not(.mwro-renewal) {
  max-width: 430px;
}

.mwro-price {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.mwro-price del {
  display: block;
  text-align: center;
  width: 100%;
}

.mwro-price strong,
.mwro-price small {
  white-space: nowrap;
}

.mwro-renewal {
  max-width: 420px;
  text-align: center;
}

.mwro-offer-card form {
  width: 100%;
}

@media (max-width: 900px) {
  .mwro-offer-grid,
  .mwro-offer-grid.has-1,
  .mwro-offer-grid.has-2,
  .mwro-offer-grid.has-3 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .mwro-price strong {
    font-size: clamp(42px, 15vw, 58px);
  }
}
