/* ZDZL AI插件 - 通用样式 */
.zdzl-ai-summary {
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border-left: 4px solid #007cba;
}

.zdzl-ai-summary-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.zdzl-ai-summary-content {
    line-height: 1.6;
    color: #555;
    font-size: 15px;
}

.zdzl-ai-summary-footer {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
    font-size: 13px;
    color: #6c757d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zdzl-ai-summary-btn {
    padding: 4px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    color: #495057;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.zdzl-ai-summary-btn:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
}