.aisummarydetail .contracted {
    width: 100%;
    background: rgba(0, 0, 0, .03);
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;
}

.aisummarydetail {
    height: 100%;
}

.aisummarydetail .expanded {
    height: 100%;
}

.aisummarydetail .card {
    height: 100%;
}

.ai-summary-content {
    font-size: 85%;
    margin-top: 6px;
}

.ai-summary-bullet {
    padding: 4px 0;
    border-left: none;
}

.ai-summary-text {
    white-space: pre-wrap;
    margin-bottom: 0;
    font-size: 85%;
}
