@use '../../styles/component/reset';
@use '../../styles/base/sizes';
@use '../../styles/abstract/variables';
@use '../../styles/component/common';

.command-shell-wrapper {
  position: relative;
  display: block;
}

.command-shell-frame-box {
  display: block;
  flex: 1;
  overflow-y: auto;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

@media (min-width: sizes.get(screen-width-medium)) {
  .command-shell-frame-box {
    padding: 1rem;
    max-width: calc(100% - 15%);
  }
}

.namelist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nameitem {
  list-style: none;
}
