.ai-summary-panel {
    background: #f9f8ff;
    border: 2px solid #9b8cff;
    border-radius: 2px;
    color: #444;
    margin: 20px 0;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ai-summary-body {
    padding: 18px 48px 16px 48px;
}

.ai-summary-title {
    color: #3f3b83;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
}

.ai-badge {
    display: inline-block;
    background: #8b7be8;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 16px;
    margin-right: 8px;
    line-height: 1;
}

.ai-summary-panel p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 14px;
}

.ai-summary-footer {
    border-top: 1px solid #dedaf5;
    background: #f6f4ff;
    color: #aaa4c7;
    font-size: 11px;
    padding: 9px 50px;
}

    .ai-summary-footer .glyphicon {
        margin-right: 5px;
    }

.ai-btn {
    background: #f6f4ff;
    border: 2px solid #9b8cff;
    color: #5a54a4;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
}

    .ai-btn:hover {
        background: #ebe7ff;
        border-color: #7f73e6;
        color: #3f3b83;
    }

    .ai-btn:focus,
    .ai-btn:active {
        outline: none;
        box-shadow: none;
        background: #e4e0ff;
    }

    .ai-btn .glyphicon {
        margin-right: 6px;
    }
