.featured {
    display: inline-block;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 0.4em 0.7em;
    font-family: "Kode Mono", monospace;
    font-size: 0.875em;
    color: #fff;
}

.featured:hover {
    background: linear-gradient(90deg,rgba(40, 254, 208, 1) 0%, rgba(37, 199, 193, 1) 100%);
    color: #070E14;
}

.news_col a {
    font-size: 1.125em;
    color: #fff;
    font-weight: 600;
}

.news_title {
    width: 90%;
}

.cat_link_bt {
    display: inline-block;
    font-family: "Kode Mono", monospace;
    background: linear-gradient(90deg,rgba(40, 254, 208, 1) 0%, rgba(37, 199, 193, 1) 100%);
    color: #070E14;
    padding: 0.4em 0.9em;
    border-radius: 3px;
    margin: 1em 0;
    font-size: 0.85em;
}

.autor {
    display: flex;
    gap: 1em;
    margin-top: 1em;
    font-size: 0.93em;
}

.autor .avatar {
    border-radius: 3px;
}

.autor .name {
    font-weight: 600;
}

.autor .small_text {
    font-size: 0.85em;
}

#ajax-posts {
    margin: 2em 0;
}

.news_title a {
    color: #fff;
}

#featured_news h2 {
    font-weight: 700;
}

.blog_content h2 {
    font-size: 1.25em;
    font-weight: 700;
}

.single .thumb_box {
    margin: 1em 0;
}

.single .autor {
    margin-bottom: 1em;
}

#toc_box {
    padding: 1.2em;
}

.toc_title {
    background: linear-gradient(90deg,rgba(37, 199, 193, 0.29) 0%, rgba(37, 199, 193, 0) 100%);
    border-left: solid 1.5px #25C7C1;
    padding: 0.5em 0.7em;
    margin-top: 0.7em;
}

.toc_link {
    display: block;
    color: rgba(255, 255, 255, 0.6)!important;
    margin-bottom: 0.3em;
}

.toc_link:hover, #toc .active {
    color: #28FED0!important;
}

.thumb_box img {
    border-radius: 14px;
}

.news_col .thumb img {
    border-radius: 8px;
}

.ajax-pagination {
    display: flex;
    justify-content: center;
}

.ajax-pagination a {
    display: inline-block;
    color: #fff;
    margin: 2em 0.3em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.ajax-pagination a.active {
    background: #25C7C1;
    color: #070E14;
}

@media (max-width: 768px) {
    #blog, #ajax-posts {
        padding: 0 1.5em;
    }

    .category_bt {
        padding: 0.7em 1.5em;
        margin-bottom: 1.2em;
    }

    .autor {
        margin: 1em 0;
    }

    #blog_content {
        padding: 0 1.5em;
    }
}