.dash-tbl .dash-row-detail-action {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.dash-tbl .dash-row-detail-action:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: -2px;
    box-shadow: inset 0 0 0 2px var(--color-primary);
}

.dash-tbl .dash-row-detail-action.dash-private-bid-title-cell {
    display: flex;
}
