.preview-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.contact-count-display {
  margin-left: 12px;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}

.contact-count-display strong {
  font-weight: 700;
  color: #111827;
}

/* Make audience preview area clean */
.audience-preview {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Remove the additional card/stats element */
.preview-stats {
  display: none;
}

/* Make the table take full height */
.contacts-table {
  flex: 1;
  height: 100%;
  overflow-y: auto;
}

/* Full width table */
.contacts-table table {
  width: 100%;
}