.top-post-wrap-2 {
    position: relative;
}
.top-post-wrap {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 2px solid #0C539E;
    border-radius: 4px;
    cursor: pointer;
    width: 350px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
}
.vip-item {
    border: 6px solid rgb(30, 155, 230);
}
.top-post-wrap .thumb {
    position: relative;
    z-index: 1;
}

.top-post-wrap .thumb img {
    width: 100%;
    transition: transform 0.3s ease-in;
}
.top-post-wrap:hover img {
    transform: scale(1.1);
}

.top-post-wrap .thumb .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 26px;
    line-height: 26px;
}
.tag.top-right {
    left: auto !important;
    right: 20px;
}

.tag {
    border-radius: 3px;
    height: 30px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    padding: 0 11px;
}

.tag:hover {
    text-decoration: none;
    color: #fff;
}

.top-post-wrap-2 .top-post-details {
    bottom: 54px;
    left: 30px;
}
.top-post-wrap .top-post-details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-right: 20px;
    z-index: 3;
}

.top-post-wrap .top-post-details .meta {
    color: #ffffff;
}
.meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #767575;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta .rate {
    margin-right: 17px;
}

.top-post-wrap .post-decorative-svg-container {
    position: absolute;
    background-image: url(/upload/post_resources/post_fg_template.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 208px;
    z-index: 2;
    pointer-events: none;
    }


.top-post-wrap-2 .top-post-details h5 {
    color: #ffffff;
    margin: 16px 0 4px;
    text-shadow: 1px 0 1px #000,
    0 1px 1px #000,
    -1px 0 1px #000,
    0 -1px 1px #000;
}

.badge-re-bg {
    background: none;
    border: 1px solid #FFFFFF;
    color: white;
}

.top-post-wrap .top-post-details h1, .top-post-wrap .top-post-details h2, .top-post-wrap .top-post-details h3, .top-post-wrap .top-post-details h4, .top-post-wrap .top-post-details h5, .top-post-wrap .top-post-details h6 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 500;
}