.bg__tl-layer {
    min-height: $tlLayerHeight;
    box-sizing: border-box;
    border-bottom: 1px solid $clGreyTint;
    position: relative;
    width: 100%;
    user-select: none;
    padding: 2px 0;
    &:hover {
        z-index: 1;
    }

    &.user-segment {
        border-bottom: 1px solid $clDark;
    }
}
