.admin-table-wrapper {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}
.admin-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.admin-table th { text-align: left; padding: 0.875rem 1.25rem; background: #f8fafc; font-size: 0.7rem; font-weight: 700; color: #475569; text-transform: uppercase; border-bottom: 1px solid #e2e8f0; }
.admin-table td { padding: 0.875rem 1.25rem; border-bottom: 1px solid #f1f5f9; font-size: 0.825rem; color: #334155; }
.admin-table tr:hover { background: #f8fafc; }
.admin-badge { display: inline-flex; padding: 0.25rem 0.5rem; border-radius: 50px; font-size: 0.7rem; font-weight: 600; }
.admin-badge-yes { background: #fef2f2; color: #991b1b; }
.admin-badge-no { background: #f1f5f9; color: #64748b; }
.admin-actions { display: flex; gap: 0.375rem; }
.admin-action-btn { width: 30px; height: 30px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; color: #64748b; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; transition: all 0.2s; }
.admin-action-btn:hover { border-color: #0d7c66; color: #0d7c66; }
.admin-action-btn-danger:hover { border-color: #ef4444; color: #ef4444; }