.wpplus-people-front { direction: rtl; font-family: inherit; }
.wpplus-people-card{
    border: 1px solid #e5e7eb; border-radius: 14px; padding: 14px; background: #fff; margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.wpplus-people-grid{ display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.wpplus-people-grid label{ display:block; font-size: 12px; margin-bottom: 6px; opacity: .8; }
.wpplus-people-grid input{ width:100%; padding:10px; border:1px solid #e5e7eb; border-radius: 10px; }
.wpplus-people-actions{ margin-top: 10px; display:flex; gap:10px; }
.wpplus-btn{ border:0; padding:10px 14px; border-radius: 10px; cursor:pointer; background:#111827; color:#fff; }
.wpplus-btn-ghost{ background:#f3f4f6; color:#111827; }
.wpplus-person{
    display:flex; justify-content:space-between; gap: 10px;
    padding: 12px; border:1px solid #eef2f7; border-radius: 12px; margin-top: 10px;
}
.wpplus-person__name{ font-weight: 700; margin-bottom: 6px; }
.wpplus-person__meta{ display:flex; flex-wrap:wrap; gap: 10px; font-size: 12px; opacity: .85; }
.wpplus-person__id{ font-weight: 700; opacity: .6; }
.wpplus-people-pager{ margin-top: 12px; display:flex; gap:6px; flex-wrap:wrap; }
.wpplus-page{ padding:8px 10px; border-radius: 10px; border:1px solid #e5e7eb; background:#fff; cursor:pointer; }
.wpplus-page.is-active{ background:#111827; color:#fff; border-color:#111827; }
.wpplus-empty{ padding: 14px; opacity: .7; }
@media (max-width: 900px){
    .wpplus-people-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
