
/* QUINCA+ v20 — tableaux métiers harmonisés */

.business-premium-card{
  border-radius:12px;
  box-shadow:0 7px 22px rgba(25,65,110,.06);
  overflow:hidden;
}
.business-table-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid #e5edf5;
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.business-table-toolbar strong{
  display:block;
  color:#1f3a57;
  font-size:11px;
}
.business-sort-caption{
  margin-top:3px;
}
.business-premium-table thead{
  background:linear-gradient(180deg,#f7faff 0%,#eef4fb 100%);
}
.business-premium-table thead th{
  padding:6px!important;
  background:transparent!important;
  border-bottom:1px solid #dce6f1!important;
}
.business-premium-table tbody tr{
  transition:background .15s ease,box-shadow .15s ease;
}
.business-premium-table tbody tr:hover{
  background:#f8fbff;
  box-shadow:inset 3px 0 0 #0878f9;
}
.business-premium-table .dashboard-sort-head{
  min-height:30px;
}
.business-premium-table td{
  vertical-align:middle;
}
.business-premium-table .row-actions{
  flex-wrap:nowrap;
}
body.dark-ui .business-premium-card{
  box-shadow:0 7px 22px rgba(0,0,0,.16);
}
body.dark-ui .business-table-toolbar{
  background:#101d2f;
  border-bottom-color:#26384f;
}
body.dark-ui .business-table-toolbar strong{
  color:#edf6ff;
}
body.dark-ui .business-premium-table thead{
  background:linear-gradient(180deg,#17263a 0%,#132238 100%);
}
body.dark-ui .business-premium-table thead th{
  border-bottom-color:#26384f!important;
}
body.dark-ui .business-premium-table tbody tr:hover{
  background:#122137;
}
@media(max-width:900px){
  .business-table-toolbar{
    align-items:flex-start;
  }
}
