.llph-editor-wrap{max-width:1000px;margin:0 auto;padding:20px 16px 80px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#222;}
.llph-editor-notice{background:#fff8e5;border:1px solid #e5d8a8;padding:14px 18px;border-radius:6px;}
.llph-editor-error{color:#b32d2e;font-weight:600;}

.llph-editor-login{max-width:380px;margin:60px auto;text-align:center;}
.llph-editor-login h2{margin-bottom:6px;}
.llph-editor-login form{display:flex;flex-direction:column;gap:12px;margin-top:20px;}
.llph-editor-login input[type=password]{padding:12px 14px;border:1px solid #ccc;border-radius:5px;font-size:15px;}

.llph-editor-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px;}
.llph-editor-header h2{margin:0;}
.llph-editor-header > div{display:flex;gap:10px;flex-wrap:wrap;}

.llph-editor-table{width:100%;border-collapse:collapse;background:#fff;}
.llph-editor-table th,.llph-editor-table td{padding:12px 14px;border-bottom:1px solid #eee;text-align:left;font-size:14px;}
.llph-editor-actions{display:flex;gap:8px;flex-wrap:wrap;}

.llph-status-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;}
.llph-status-active{background:#e6f4ea;color:#1a7e1a;}
.llph-status-inactive{background:#fbe7e7;color:#b32d2e;}

.llph-editor-form-wrap{margin-top:10px;}
.llph-editor-save-bar{position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e2e2;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 -4px 14px rgba(0,0,0,.05);border-radius:0 0 6px 6px;}
.llph-editor-save-status{font-size:13px;color:#1a7e1a;}
.llph-editor-shortcode{margin-left:auto;font-size:13px;color:#666;}
