/* Visual state for current user plan in User & Akses table */
tr:has(.badge.pro) .actions button:nth-child(1){
  border-color:rgba(36,200,161,.45);
  background:rgba(36,200,161,.10);
  color:#72e7c9;
}
tr:has(.badge.pro) .actions button:nth-child(1) svg{
  color:#4bd7b6;
  filter:drop-shadow(0 0 5px rgba(36,200,161,.24));
}
tr:has(.badge.free) .actions button:nth-child(2){
  border-color:rgba(244,181,78,.42);
  background:rgba(244,181,78,.09);
  color:#f4c66e;
}
tr:has(.badge.free) .actions button:nth-child(2) svg{
  color:#f4b54e;
  filter:drop-shadow(0 0 5px rgba(244,181,78,.20));
}
tr:has(.badge.pro) .badge.pro{
  box-shadow:inset 0 0 0 1px rgba(36,200,161,.18);
}
tr:has(.badge.free) .badge.free{
  box-shadow:inset 0 0 0 1px rgba(244,181,78,.12);
}
