/* Clear, independent sections in both training editors. */
#editForm .tc73-card{margin:20px 0;padding:18px;border:1px solid var(--accent-border);border-radius:16px;background:var(--accent-wash);min-width:0}
#editForm .tc73-card>h3{margin:0 0 12px;font-size:17px}
#editForm .tc73-card .tp71-picker{margin:0 0 14px;padding:0;border:0;background:none}
#editForm .tc73-card .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
#editForm .tc73-card input,#editForm .tc73-card select{min-width:0;max-width:100%;box-sizing:border-box}
#editForm .tc73-template-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px}
#editForm .tc73-template-actions>button{min-height:44px;max-width:100%;white-space:normal}
#editForm .tc73-template-actions>button.light{font-size:12px}
#editForm .tc73-save-status{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:var(--accent-wash);font-weight:600;line-height:1.5}
#editForm .tc73-save-error{border:1px solid var(--danger,#b63636);color:var(--danger,#b63636)}
#editForm .tc73-total{margin:0 0 18px;display:flex;justify-content:space-between;gap:12px}
#editForm .tc73-card [hidden]{display:none!important}
@media(max-width:520px){#editForm .tc73-card{padding:14px}#editForm .tc73-card .grid.two{grid-template-columns:1fr}#editForm .tc73-template-actions>button.gold{width:100%}}
