/* ТЕМП v12.29 — удаление всех групп/категорий */
.temp-section-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}
.temp-section-actions .btn{margin-left:auto}
.temp-acc-head-wrap{display:flex;align-items:center;gap:8px}
.temp-acc-head-wrap .temp-acc-head{flex:1}
.temp-category-delete{white-space:nowrap;margin-right:10px}
.temp-category-create{border-style:dashed}
.temp-category-create-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px;align-items:center}
@media(max-width:640px){.temp-category-create-row{grid-template-columns:1fr}.temp-category-delete{font-size:11px;padding:7px 9px}.temp-section-actions{align-items:center}}
