.bgh-ai-summary {
    background: #f7f8fa;
    border: 1px solid #e0e3e8;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
    text-align: right;
    direction: rtl;
}

.bgh-ai-summary__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.bgh-ai-summary__icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ef394e;
    color: #fff;
    font-size: 18px;
}

.bgh-ai-summary__title {
    font-size: 15px;
    font-weight: 700;
    color: #232933;
    margin-bottom: 2px;
}

.bgh-ai-summary__badge {
    display: inline-block;
    font-size: 11px;
    color: #ef394e;
    background: rgba(239, 57, 78, 0.1);
    border-radius: 20px;
    padding: 2px 10px;
}

.bgh-ai-summary__body {
    margin-top: 12px;
}

.bgh-ai-summary__text {
    font-size: 13.5px;
    line-height: 2;
    color: #3f4064;
}

.bgh-ai-summary__more {
    background: none;
    border: none;
    color: #008eb2;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 0;
    cursor: pointer;
}

.bgh-ai-summary__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.bgh-ai-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    border-radius: 20px;
    padding: 4px 12px;
    font-weight: 500;
}

.bgh-ai-chip--positive {
    color: #2e7d32;
    background: #e8f5e9;
}

.bgh-ai-chip--negative {
    color: #c62828;
    background: #ffebee;
}

.bgh-ai-summary__note {
    margin-top: 12px;
    font-size: 11.5px;
    color: #81858b;
}

.bgh-ai-summary__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #d5d8de;
    font-size: 12.5px;
    color: #3f4064;
}

.bgh-ai-summary__feedback {
    display: inline-flex;
    gap: 6px;
}

.bgh-ai-summary__vote {
    background: #fff;
    border: 1px solid #d5d8de;
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #62666d;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.15s ease;
}

.bgh-ai-summary__vote:hover {
    border-color: #ef394e;
    color: #ef394e;
}

.bgh-ai-summary__vote.is-voted {
    background: #ef394e;
    border-color: #ef394e;
    color: #fff;
    pointer-events: none;
}

.bgh-ai-summary__loading {
    font-size: 13px;
    color: #62666d;
    padding: 8px 0;
}
