.v144-heading-with-note{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important}
.v144-add-tool-note{flex:0 0 auto!important;min-height:38px!important;white-space:normal!important}
.v144-tool-note-bar{display:flex;justify-content:flex-end;margin:0 0 10px}
.v144-note-tools{padding:14px 16px;border-top:1px solid #e6dfcf}
.v144-note-tools>header{margin-bottom:10px}
#v144NoteToolCaptures{display:grid;gap:10px}
.v144-tool-capture{border:1px solid #ddd5c1;border-radius:14px;background:#fbfaf7;padding:12px;min-width:0}
.v144-tool-capture>header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.v144-tool-capture>header>div{display:grid;gap:3px;min-width:0}
.v144-tool-capture>header span{font-size:.7rem;font-weight:850;color:#5d746c;text-transform:uppercase;letter-spacing:.06em}
.v144-tool-capture>header strong{overflow-wrap:anywhere}
.v144-tool-capture>header button{border:1px solid #e3bdb6;background:#fff;border-radius:8px;padding:5px 9px;color:#96392e}
.v144-tool-summary{margin:8px 0;color:#5e685f}
.v144-tool-capture details{margin-top:9px;border-top:1px solid #e5decc;padding-top:8px}
.v144-tool-capture summary{cursor:pointer;font-weight:800}
.v144-tool-capture pre{max-height:360px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border:1px solid #e4ddcc;border-radius:9px;padding:10px;font:500 .78rem/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}
.v144-tool-capture ul{margin:.5rem 0;padding-left:1.2rem}
.v144-tool-note-dialog{max-width:min(560px,calc(100vw - 22px))}
@media(max-width:760px){
  .v144-heading-with-note{display:grid!important;grid-template-columns:minmax(0,1fr)!important}
  .v144-add-tool-note{width:100%!important;max-width:100%!important;justify-content:center!important}
  .v144-tool-note-bar{justify-content:stretch}.v144-tool-note-bar .v144-add-tool-note{width:100%}
  .v144-note-tools{padding:12px}
  .v144-tool-capture>header{display:grid;grid-template-columns:minmax(0,1fr) auto}
}
