@import "@xterm/xterm/css/xterm.css";

.console-ct > .terminal {
  display: flex;
  block-size: 100%;
}

.terminal:focus .terminal-cursor {
  border: none;
  animation: blink 1s step-end infinite;
}

/* Ensure the console fits to its container (and doesn't attempt to go beyond the limits) */
.xterm-screen, .xterm-viewport {
  inline-size: auto !important;
}
