/* PHCO data grid — shared by WhatsApp and Instagram lead tables. */
.table-wrap.phco-grid-wrap,
.table-wrap:has(.phco-data-grid){
  overflow:auto;
  border:1px solid rgba(181,190,214,.20)!important;
  border-radius:15px!important;
  background:rgba(5,7,11,.66)!important;
}

.table.phco-data-grid{
  width:max-content!important;
  min-width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:auto!important;
}

.table.phco-data-grid th,
.table.phco-data-grid td{
  position:relative;
  vertical-align:middle;
  background-clip:padding-box!important;
  border-right:1px solid rgba(181,190,214,.20)!important;
  border-bottom:1px solid rgba(181,190,214,.15)!important;
  box-shadow:inset -1px 0 0 rgba(181,190,214,.07)!important;
}

.table.phco-data-grid th:last-child,
.table.phco-data-grid td:last-child{
  border-right:0!important;
  box-shadow:none!important;
}

.table.phco-data-grid thead th{
  background:rgba(255,255,255,.04)!important;
  border-bottom-color:rgba(181,190,214,.23)!important;
}

.table.phco-data-grid tbody tr:last-child td{
  border-bottom:0!important;
}

.table.phco-data-grid tbody tr:hover td{
  background:rgba(154,104,245,.05)!important;
}

.table.phco-data-grid tbody tr:hover td:not(:last-child){
  border-right-color:rgba(181,190,214,.28)!important;
  box-shadow:inset -1px 0 0 rgba(181,190,214,.11)!important;
}
