/* define InsightPreviewContainer */

.InsightPreviewContainer-container {
    background: var(--surface-default);
    border: 1px solid var(--border-default);
    flex: 0.25;
    height: 85vh;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.InsightPreviewContainer-buttonContainer {
    border-bottom: 1px solid var(--border-default);
    display: flex;
    justify-content: space-between;
    padding: var(--padding-xxs) var(--padding-xs) var(--padding-xxs) var(--padding-xs);
}

.InsightPreviewContainer-button {
    color: var(--icon-accent);
    background: var(--surface-default);
    border: none;
}

.InsightPreviewContainer-insightContainer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: var(--padding-sm);
    overflow-y: auto;
}
