.command-composer[data-enhanced="true"] {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.command-composer[data-enhanced="true"] .command-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
}

.command-composer[data-enhanced="true"] .command-heading {
  flex-shrink: 0;
  margin: 0;
  color: #1a1a2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.command-composer[data-enhanced="true"] .command-prompt-box {
  position: relative;
  padding: 16px 18px 12px;
  border: 1.5px solid #e6e8f2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(75, 100, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.command-composer[data-enhanced="true"] .command-prompt-box:focus-within {
  border-color: #4b64ff;
  box-shadow: 0 0 0 4px rgba(75, 100, 255, 0.12), 0 12px 32px rgba(75, 100, 255, 0.12);
}

.command-composer[data-enhanced="true"] .command-input {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  max-height: 240px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
  background: transparent;
  color: #1a1a2e;
  font-size: 16px;
  line-height: 1.6;
}

.command-composer[data-enhanced="true"] .command-input:focus {
  border: 0;
  box-shadow: none;
}

.command-composer[data-enhanced="true"] .command-input::placeholder {
  color: #8e8e8e;
}

.command-composer[data-enhanced="true"] .command-action-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f1f3f8;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.command-composer[data-enhanced="true"] .command-action-bar::-webkit-scrollbar {
  display: none;
}

.command-composer[data-enhanced="true"] .command-action-bar > button:not(.command-send-btn),
.command-composer[data-enhanced="true"] .command-action-bar > .relative > button {
  min-width: 0;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  gap: 7px;
  font-size: 13px;
  line-height: 1;
}

.command-composer[data-enhanced="true"] .command-action-bar .command-icon-btn {
  width: 26px !important;
  height: 26px !important;
  padding: 0;
  font-size: 26px !important;
}

.command-composer[data-enhanced="true"] .command-action-bar .command-auto-btn {
  margin-left: auto;
}

.command-composer[data-enhanced="true"] .command-action-bar .command-mic-btn {
  width: 26px !important;
  height: 26px !important;
  padding: 0;
  font-size: 26px !important;
}

.command-composer[data-enhanced="true"] .command-action-bar svg {
  width: 20px;
  height: 20px;
}

.command-composer[data-enhanced="true"] .command-action-bar .command-icon-btn svg {
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
}

.command-composer[data-enhanced="true"] .command-action-bar .command-mic-btn svg {
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
}

.command-composer[data-enhanced="true"] .command-send-btn {
  margin-left: 6px;
}

@media (max-width: 980px) {
  .command-composer[data-enhanced="true"] .command-header {
    display: block;
  }

  .command-composer[data-enhanced="true"] .command-action-bar {
    gap: 6px;
  }

  .command-composer[data-enhanced="true"] .command-send-btn {
    margin-left: 6px;
  }
}
