.content-manager{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}.catalog-editor{display:grid;gap:10px}.catalog-editor details{border:1px solid var(--line);border-radius:12px;background:#fafaf7}.catalog-editor summary{display:flex;justify-content:space-between;align-items:center;padding:15px;cursor:pointer;list-style:none}.catalog-editor summary span>*{display:block}.catalog-editor summary small{color:#78857e}.catalog-editor summary svg{width:18px}.item-form{padding:0 15px 16px;border-top:1px solid var(--line)}.three{display:grid;grid-template-columns:1.3fr 1fr .6fr;gap:12px}.check{display:flex!important;align-items:center;gap:8px}.check input{width:auto!important;margin:0!important}.form-actions{display:flex;justify-content:space-between;align-items:center}.form-actions form{margin:0}.danger{background:#f7e4df;color:#983f2c}.current-media{display:grid;grid-template-columns:1fr 1.5fr;gap:10px}.current-media>div>span:first-child{display:block;font-size:11px;font-weight:700;margin-bottom:5px}.current-media img,.media-placeholder{width:100%;height:95px;display:grid;place-items:center;object-fit:cover;border-radius:9px;background:#eef0eb}.media-placeholder svg{width:25px;color:#7b8981}.upload-form{margin-top:18px;border-top:1px solid var(--line);padding-top:5px}.upload-form small{display:block;color:#7c8981;margin:-8px 0 12px}.gallery-editor{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery-editor>div{position:relative}.gallery-editor img{width:100%;height:100px;object-fit:cover;border-radius:8px}.gallery-editor form{position:absolute;top:5px;right:5px}.gallery-editor button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:50%;background:#fff;color:#9a422e}.gallery-editor svg{width:15px}@media(max-width:850px){.content-manager{grid-template-columns:1fr}.content-manager .edit-side{position:static}}@media(max-width:620px){.three{grid-template-columns:1fr}.content-manager .form-card{padding:20px}.form-actions{gap:10px}}
