
.terminal-content {
    background: #1e1e1e;
    font-family: 'Courier New', monospace;
    padding: 10px 16px; 
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.terminal-output {
    
    flex: 0 1 auto;
    overflow-y: auto;
    margin-bottom: 6px;
}

.terminal-line {
    margin-bottom: 0;
    padding: 0;
    line-height: 1 !important;
    font-size: inherit;
    vertical-align: top;
    color: #d0d0d0;
}

.terminal-prompt {
    color: #4ec9b0;
    font-weight: bold;
}

.terminal-text {
    color: #d0d0d0;
}

.terminal-input-line {
    display: flex;
    align-items: baseline;
    gap: 0;
    margin: 0;
    font-family: 'Courier New', monospace;
    font-size: inherit;
    line-height: 1 !important;
    padding: 0;
}

.terminal-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #d0d0d0;
    font-family: 'Courier New', monospace;
    font-size: inherit;
    line-height: 1 !important;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}
