.wcpce-wrap{margin:20px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.wcpce-toolbar{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:12px 16px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;flex-wrap:wrap}
.wcpce-title{margin:0;color:#495057;font-size:1.1rem;font-weight:600}
.wcpce-actions{display:flex;gap:8px;flex-wrap:wrap}
.wcpce-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:.2s;box-shadow:0 2px 4px rgba(0,0,0,.08)}
.wcpce-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.12)}
.wcpce-btn-excel{background:linear-gradient(135deg,#28a745 0%,#20c997 100%)}
.wcpce-btn-print{background:linear-gradient(135deg,#6c757d 0%,#adb5bd 100%)}
.wcpce-search{margin:10px 0}
.wcpce-search input{width:320px;max-width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}
.wcpce-tablewrap{overflow-x:auto;background:#fff;border:1px solid #e9ecef;border-radius:8px}
.wcpce-table{width:100%;border-collapse:collapse}
.wcpce-table thead th{background:#343a40;color:#fff;font-weight:600;padding:12px 10px;text-align:left}
.wcpce-table td{padding:10px;border-bottom:1px solid #edf0f2;vertical-align:top}
.wcpce-table tbody tr:hover{background:#f8f9fa}
.wcpce-img img{width:48px;height:48px;object-fit:cover;border-radius:6px}
.wcpce-center{text-align:center;padding:20px}
.wcpce-warn{color:#B00020}
@media(max-width:768px){.wcpce-toolbar{flex-direction:column;text-align:center}.wcpce-table thead th,.wcpce-table td{padding:8px 6px;font-size:12px}.wcpce-img img{width:32px;height:32px}}