.customer-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-support-actions button {
  min-height: 34px;
  white-space: nowrap;
}

.customer-support-button {
  border: 1px solid #d8c2ea;
  background: #fff;
  color: #4c1d95;
}

.customer-support-button:hover {
  border-color: #b779d6;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.12);
}

.customer-notify-button {
  border: 1px solid #cde7d7;
  background: #f7fffa;
  color: #0b6b3a;
}

.customer-notify-button:hover {
  border-color: #7bc99b;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.12);
}

.csc-operation-box {
  background: #fbf7ff;
  border: 1px solid #ead7f5;
  border-radius: 18px;
  padding: 16px;
}

.csc-operation-box p {
  margin: 0 0 12px;
  color: #5f5368;
}

@media (max-width: 720px) {
  .customer-support-actions,
  .danger-zone-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .customer-support-actions button,
  .danger-zone-actions button {
    width: 100%;
  }
}
