.del-search-wrapper.search-input {
  background-color: #fff !important;
  border: 1px solid #d1cfcf !important;
  color: #000 !important;
  font-weight: 800;
}
.crm-del-table-wrapper {
  background: #FFFBF4 !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 100%;
}

/* Left-align headers and data */
.crm-del-table-wrapper .rdt_TableHeadRow .rdt_TableCol {
  display: flex;
  justify-content: flex-start !important;
  text-align: left !important;
  padding-left: 20px;
}
.crm-del-table-wrapper .rdt_TableCell {
  display: flex;
  text-align: left !important;
}
.crm-del-table-wrapper .rdt_TableHeadRow {
  background-color: #D9A128 !important;
}
.crm-del-table-wrapper .rdt_TableRow {
  background-color: #FFFBF4 !important;
  border-bottom: 1px solid #EFE6D6;
}
.crm-del-table-wrapper .rdt_TableRow:hover {
  background-color: transparent !important;
}
.crm-del-table-wrapper .rdt_TableRow:hover .rdt_TableCell {
  background-color: transparent !important;
  font-weight: normal !important;
  border-bottom: 1px solid #EFE6D6 !important;
}
.crm-del-table-wrapper .btn-link,
.crm-del-table-wrapper .btn-link:hover,
.crm-del-table-wrapper .btn-link:focus {
  font-weight: 400 !important;
  text-decoration: none !important;
}

/* Email + copy icon alignment */
.email-copy-cell {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  overflow: hidden;
}
.email-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Copy button styling */
.email-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  color: #D9A128;
}
.email-copy-btn:hover {
  color: #b08320;
  transform: scale(1.1);
}