.resource-editors{display:grid;gap:12px}.resource-editor{border:1px solid #b8c8d4;border-radius:12px;background:#f8fafb;overflow:hidden}.resource-editor summary{min-height:74px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none}.resource-editor summary::-webkit-details-marker{display:none}.resource-editor summary span{min-width:0}.resource-editor summary strong,.resource-editor summary small{display:block}.resource-editor summary strong{font-size:15px}.resource-editor summary small{margin-top:4px;color:var(--muted);font-size:11px}.resource-editor summary label{display:flex;align-items:center;gap:7px}.resource-editor summary input{width:18px;height:18px;min-height:0;accent-color:var(--orange)}.resource-body{padding:16px;border-top:1px solid #cbd6df;background:#fff;display:grid;gap:11px}.resource-body>button,.resource-item-head button{justify-self:start;min-height:36px;padding:0 12px;border:1px solid #afc0cf;border-radius:8px;background:#fff;color:var(--ink);font-size:11px;font-weight:800;cursor:pointer}.resource-item{padding:14px;border:1px solid #c8d4dd;border-radius:10px;background:#f7f9fb;display:grid;gap:10px}.resource-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-item-head button{min-height:30px;color:#a83232}.resource-fields{display:grid;grid-template-columns:1fr 1.5fr;gap:10px}.resource-fields .wide{grid-column:1/-1}.preview-resources{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:12px}.preview-resources h3{margin:0 0 10px}.preview-resources>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}@media(max-width:720px){.resource-editor summary{align-items:flex-start;flex-direction:column}.resource-fields,.preview-resources>div{grid-template-columns:1fr}.resource-fields .wide{grid-column:auto}}
