.chat-worker-sync-error-textarea {
    height: auto;
    min-height: 82px;
    white-space: pre-wrap;
    background: #fff8f8;
    border-color: #e4b2b2;
    color: #8a2323;
}

.chat-worker-sync-no-errors {
    height: auto;
    min-height: 38px;
    color: #777;
    background: #f8f8f8;
}

.chat-worker-sync-status-wrapper {
    padding-top: 7px;
}

.chat-worker-sync-status-label {
    font-size: 12px;
    text-transform: uppercase;
}

.chat-worker-code-interpreter-warning {
    display: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.google-api-settings-inline-button {
    margin-left: 20px;
}
