.cms-intro{padding:22px 24px;border:1px solid #e8d9b7;border-radius:20px;background:linear-gradient(135deg,#fffaf0,#f5edd9);color:#26231d;margin-bottom:22px}
.cms-intro p{font-size:1rem;font-weight:700;line-height:1.8;margin:0 0 5px}
.cms-intro small{display:block;color:#716953;line-height:1.8}
.cms-toolbar{display:grid;grid-template-columns:minmax(200px,280px) minmax(220px,1fr) auto;gap:14px;align-items:end;margin-bottom:18px}
.cms-toolbar label{display:grid;gap:7px;font-weight:700;color:#302c24}
.cms-toolbar select,.cms-toolbar input{min-width:0;width:100%;border:1px solid #dcd6c9;border-radius:12px;background:#fff;padding:12px 14px;color:#24221f;font:inherit}
.cms-toolbar #cmsCount{padding:12px 2px;color:#8c7141;white-space:nowrap;font-weight:700}
.cms-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-height:68vh;overflow:auto;padding:2px 4px 12px;scrollbar-color:#cdbb91 transparent}
.cms-field{min-width:0;padding:17px;border:1px solid #e3ddd1;border-radius:17px;background:#fff;transition:border-color .2s,box-shadow .2s}
.cms-field.is-modified{border-color:#c7a454;background:#fffdf7}
.cms-field.is-dirty{box-shadow:0 0 0 2px rgba(186,138,38,.13);border-color:#b88e35}
.cms-field-heading{display:flex;align-items:start;justify-content:space-between;gap:10px;margin-bottom:9px}
.cms-field-heading b{font-size:.92rem;line-height:1.65;color:#25231f;overflow-wrap:anywhere;font-weight:700}
.cms-field-heading button{white-space:nowrap;border:0;border-radius:9px;background:#f3ead5;color:#684d19;padding:6px 9px;cursor:pointer;font:inherit;font-size:.76rem}
.cms-field-heading button:disabled{opacity:.4;cursor:default}
.cms-field input:not([type=file]),.cms-field textarea{box-sizing:border-box;width:100%;border:1px solid #ded8ca;border-radius:10px;padding:11px 12px;background:#fff;color:#24221e;font:inherit;line-height:1.65;resize:vertical}
.cms-field input:focus,.cms-field textarea:focus,.cms-toolbar input:focus,.cms-toolbar select:focus{outline:2px solid #c99b35;outline-offset:1px}
.cms-field>small{display:block;margin-top:9px;color:#817b6d;font-size:.75rem;line-height:1.65;overflow-wrap:anywhere}
.cms-image-tools{display:flex;align-items:center;gap:12px;margin-top:12px}
.cms-image-tools img{width:76px;height:58px;object-fit:contain;border-radius:8px;border:1px solid #e0d8c6;background:#f7f4ed}
.cms-image-tools label{display:inline-flex;align-items:center;justify-content:center;border:1px solid #bda265;color:#654d1c;border-radius:10px;padding:9px 12px;cursor:pointer;font-weight:700;font-size:.82rem}
.cms-image-tools input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.cms-empty{grid-column:1/-1;padding:35px;text-align:center;color:#817b6d}
.cms-savebar{position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:16px 0 3px;background:linear-gradient(transparent,#fff 25%);color:#746f63;font-size:.85rem}
.cms-savebar button{min-width:170px}
@media(max-width:800px){.cms-fields{grid-template-columns:1fr;max-height:none}.cms-toolbar{grid-template-columns:1fr}.cms-savebar{flex-direction:column;align-items:stretch}.cms-savebar button{width:100%}}
