/* Container */
#iow-adv-console {
  background: #000;
  color: #0f0;
  padding: 1em;
  font-family: monospace;
  max-width: 800px;
  border: 2px solid #0f0;
}

/* Output area */
#iow-adv-output {
  background: #000;
  color: #0f0;
  height: 300px;
  overflow-y: auto;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  white-space: pre-wrap;
  box-sizing: border-box;
}

/* Input field */
#iow-adv-input {
  background: #000;
  color: #0f0;
  border: none;
  border-top: 1px solid #0f0;
  width: 100%;
  padding: 0.5em;
  font-family: monospace;
  box-sizing: border-box;
}

/* Remove browser focus outline */
#iow-adv-input:focus {
  outline: none;
}

/* Prevent page background bleed */
#iow-adv-console *,
#iow-adv-console *::before,
#iow-adv-console *::after {
  background-color: inherit;
}
