﻿.hashtag-icon[data-v-664a83f4]
{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: var(--gray-07);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 499px)
{
    .hashtag-icon[data-v-664a83f4]
    {
        width: 48px;
        height: 48px;
    }
}
.hashtag-icon--show-border.hashtag-icon--super[data-v-664a83f4]
{
    border: 2px solid var(--primary-tap-blue);
    position: relative;
}
.hashtag-icon--show-border.hashtag-icon--super[data-v-664a83f4]:before
{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid var(--extension-button-label-white);
}
@media only screen and (min-width: 499px)
{
    .hashtag-icon--show-border.hashtag-icon--super[data-v-664a83f4]:before
    {
        width: 46px;
        height: 46px;
    }
}
.hashtag-icon--show-border .hashtag-icon__super-subscript[data-v-664a83f4]
{
    position: absolute;
    right: -4px;
    bottom: -4px;
}
.hashtag-icon__image[data-v-664a83f4]
{
    display: -webkit-box;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
@media only screen and (min-width: 499px)
{
    .hashtag-icon__image[data-v-664a83f4]
    {
        width: 48px;
        height: 48px;
    }
}
.hashtag-row-card[data-v-9b8d0718]
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hashtag-row-card[data-v-9b8d0718] .hashtag-icon
{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--gray-01);
}
.hashtag-row-card[data-v-9b8d0718] .hashtag-icon .svg-icon
{
    width: 28px;
    height: 28px;
}
.hashtag-row-card[data-v-9b8d0718] .hashtag-icon--activity
{
    color: var(--primary-tap-orange);
}
@media only screen and (max-width: 499px)
{
    .hashtag-row-card[data-v-9b8d0718] .hashtag-icon
    {
        width: 40px;
        height: 40px;
    }
    .hashtag-row-card[data-v-9b8d0718] .hashtag-icon .svg-icon
    {
        width: 22px;
        height: 22px;
    }
}