.joe_aisummary {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e3e8f7;
    background-color: #fdfdfd;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.joe_aisummary:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.joe_aisummary .title {
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #303133;
    border-bottom: 1px dashed #e3e8f7;
    padding-bottom: 8px;
}

.joe_aisummary .title svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    fill: var(--theme); /* 使用主题色 */
}

.joe_aisummary .content {
    font-size: 15px;
    line-height: 1.8;
    color: #606266;
    text-align: justify;
    letter-spacing: 0.5px;
}
