.icon.wpstack-asset,
.actions .wpstack-asset {
    height: 22px;
    width: 22px;
}

.part>.inner-wrapper {
    overflow: hidden;
}

.iw {
    transition: .2s;
}


/* GRID */

.bf_grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.bf_grid {
    list-style: none;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 15px * 2);
}


/* LOOP ITEMS */

.bf_grid .loop {
    flex-basis: calc( 100% / 4 - 30px);
    padding: 15px;
}

.bf_grid .loop>.iw {
    background: #fafafa;
    border: 1px solid var(--light-color);
    border-radius: 15px;
    padding: 20px;
}

.loop .title {
    margin: 0;
}

.loop {
    position: relative;
}

.loop .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loop-parent-term .title-parent-term {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.loop-parent-term .title-parent-term:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 1px solid var(--mid-light-color);
}

.loop-term:hover .iw {
    background: var(--mid-light-color);
}

.loop-term .title {
    margin-bottom: 10px;
}

.loop-term .iw {
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.loop-term .prompt-count {
    font-size: 14px;
}

.loop-parent-term {
    margin-bottom: 80px;
}


/* TOOLTIPS */

.title .tooltip {
    display: inline-block;
    margin-right: 0;
    transform: translateY(1px);
}

.title .tooltip img {
    width: 14px;
}

.tooltip .description {
    position: absolute;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px !important;
    display: block;
    z-index: 2;
    border-radius: 20px;
    margin: 0 !important;
    font-size: 12px;
    border-top-left-radius: 0;
    transform: translateY(-15px);
    opacity: 0;
    transition: .4s;
    left: 15px;
    pointer-events: none;
}

.tooltip>img,
.tooltip a {
    z-index: 4;
    position: relative;
}

.tooltip .description:hover,
.tooltip>img:hover~.description,
.tooltip a:hover~.description {
    opacity: 1;
    transform: translateY(-5px);
    pointer-events: unset;
}

a.tiktok-icon {background: #674942;color: #fff;border-radius: 50%;box-sizing: border-box;width: 33px;height: 33px;}