/* Contacts Page Styles */

/* Empty State - Secondary Actions */

.empty-state-secondary-actions {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border, #e5e7eb);
}

.empty-state-divider {
  font-size: 0.875rem;
  color: var(--muted, #6b7280);
  margin-bottom: 1rem;
  font-weight: 500;
}

.empty-state-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.empty-state-buttons .btn {
  display: inline-block;
}
