/* ============================================================
   Admin UI helpers
   ============================================================ */

.admin-table th {
  white-space: nowrap;
}

.admin-actions form {
  display: inline-block;
  margin-right: 4px;
}

.admin-actions button {
  margin-bottom: 2px;
}

.admin-section {
  margin-bottom: 2rem;
}

.admin-muted {
  font-size: 0.85rem;
  color: #666;
}

/* ============================================================
   Stronger zebra striping for admin tables
   ============================================================ */

.admin-table tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

.admin-table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

/* ============================================================
   Admin table: always readable text
   ============================================================ */

.admin-table tbody {
  color: #212529;
}

.admin-table {
    font-size: 0.85rem;
}

.admin-table td,
.admin-table th {
    font-size: 0.85rem;
}


/* Sticky footer layout */
.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

 Your main content wrapper should expand 
.site-main {
  flex: 1 0 auto;
}

 Footer stays at the bottom 
.site-footer {
  flex-shrink: 0;
}

/* ╔══════════════════════════════════════════════════════════════╗
   ║ Audit Log Output: Reduce Font Size                           ║
   ╚══════════════════════════════════════════════════════════════╝ */

.audit-log-output {
  font-size: 90%;
  line-height: 1.2;
}
