.input-wrapper textarea#textInput {
    width: 100%;
    min-height: 36px;
    max-height: 168px;
    border: none;
    border-radius: 0;
    padding: 8px 4px;
    font-size: 15px;
    line-height: 1.45;
    outline: none;
    background: transparent;
    color: var(--text);
    resize: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-family: inherit;
    box-sizing: border-box;
    touch-action: manipulation;
}
.input-wrapper textarea#textInput::placeholder {
    color: #B5B5B5;
    font-size: 15px;
}
.input-area.voice-mode .input-wrapper textarea#textInput { display: none !important; }
.input-area.voice-mode .hold-to-speak.visible {
    display: flex !important;
    position: relative;
    z-index: 2;
}
.input-bar-shell { align-items: center; }
.bar-icon { align-self: center; }
.input-area {
    transition: none;
}
.input-area.keyboard-open {
    transform: none;
}
