/* EMWave v1.4.5a — Source Dock V2 Core
   This file owns only the activation shell for staged Source Dock migration.
   It contains no !important rules and is inactive unless JS adds a V2 class. */

body.source-dock-v2:not(.help-page) .source-dock .source-control.source-control--module{
  display:grid;
  grid-template-columns:1fr;
  grid-auto-rows:auto;
  align-content:start;
  gap:7px;
  min-width:0;
  min-height:0;
  overflow:visible;
  padding:7px 10px 10px;
}

body.source-dock-v2:not(.help-page) .source-dock .source-control.source-control--module > .channel-title{
  grid-column:1;
  grid-row:auto;
  height:15px;
  line-height:15px;
  margin:0;
}


/* v1.4.5a migrated default: V2 source module should remain compact and self-contained. */
body.source-dock-v2:not(.help-page) .source-dock .source-file-input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}
