body.wallpaper-archive-pc .posts-row {
    --posts-card-scale: 56.25%;
    --posts-list-scale: 56.25%;
}

body.wallpaper-archive-mobile .posts-row {
    --posts-card-scale: 200%;
    --posts-list-scale: 200%;
}

body.wallpaper-archive-pc .posts-row > .posts-item.card .item-thumbnail,
body.wallpaper-archive-pc .posts-row > .posts-item.card .item-thumbnail .dplayer.dplayer-thumb {
    padding-bottom: 56.25% !important;
}

body.wallpaper-archive-mobile .posts-row > .posts-item.card .item-thumbnail,
body.wallpaper-archive-mobile .posts-row > .posts-item.card .item-thumbnail .dplayer.dplayer-thumb {
    padding-bottom: 200% !important;
}

body.wallpaper-archive .posts-row > .posts-item.card .item-thumbnail img,
body.wallpaper-archive .posts-row > .posts-item.card .item-thumbnail .swiper-wrapper,
body.wallpaper-archive .posts-row > .posts-item.card .item-thumbnail .dplayer-video-wrap {
    width: 100%;
    height: 100%;
}

body.wallpaper-archive .posts-row > .posts-item.card .item-thumbnail img {
    object-fit: cover;
}

body.wallpaper-archive .posts-row > .posts-item.card .item-body {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 8px 2px 0;
}

body.wallpaper-archive .posts-row > .posts-item.card .item-heading {
    display: -webkit-box;
    min-height: 0;
    max-height: none;
    margin: 0;
    overflow: hidden;
    color: var(--key-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

body.wallpaper-archive .posts-row > .posts-item.card .item-heading > a {
    color: inherit;
}

body.wallpaper-archive .posts-row > .posts-item.card .item-tags,
body.wallpaper-archive .posts-row > .posts-item.card .item-meta {
    display: none !important;
}

body.wallpaper-archive-mobile .posts-row > .posts-item.card {
    width: calc(20% - 16px);
}

body.wallpaper-archive-mobile .posts-row > .posts-item.card .item-body {
    padding-top: 8px;
}

body.wallpaper-archive-mobile .posts-row > .posts-item.card .item-heading {
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 1199px) {
    body.wallpaper-archive-mobile .posts-row > .posts-item.card {
        width: calc(25% - 16px);
    }
}

@media (max-width: 767px) {
    body.wallpaper-archive-mobile .posts-row > .posts-item.card {
        width: calc(50% - 10px);
    }
}
