.wcpp-fields{margin:16px 0;padding:18px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}
.wcpp-title{margin:0 0 10px 0;font-size:1.25rem}
.wcpp-label{font-weight:700;display:block;margin-bottom:6px}
.wcpp-required{color:#b91c1c}
.wcpp-input{width:100%;height:44px;border:1px solid #d1d5db;border-radius:10px;padding:8px 12px}
.wcpp-help{margin-top:6px;color:#6b7280;font-size:.9em}
.wcpp-error{margin-top:6px;color:#b91c1c}
.wcpp-dropzone{position:relative;border:2px dashed #cbd5e1;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;background:#f8fafc}
.wcpp-dropzone.wcpp-drag{background:#eef2ff;border-color:#94a3b8}
.wcpp-btn{display:inline-block;border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;background:#fff;cursor:pointer}
.wcpp-or{color:#6b7280}
.wcpp-progress{width:100%;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden;opacity:.9}
.wcpp-bar{height:100%;background:#3b82f6;width:0%;transition:width .2s}
.wcpp-filechip{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#e0f2fe;border:1px solid #bae6fd}
.wcpp-filechip .wcpp-remove{border:none;background:transparent;color:#0f172a;font-size:18px;cursor:pointer}
