#rpdev-terminal {
    background: #000;
    color: #0f0;
    font-family: 'Courier New', Courier, monospace;
    padding: 15px;
    border: 1px solid #333;
    height: 200px;
    overflow-y: auto;
    font-size: 14px;
}

.terminal-line {
    display: flex;
    align-items: center;
    width: 100%;
}

.prompt {
    color: #ff0;
    white-space: nowrap;
    margin-right: 8px;
    font-weight: bold;
}

#term-input {
    background: transparent;
    border: none;
    color: #0f0;
    flex: 1;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
}
