/* WP File Converter styles */
.fc-widget{border:2px solid #e5e7eb;border-radius:12px;background:#e5e6e5;box-shadow:0 6px 24px rgba(2,6,23,.08);overflow:hidden;font-family:Inter,Arial,sans-serif}
.fc-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#e9e6e5;border-bottom:1px solid #e5e7eb}
.fc-title{margin:0;font-size:16px;font-weight:700}
.fc-status{font-size:12px;color:#64748b}
.fc-body{padding:16px;display:grid;gap:10px}
.fc-input{padding:10px;border:1px solid #e5e7eb;border-radius:10px}
.fc-btn{display:inline-flex;align-items:center;gap:8px;background:#2563eb;color:#fff;border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}
.fc-btn:disabled{opacity:.6;cursor:not-allowed}
.fc-spinner{width:16px;height:16px;border:3px solid #bfdbfe;border-top-color:#fff;border-radius:50%;display:none;animation:fcspin .8s linear infinite}
@keyframes fcspin{to{transform:rotate(360deg)}}
.fc-msg{font-size:13px;border-left:3px solid transparent;padding:8px 10px;border-radius:8px;display:none}
.fc-msg.err{display:block;border-left-color:#ef4444;background:rgba(239,68,68,.06);color:#991b1b}
.fc-msg.ok{display:block;border-left-color:#10b981;background:rgba(16,185,129,.06);color:#065f46}
.fc-help{font-size:12px;color:#64748b}
