/* ==========================================================================
   ADMINISTRATIVE EXTENSIONS LAYOUT
   Loads directly on admin.windzen.com underneath master styles
   ========================================================================== */

.admin-table-container {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    overflow-x: auto;
    margin-top: 25px;
}

table.directory-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.9rem;
}

table.directory-table th {
    background: #f8fafc;
    color: #4a5568;
    font-weight: 600;
    padding: 14px 18px;
    border-bottom: 2px solid #e2e8f0;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

table.directory-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #edf2f7;
    color: #2d3748;
    vertical-align: middle;
}

table.directory-table tr:hover {
    background: #f8fafc;
}

.text-badge {
    display: inline-block;
    background: #edf2f7;
    color: #4a5568;
    font-family: monospace;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.status-pill {
    display: inline-block;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 12px;
    background: #c6f6d5;
    color: #22543d;
}

.metrics-bar {
    background: #f8fafc;
    padding: 15px 20px;
    border-radius: 6px;
    border-left: 4px solid #00965e;
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #4a5568;
}