/* Merchant overrides — preserved across theme updates. */

button.sa-product-card,
.sa-product-card--group {
  width: 100%;
  text-align: left;
  color: inherit;
  padding: 0;
  appearance: none;
  font: inherit;
  cursor: pointer;
  background: rgb(var(--cl-card));
}
.sa-group-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.sa-group-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.sa-group-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: 88dvh;
  overflow: auto;
  background: rgb(var(--cl-surface));
  border: 1px solid rgb(var(--cl-border));
  border-radius: var(--radius-xl);
  padding: 1.25rem 1.25rem 1.75rem;
  box-shadow: var(--shadow-card);
}
.sa-group-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
