/* define NoInsightsSplash */

.NoInsightsSplash-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    min-width: 0;
    background: var(--surface-subtle-light);
    border-left: 1px solid var(--border-subtle);
}

.NoInsightsSplash-container--noInsights {
    flex: 0.81;
}

.NoInsightsSplash-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--padding-sm);
}

.NoInsightsSplash-icon {
    color: var(--icon-subtle);
    padding-bottom: var(--padding-sm);
}

.NoInsightsSplash-title {
    font-family: var(--font-family-heading);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-h3);
    color: var(--text-default);
}

.NoInsightsSplash-description {
    font-family: var(--font-family-body);
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-medium);
    color: var(--text-accent);
}
