#terminal-input {
  background: transparent;
  border: none;
  color: #0f0;
  outline: none;
  font-family: inherit;
  font-size: 0.95rem;
  width: 100%;
  max-width: 600px;
  padding: 0.2rem 0.3rem;
  border-bottom: none;
  border-radius: 0;
}


.input-line {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
}

#terminal-input {
  background: transparent;
  border: none;
  color: #0f0;
  outline: none;
  font-family: inherit;
  font-size: 0.95rem;
  width: 100%;
  max-width: 600px;
  padding: 0.2rem 0.3rem;
  border-bottom: 1px solid #0f0;
  border-radius: 0;
}

.command, .response {
  margin-top: 0.5rem;
  white-space: pre-wrap;
}
