@import url(../../css/icons.css);
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

:host {
    z-index: 1;
    background: var(--color-white);
    border-radius: 5px;
    display: inline-block;
}

:host:hover {
    z-index: 9;
}

#wrapper {
    position: relative;
    z-index: 1;
    transition: opacity 0.3s;
    display: block;
}

#removed {
    max-width: 294px;
}

:host([full='1']) {
    display: block;
}

:host([full='1']) #wrapper,
:host([full='1']) #removed {
    max-width: 9999px;
}

:host([mini='1']) #wrapper {
    padding-bottom: 1rem;
}

h2 {
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 11px 10px 8px 10px;
    color: var(--color-black);
}

h2 a {
    color: inherit;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 172px !important;
    object-fit: cover;
    object-position: center;
}

:host([full='1']) img {
    height: auto !important;
}

:host([mini='1']) img {
	height: 113px !important;
    width: 200px !important;
}

:host([mini='1']) .i_like_wrapper {
    display: none !important;
}

.userworks-username {
    height: 20px;
    font-size: 12px;
    color: var(--color-dark-grey);
    margin: 0 10px 0 10px;
}

.userworks-username a {
    color: inherit;
    text-decoration: none;
    line-height: 100%;
}

.i_like_wrapper {
    height: 20px;
    display: flex;
    margin: 3px 10px 15px 10px;
}

.i_like_wrapper>* {
    margin-left: 20px;
    color: var(--color-dark-grey);
    font-size: 12px;
    align-items: center;
    display: inline-flex;
}

.i_like_wrapper>*:first-child {
    margin-left: 0;
}

.future {
    opacity: 0.5;
}

.imglink {
    position: relative;
    display: block !important;
}

#nulabel {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    border-radius: 5px 5px 0 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

#nulabel::after {
    content: attr(data-title);
    font-size: 1.3rem;
    border: 0.3rem solid #ff0f00;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nu #nulabel {
    display: flex;
}

.nu img {
    -webkit-filter: blur(13px);
    filter: blur(13px);
}

:host([phidden='1']) .imglink img {
    filter: grayscale(1);
    background: #fff;
}

:host([phidden='1']) .imglink::after {
    content: '';
    background: #fff;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.phidden {
    display: none;
}

:host([phidden='1']) .phidden {
    display: flex;
    align-items: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: var(--color-grey);
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.phidden .mask-icon {
    margin-right: 10px;
}