/* Customer save actions — aligned with global ui-polish bubble buttons */
.customer-save-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.customer-save-actions button,
.customer-save-actions .button {
  margin: 0;
}

@media (max-width: 520px) {
  .customer-save-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .customer-save-actions button,
  .customer-save-actions .button {
    width: 100%;
  }
}
