﻿.axdx-icon[data-v-f726cf27]
{
    width: 22px;
    height: 18px;
    flex-shrink: 0;
    font-size: 0;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    text-align: center;
}
.exclusive-icon[data-v-f5ec4999]
{
    width: 47px;
    height: 18px;
    flex-shrink: 0;
    font-size: 0;
}
.exclusive-icon[data-v-f5ec4999], .tag--exclusive[data-v-f5ec4999]
{
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
}
.tag--exclusive[data-v-f5ec4999]
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.craft-tag[data-v-105cc107]
{
    background-color: var(--primary-tap-purple);
    color: var(--extension-button-label-white);
    padding: 0 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 499px)
{
    .craft-tag[data-v-105cc107]
    {
        line-height: 16px;
        height: 16px;
        font-size: 10px;
    }
}
.text-with-tags[data-v-deeba707]
{
    position: relative;
    display: block;
}
.text-with-tags--flex[data-v-deeba707]
{
    display: -webkit-box;
    display: flex;
}
.text[data-v-deeba707]
{
    display: inline;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
    font-weight: 700;
}
.text.text-without-label[data-v-deeba707]
{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word;
}
.text-default--size[data-v-deeba707]
{
    font-size: var(--list-heading-m14-w14-size);
    line-height: var(--list-heading-m14-w14-line-height);
}
.tag[data-v-deeba707]
{
    font-size: 12px;
    line-height: 18px;
    flex-shrink: 0;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
}
.tag[data-v-deeba707]:not(:last-child)
{
    margin-right: 4px;
}
@media only screen and (max-width: 499px)
{
    .tag[data-v-deeba707]
    {
        font-size: 10px;
        height: 16px;
        line-height: 16px;
    }
}
.tag--white[data-v-deeba707]
{
    color: var(--gray-07);
    background-color: var(--gray-01);
}
.tag--gray[data-v-deeba707]
{
    color: var(--gray-07);
    background-color: var(--gray-02);
}
.tag--opacity[data-v-deeba707]
{
    color: rgba(var(--extension-button-label-white--value),.6);
    background-color: rgba(var(--extension-button-label-white--value),.1);
}
.tag-with-icon[data-v-deeba707]
{
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 4px 0 3px;
}
.tag-with-icon .tag-icon[data-v-deeba707]
{
    width: 14px;
    height: 14px;
    margin-right: 1px;
}
.tag-with-icon .tag-icon[data-v-deeba707] .tap-image
{
    width: 14px;
    height: 14px;
}
.tag-without-icon[data-v-deeba707]
{
    padding: 0 4px;
    -webkit-box-align: center;
    align-items: center;
}
.tag-without-icon[data-v-deeba707], [data-v-deeba707] .tag--ad, [data-v-deeba707] .tag--exclusive
{
    display: -webkit-inline-box;
    display: inline-flex;
}