.llph-fs-form{max-width:900px;}
.llph-fs-section{border:1px solid #dcdcde;background:#fff;border-radius:6px;padding:20px 22px;margin-bottom:18px;}
.llph-fs-title{margin:0 0 16px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#1d2327;border-bottom:1px solid #eee;padding-bottom:10px;}
.llph-fs-field{margin-bottom:16px;}
.llph-fs-field:last-child{margin-bottom:0;}
.llph-fs-label{display:block;font-weight:600;font-size:13px;margin-bottom:6px;color:#1d2327;}
.llph-fs-input{width:100%;max-width:640px;padding:8px 10px;border:1px solid #8c8f94;border-radius:4px;font-size:14px;}
textarea.llph-fs-input{max-width:100%;}
select.llph-fs-input{max-width:320px;}

.llph-fs-repeater{border:1px dashed #c3c4c7;border-radius:6px;padding:14px;background:#fafafa;}
.llph-fs-repeater-rows{display:flex;flex-direction:column;gap:12px;}
.llph-fs-repeater-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e2e2e2;border-radius:5px;padding:12px;}
.llph-fs-repeater-row-fields{flex:1;display:flex;flex-wrap:wrap;gap:14px;}
.llph-fs-repeater-row-fields .llph-fs-field{flex:1 1 200px;margin-bottom:0;min-width:180px;}
.llph-fs-repeater-row-actions{display:flex;flex-direction:column;gap:4px;}
.llph-fs-repeater-add{margin-top:12px;}

.llph-fs-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#f0f0f1;border:1px solid #c3c4c7;border-radius:4px;font-size:13px;cursor:pointer;text-decoration:none;color:#1d2327;line-height:1.4;}
.llph-fs-btn:hover{background:#e0e0e1;}
.llph-fs-btn-primary{background:#2271b1;border-color:#2271b1;color:#fff;}
.llph-fs-btn-primary:hover{background:#135e96;color:#fff;}
.llph-fs-btn-danger{background:#fff;border-color:#d63638;color:#d63638;}
.llph-fs-btn-danger:hover{background:#d63638;color:#fff;}
.llph-fs-btn-large{padding:12px 28px;font-size:15px;}
.llph-fs-row-remove{color:#d63638;}

.llph-fs-image-field{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.llph-fs-image-preview{width:90px;height:90px;background:#f0f0f1;border:1px solid #dcdcde;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;}
.llph-fs-image-preview img{width:100%;height:100%;object-fit:cover;}
.llph-fs-image-actions{display:flex;flex-direction:column;gap:6px;}
.llph-fs-upload-btn{cursor:pointer;}
.llph-fs-upload-status{font-size:12px;color:#787c82;}

.llph-fs-sort-list{list-style:none;margin:0;padding:0;}
.llph-fs-sort-list li{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#fff;border:1px solid #e2e2e2;border-radius:4px;margin-bottom:6px;cursor:move;}
.llph-fs-sort-list li.llph-dragging{opacity:.4;}
.llph-fs-drag-handle{color:#8c8f94;font-size:16px;cursor:grab;}
.llph-fs-sort-list label{display:flex;align-items:center;gap:8px;font-size:13px;flex:1;cursor:pointer;}
