.zipx-docs-ComposingSbtCommands-Styles-Lab {
  display: grid;
  gap: 0.75rem;
  padding: 1.0rem;
  background: rgb(246, 248, 250);
  border: 1.0px solid rgb(208, 215, 222);
  border-radius: 8.0px;
  color: rgb(31, 35, 40);
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif;
  font-size: 14.0px;
}

.zipx-docs-ComposingSbtCommands-Styles-Detail {
  color: rgb(101, 109, 118);
  line-height: 1.45;
}

.zipx-docs-ComposingSbtCommands-Styles-Mono {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12.0px;
  color: rgb(26, 127, 55);
}

.zipx-docs-ComposingSbtCommands-Styles-Row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.zipx-docs-ComposingSbtCommands-Styles-ModeBtn {
  padding: 0.35rem 0.75rem;
  border: 1.0px solid rgb(208, 215, 222);
  border-radius: 6.0px;
  background: rgb(255, 255, 255);
  color: rgb(31, 35, 40);
  cursor: pointer;
  font-weight: 500;
}

.zipx-docs-ComposingSbtCommands-Styles-ModeBtnOn {
  padding: 0.35rem 0.75rem;
  border: 1.0px solid rgb(26, 127, 55);
  border-radius: 6.0px;
  background: rgb(218, 251, 225);
  color: rgb(26, 127, 55);
  cursor: pointer;
  font-weight: 600;
}
