.focus-filter-select {
  min-height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-weight: 700;
}

.customer-transfer-icon {
  width: 44px;
  min-width: 44px;
  padding: 0;
  justify-content: center;
}

.expert-contact-card {
  position: relative;
}

.expert-edit-button {
  min-height: 36px;
  padding: 0 12px;
}

.expert-contact-card > div:nth-child(2) span + span {
  margin-top: 3px;
}

@media (max-width: 720px) {
  .toolbar-actions {
    gap: 8px;
  }

  .focus-filter-select {
    width: 100%;
  }

  .customer-actions {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
  }
}
