.tabs-wrapper {
    margin-top: 0px;
}

.tabs-nav {
    display: flex;
    gap: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}

.tab-btn {
    padding: 8px 15px;
    background: #eee;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.post-item {
    display: flex;
    gap: 9px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
}

#posts-tab-content .post-thumb {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}

.post-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.post-title a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

.post-title a:hover {
    color: #ff0000;
}

.tab_post_tnds {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.tabs-nav {
    display: grid;
    cursor: pointer;
    margin-bottom: 15px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/* Skeleton Loading */
.skeleton {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.skeleton-thumb {
    width: 90px;
    height: 70px;
    background: #eee;
    border-radius: 5px;
    animation: shimmer 1.5s infinite linear;
}

.skeleton-text {
    flex: 1;
}

.skeleton-line {
    height: 14px;
    background: #eee;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 100%;
    animation: shimmer 1.5s infinite linear;
}

.skeleton-line.short {
    width: 60%;
}

@keyframes shimmer {
    0% {
        background-color: #e3e3e3;
    }

    50% {
        background-color: #f3f3f3;
    }

    100% {
        background-color: #e3e3e3;
    }
}

.blog_widgetn {
    margin-top: 15px !important;
}

.header-bottom {
    border-top: 1px dashed #dcdedf;
}

.blog-details .blog-meta {
    margin-bottom: 16px;
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 6px;
}

.blog-meta span:after,
.blog-meta a:after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -6px 0;
}

.blog-thumb img {
    border-radius: 5px;
    max-height: 425px;
    object-fit: cover;
}

.blog-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.blog-content-wrap {
    margin-top: 25px;
}

.blog-info {
    font-weight: 600;
    color: #000;
    background-color: #ffffff87;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 2px 10px;
}

.blog-info i {
    color: #ff0000;
    margin-left: 3px;
}

.blog-info-wrap button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.custom-like-button {
    margin-left: auto !important;
}

.blog-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
}

.multi-social a {
    display: inline-block;
    margin-bottom: 10px;
}

.multi-social a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    font-size: 14px;
    color: #ff0000;
    text-align: center;
    border-radius: 99px;
    border: 1px solid #eaeaea;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-info-wrap button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-links .share-links-title {
    font-size: 14px;
    line-height: 20px;
    color: #080809;
    font-weight: 700;
    margin-top: -0.32em;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}

.blog-details .share-links {
    position: sticky;
    top: 80px;
    left: 0;
}

.blog-tag {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.box_single .post {
    margin: 0 0 15px;
}

.box_author {
    border-radius: 5px;
    margin: 15px 0;
}

.blog-tag h6 {
    margin-bottom: 0;
}

.post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: unset;
}

.blog-tag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.blog-tag h6 {
    width: fit-content;
    font-size: 16px;
}

.tagcloud a {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1;
    padding: 9px 16px;
    margin-right: 6px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    color: #000;
    font-weight: 500;
}

.box_author {
    border-radius: 5px;
    margin-bottom: 15px;
}

.author-content {
    display: flex;
    gap: 15px;
    align-items: center;
}

.author-description {
    margin: 0;
}

.info_author h5 {
    margin-bottom: 20px;
}

.bai-viet-lien-quan h3 {
    font-size: 20px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
}

/* .blog-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 30px 0;
}

.blog-navigation .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
    gap: 20px;
}

.blog-navigation .nav-btn .img {
    max-width: 80px;
    border-radius: 99px;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 80px;
}

.blog-navigation .nav-btn .img img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    object-fit: cover;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-navigation .nav-btn .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: -0.3em;
    word-break: break-all;
}

a.hover-line:hover {
    background-size: 100% 2px;
    color: #ff1d50;
}

a.hover-line {
    color: inherit;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff1d50), to(#ff1d50));
    background-image: linear-gradient(to left, #ff1d50, #ff1d50);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-navigation .divider {
    height: 80px;
    width: 1px;
    background-color: #efefef;
}

.blog-navigation .nav-btn.next {
    text-align: right;
} */