/* Common styles for admin list pages */
.card-options, .card-header .card-options {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.card-options .btn {
  white-space: nowrap !important;
}

.card-header .d-flex {
  width: 100% !important;
}

.card-title {
  margin-bottom: 0 !important;
}

/* Shared badge styling used on Roles/Permissions lists */
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}

/* Shared backend table/detail page helpers */
#roles-table td .badge {
  margin: 2px 4px 2px 0;
}

#roles-table td {
  vertical-align: top;
}

#urgents-table thead th,
#sessions-table thead th {
  vertical-align: top;
  background-color: #f8f9fa;
}

#urgents-table .lawyer-item {
  white-space: nowrap;
}

#sessions-table .lawyer-item {
  padding: 2px 0;
}

#sessions-table .lawyer-item:not(:last-child) {
  border-bottom: 1px dashed #eee;
}

.sessions-index-action {
  width: 110px;
}
