/* Zibll 文章角标样式 */

/* 角标容器 */
.zib-post-badge {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    z-index: 9999 !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 角标图片 */
.zib-post-badge img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* 确保缩略图容器有相对定位 */
.item-thumbnail {
    position: relative !important;
}

/* 针对Zibll主题的样式调整 */
.posts-item {
    position: relative !important;
}

.posts-item .item-thumbnail {
    position: relative !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .zib-post-badge {
        width: 55px !important;
        height: 55px !important;
        top: 3px !important;
        right: 3px !important;
    }
}

@media (max-width: 480px) {
    .zib-post-badge {
        width: 50px !important;
        height: 50px !important;
        top: 2px !important;
        right: 2px !important;
    }
}
