﻿.tap-image-list__item--gif .tap-image-wrapper.tap-rich-content__image-wrapper[data-v-4e8ee181]
{
    position: relative;
}
.tap-image-list__item--gif .tap-image-wrapper[data-v-4e8ee181]:after
{
    content: "GIF";
    position: absolute;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    font-weight: 700;
    font-size: 10px;
    background: rgba(0,0,0,.4);
    bottom: 4px;
    right: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 16px;
    -webkit-transform: scale(.83);
    transform: scale(.83);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.tap-image-list__item--mult[data-v-4e8ee181]
{
    position: relative;
    width: calc(33.33333% - 2.66667px);
    height: 0;
    padding-bottom: calc(33.33333% - 2.66667px);
    overflow: hidden;
    margin-top: 4px;
}
.tap-image-list__item--mult[data-v-4e8ee181] .tap-image
{
    width: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tap-image-list__item--single[data-v-4e8ee181]
{
    width: 100%;
}
.tap-image-list__item--single[data-v-4e8ee181] .tap-image
{
    width: 100%;
    border-radius: 12px;
}
.tap-image-list__item--between[data-v-4e8ee181]
{
    margin-left: 4px;
    margin-right: 4px;
}
.tap-image-list__item--end-line[data-v-4e8ee181]
{
    margin-top: 0;
}
.tap-image-list__item--multiple[data-v-4e8ee181]:not(:first-child)
{
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.tap-image-list__item--clickable[data-v-4e8ee181]
{
    cursor: pointer;
}
.tap-image-list__item--forth-between-2[data-v-4e8ee181], .tap-image-list__item--forth-between-4[data-v-4e8ee181]
{
    margin-right: 5px;
    margin-left: 4px;
}
.tap-image-list__item--forth-between-2[data-v-4e8ee181]
{
    border-top-right-radius: 12px;
}
.tap-image-list__item--forth-between-4[data-v-4e8ee181]
{
    border-bottom-right-radius: 12px;
}
@media only screen and (min-width: 499px) and (any-hover: hover)
{
    .tap-image-list-icon__img-hover[data-v-4e8ee181]
    {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-property: background-color,border-color;
        transition-property: background-color,border-color;
    }
    .tap-image-list-icon__img-hover[data-v-4e8ee181]:hover
    {
        opacity: .8;
    }
}
.tap-image-list[data-v-4e8ee181]
{
    border-radius: 12px;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
[data-v-4e8ee181] .tap-image-list__item--single
{
    height: 100%;
    width: 100%;
}
.tap-image-list__gif-tag[data-v-4e8ee181]
{
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    font-size: 12px;
    background: rgba(0,0,0,.4);
    -webkit-transform: scale(.83);
    transform: scale(.83);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.image-list__more-icon[data-v-4e8ee181], .tap-image-list__gif-tag[data-v-4e8ee181]
{
    position: absolute;
    border-radius: 20px;
    bottom: 4px;
    right: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.image-list__more-icon[data-v-4e8ee181]
{
    font-size: 10px;
    line-height: 14px;
    color: var(--extension-keep-white);
    background: var(--extension-components-black);
    height: 18px;
    padding: 0 6px;
}
.image-list__more-icon-svg[data-v-4e8ee181]
{
    margin-right: 2px;
}
.tap-image-list__item--top-crop[data-v-4e8ee181] .tap-image
{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}