.ai-excerpt {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #4096ff;
    margin-bottom: 15px;
}

.ai-excerpt-title {
    display: flex;
    align-items: center;
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.ai-excerpt-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #4096ff;
    margin-right: 8px;
    border-radius: 2px;
}

.ai-excerpt-content {
    display: flex;
    align-items: center;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}