#composer .composer-settings {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  flex-wrap: wrap;
  gap: var(--component-gap);
  background: transparent;
}
.primary-agent-settings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex: 3 1 300px;
  min-width: 0;
}
#subagent-settings {
  display: grid;
  grid-template-columns: 40px repeat(2, minmax(0, 1fr));
  flex: 2 1 240px;
  min-width: 0;
}
#composer .composer-settings select {
  border-radius: 0;
}
#composer .composer-settings select:first-child {
  border-radius: 7px 0 0 7px;
}
#composer .composer-settings select:last-child {
  border-radius: 0 7px 7px 0;
}
#subagent-model {
  border-left: 1px solid var(--control-divider);
}
#subagents {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0;
  border-radius: 7px 0 0 7px;
}
#subagents svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
