.terminal {
    background-color: #202020;
    color: #ebebeb;
    border: 1px solid #666;
    padding: 0.625rem 0;
    overflow-x: scroll;
}

.terminal .highlight {
    background-color: #202020;
}

.terminal .output {
    display: block;
    padding: 0 0.875rem;
    white-space: break-spaces;
}

.terminal .container.input {
    display: block;
    padding: 0 0.4rem 0 0.875rem;
}

.terminal .input .prompt {
    display: inline-block;
    font-weight: bold;
    color: yellowgreen;
}

.terminal.scroll .input, .terminal.scroll .output {
    width: max-content;
}
