[data-flag="unsafe"] .list-item-image {
    position: relative !important;
    overflow: hidden !important;
}

.unsafe-blur-on [data-flag="unsafe"] .list-item-image::after {
    content: "18+";
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 80px !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8) !important;
    z-index: 100 !important;
    filter: none !important;
    -webkit-filter: none !important;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s ease;
}

[data-flag="unsafe"]:hover .list-item-image::after {
    opacity: 0 !important;
}

.list-item-image.is-blurred::after {
    display: flex !important;
}

.unsafe-blur-off [data-flag="unsafe"] .list-item-image::after {
    display: none !important;
}
