.service-change-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 1px 0;
  font-size: 11px;
  color: var(--muted);
}

.service-change-row .text-button {
  font-size: 11px;
  white-space: nowrap;
}
