.armstrong-ai-chat {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 1rem;
    max-width: 720px;
    background: #fff;
}

.armstrong-ai-chat__label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.armstrong-ai-chat__textarea {
    width: 100%;
    min-height: 140px;
    margin-bottom: 0.75rem;
}

.armstrong-ai-chat__submit {
    background: #0d6efd;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0.65rem 1rem;
    cursor: pointer;
}

.armstrong-ai-chat__status {
    margin-top: 0.75rem;
    color: #555;
}

.armstrong-ai-chat__answer {
    margin-top: 1rem;
    white-space: pre-wrap;
}

.armstrong-ai-chat__sources {
    margin-top: 1rem;
}
