/* All module list/create/edit screens use the workspace tab as their title. */
.content .toolbar>div:first-child:not(.toolbar-actions){display:none}
.content .toolbar{justify-content:flex-end}
.content .toolbar:has(>div:first-child:last-child){display:none}
.content .toolbar:empty{display:none}
.modal>header p,.drawer>header p{display:none}
.modal>header h2{word-spacing:-.35em}
.modal{display:flex;flex-direction:column;overflow:hidden}
.modal>header{flex:0 0 auto;background:#fff;z-index:2}
.modal>.modal-tabs{flex:0 0 auto}
.modal>.form-grid{flex:1 1 auto;min-height:0;overflow:auto;align-content:start}
.modal>footer{flex:0 0 auto;margin-top:auto;background:#fff;z-index:2}
.modal>header,.drawer>header{justify-content:flex-end;padding:10px 14px;min-height:48px}
.modal>header button,.drawer>header button{margin-left:auto}
@media(max-width:760px){.content .toolbar{display:flex}.content .toolbar:has(>div:first-child:last-child){display:none}.content .toolbar-actions{margin-top:0;margin-left:auto;width:auto}}
