.sxs-itxg {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: .5em .75em;
    // height: calc($text-14 * 2);
    // line-height: calc($text-14 * 2);
    font-size: $text-14;
    border-radius: 9999px;

    .icon {
        margin-right: .5em;
    }

    &__txt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        // line-height: calc($text-14 * 2);
    }

    &--v1 {
        background-color: $primaryClear;
    }

    &--v2 {
        outline: 1px solid $primaryClear;
    }
}