/* aabums.css – our tiny overrides & extras */

.table-hover tbody tr:hover {
    background-color: #f8f9fa !important;   /* Bootstrap 4/5 "light" hover */
}

/* optional: make the admin/debug tables look a bit more "mysql-like" */
.table-mysql {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 0.9rem;
}

.table-mysql th {
    background-color: #e9ecef;
    font-weight: 600;
}

.card-header button[aria-expanded="true"] span {
  transform: rotate(180deg);
}
.card-header button {
  transition: all 0.2s;
}
