/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21 Jan 2026, 15:35:07
    Author     : DavidOBrien
*/


.ai-qa-container {
    max-width: 100%;
}

.ai-qa-title {
    margin: 0 0 14px;
}

.ai-qa-item {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 14px;
    margin: 0 0 14px;
    background: #fff;
}

.ai-qa-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ai-qa-avatar-customer {
    background: #f3f3f3;
    border-radius: 999px;
    font-weight: 700;
    line-height: 46px;
    color: #333;
}

.ai-qa-avatar {
    display: table-cell;
    vertical-align: top;
    width: 46px;
    height: 46px;
    text-align: center;
    overflow: hidden;
}

.ai-qa-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;

}

.ai-qa-content > p {
    font-size: 13px;
}
.ai-qa-meta {
    font-size: 12px;
    opacity: 0.75;
    margin-bottom: 4px;
}

.ai-qa-row + .ai-qa-row {
    margin-top: 12px;
}

.ai-qa-answer {
    background: #faf7ff;
    border-radius: 8px;
    padding: 10px;
}

.ai-qa-avatar-brand {
    background: none;
    line-height: 0;
}

.ai-qa-brand-img {
    width: 46px;
    height: 46px;
    display: block;
}
