.tableContainer_-3EYW {
    border: 1px solid var(--sp-color-border-table);
}

.keywordCell_sL7an {
    /**
     * These custom variables exist because they're different to tokens we
     * already use elsewhere, and they're specific to this component.
     */
    --meterSize: 6px;
    --meterBorder: 2px;
    /* Overwritten with inline style by react */
    --percent-full: 0%;

    align-items: center;
}

.meterContainer_4SXPx {
    max-width: 500px;
    gap: var(--meterSize);
    max-height: calc(var(--meterSize) * 3);

    align-items: initial;
}

.meter_3yaR8 {
    max-height: var(--meterSize);
    width: var(--percent-full);
    height: var(--meterSize);
    border-radius: var(--meterBorder);
}

.meter_3yaR8 svg {
    height: 100%;
    width: 100%;
    border-radius: var(--meterBorder);
}

.searchesMeter_BlexM svg {
    color: var(--sp-insights-meters-searches);
}

.hitsMeter_U9NUZ svg {
    color: var(--sp-insights-meters-hits);
}

.contentScoresDataTable_Q4t1h {
    max-height: 450px;
}

.queryContainer_B9UF6 {
    width: 160px;
}

.query_HsP6T {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
