

.tags {
    margin-top: 20px;
    padding: 16px 12px 16px 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.tag-link {
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.title-main > h1 {
    font-size: 32px;
    font-weight: bold;
}
.title-main > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 32px;
}

/*blog list*/
.blog-top {
    position: relative;
    border-radius: 12px;
    height: 206px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

.blog-top > img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: inherit;
}

.blog-top > span {
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 12px;
    background-color: rgba(121, 116, 225, 0.6);
    border-radius: 4px;
}

.blog-top > h3 {
    font-size: 20px;
    font-weight: 700;
    width: 40%;
}

.blog-footer, .blog-footer > div, .blog-item_text-footer, .blog-item_text-footer > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.blog-footer > div > img, .blog-item_text-footer > div > img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.blog-footer > div, .blog-footer > span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.blog-item_text-footer > div, .blog-item_text-footer > span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.blog-content {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.blog-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 180px;
}

.blog-item_text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: start;
    align-items: start;
    width: 80%;
}

.blog-item_text > h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.blog-item_text > p {
    font-size: 14px;
}
.blog-item_img {
    width: 112px;
    height: 80px;
}
.blog-item_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-mob {
    display: none;
}

.addtoany_share > img, a.addtoany_share img  {
    width: 24px; !important;
    height: 24px; !important;
}
@media screen and (max-width: 1100px) {
    .blog-mob {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .slide-mob_top-news {
        background-color: rgba(0, 0, 0, 0.1);
        gap: 12px;
        border-radius: 12px;
    }

    .slide-mob_top-news > img {
        border-radius: 12px;
        width: 100%;
        height: 100%;
    }

    .slide-mob_top-news > .blog-footer > span {
        background: none;
    }
    .post-header_menu {
        margin-left: -30px;
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
    }

    .post-header_menu > li > a {
        background-color: rgba(0, 0, 0, 0.1);
        padding: 4px 12px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 600;
    }

    .post-header_menu-active {
        background-color: #fff; !important;
        padding: 4px 12px;
        border-radius: 16px;
        color: rgba(140, 91, 220, 1);
        font-size: 12px;
        font-weight: 600;
    }

    .mob-post_item-top {
        position: relative;
        border-radius: 12px;
        text-align: center;
        height: 200px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        padding: 16px;
    }

    .blog-item {
        height: 100%;
    }
.slide-mob.slide-mob_top-news {
        padding: 0;
        margin-bottom: 0;
    }

    .mob-post_item-top > span {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 4px 12px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 600;
    }

    .mob-post_item-top > img {
        border-radius: 12px;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        filter: brightness(0.5)
    }

    .mob-post_item-tag_list {
        display: flex;
        gap: 10px;
    }

    .mob-post_item-tag_list > span {
        border-radius: 500px;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 4px 12px;
    }

    .slide-mob .mob-post-link {
        background-color: rgba(0, 0, 0, 0.1);
        padding: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        border-radius: 12px;
        align-items: start;
        text-transform: none;
        height: 215px;
    }
    .slide-mob .mob-post-link::after {
        content: ''; !important;
    }

    .mob-post-link > img {
        width: 100%;
        height: 110px;
        border-radius: 12px;
    }

    .mob-post-link > p {
        font-size: 14px;
        font-weight: 600;
    }

    .mob-slider_post-footer > span {
        width: fit-content;
        background: none;
    }
}

.tagged-posts-container {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 12px;
}