.pwp-dir-wrap-cd595cef {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 20px 0;
    color: #2d3748;
}
.pwp-filters-cd595cef {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 22px;
}
.pwp-filter-group-cd595cef {
    display: flex;
    flex-direction: column;
}
.pwp-filter-group-cd595cef label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #718096;
    margin-bottom: 5px;
}
.pwp-filter-group-cd595cef select {
    padding: 9px 12px;
    font-size: 0.9rem;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    background: #fff;
    color: #2d3748;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.pwp-filter-group-cd595cef select:focus {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66,153,225,.15);
}
.pwp-table-wrap-cd595cef {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow-x: auto;
    background: #fff;
}
.pwp-loading-cd595cef {
    opacity: .5;
    pointer-events: none;
}
.pwp-table-cd595cef {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
}
.pwp-table-cd595cef th {
    background: #f7fafc;
    color: #718096;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 12px 16px;
    border-bottom: 2px solid #edf2f7;
    text-align: left;
    white-space: nowrap;
}
.pwp-table-cd595cef td {
    padding: 13px 16px;
    border-bottom: 1px solid #edf2f7;
    vertical-align: top;
}
.pwp-table-cd595cef tbody tr:last-child td { border-bottom: none; }
.pwp-table-cd595cef tbody tr:hover { background: #f8fafc; }
.pwp-wead-cd595cef {
    font-family: monospace;
    font-weight: 700;
    font-size: .95rem;
    white-space: nowrap;
    color: #1a202c;
}
.pwp-na-cd595cef { color: #a0aec0; font-style: italic; }
.pwp-empty-cd595cef { text-align: center; padding: 40px; color: #a0aec0; font-style: italic; }
.pwp-badge-cd595cef {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 600;
    white-space: nowrap;
}
.pwp-badge-active            { background: #c6f6d5; color: #22543d; }
.pwp-badge-pending-promoters { background: #feebc8; color: #744210; }
.pwp-badge-dormant           { background: #edf2f7; color: #4a5568; }
@media (max-width: 900px) {
    .pwp-table-cd595cef thead { display: none; }
    .pwp-table-cd595cef,
    .pwp-table-cd595cef tbody,
    .pwp-table-cd595cef tr,
    .pwp-table-cd595cef td { display: block; width: 100%; }
    .pwp-table-cd595cef tr { border-bottom: 2px solid #edf2f7; padding: 10px 0; }
    .pwp-table-cd595cef td {
        border-bottom: none;
        padding: 6px 16px;
        text-align: right;
        position: relative;
        padding-left: 50%;
    }
    .pwp-table-cd595cef td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        font-size: .7rem;
        font-weight: 700;
        color: #a0aec0;
        text-transform: uppercase;
        top: 50%;
        transform: translateY(-50%);
    }
}