/* Web Update V61: two modifier choices per row on mobile. */
@media (max-width:768px) {
  .website-customer-modal.product-customizer-open .pizza-option-grid {
    gap:8px;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .website-customer-modal.product-customizer-open .pizza-option {
    min-width:0;
    padding:10px 8px;
  }
}
