@import '~@capillarytech/cap-ui-library/styles/_variables';
.merge-audience {
    margin-top: $CAP_SPACE_12;
    overflow-x: hidden;
    .operator-row {
        height: $CAP_SPACE_60;
        padding: $CAP_SPACE_12 0;
        .cap-button-v2 {
            display: none;
        }
    }
    .operator-row:hover {
        background-color: $CAP_COLOR_08;
        cursor: pointer;
        .cap-button-v2 {
            background-color: $CAP_COLOR_08;
            display: inline-flex;
        } 
    }
    .cap-link-v2.ant-anchor-wrapper.disabled {
        pointer-events: all;
    }
    .merge-audience-expression {
        word-break: break-all;
        div {
            display: inline-flex;
        }
    }
    .footer-button {
        bottom: $CAP_SPACE_24;
        position: fixed;
    }
    .truncate-audience-content {
        a > div > div {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
}