<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * News Template Styles
 *
 * Styles for the news page template
 */

/* General Layout */
.site-main {
    padding-bottom: 60px;
}

/* Sidebar Styles */
.sidebar {
    padding-top: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.sidebar-title {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

/* Category List */
.news-categories {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.news-categories li {
    margin-bottom: 10px;
    position: relative;
}

.news-categories &gt; li &gt; a {
    display: block;
    color: #595757;
    text-decoration: none;
    /* padding: 5px 0 5px 20px; */
    transition: all 0.3s ease;
    position: relative;
}

.news-categories a:hover,
.news-categories a.active {
    color: #5AC3E1;
    font-weight: 600;
}

/* Subcategories */
.news-subcategories {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

.news-subcategories li {
    margin-bottom: 5px;
}

.news-subcategories a {
    font-size: 0.9rem;
    padding: 3px 0;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Archive Dropdown */
.year-archive {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 0.9rem;
}

/* Content Area */
.content {
    padding-top: 20px;
}

.content-title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 25px;
}

.title-category-post {
  border-bottom: 2px solid #e9e9e9;

}

/* News List */
.news-list {
    margin-bottom: 40px;
}

.news-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.news-date {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #565E67;
    white-space: nowrap;
    margin-right: 20px;
}

.news-category {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    background-color: #f3f3f3;
    border-radius: 3px;
    font-size: 0.75rem;
    color: #595757;
    font-weight: normal;
    white-space: nowrap;
}

.news-title {
    font-size: 16px;
    margin: 0;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-sidebar {
    /* position: fixed;
    width: inherit;
    max-width: 300px;
    top: "100px" */
}

.news-title a {
    color: #565E67;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-title a:hover {
    color: #5ac3e1 !important;
}

/* Pagination */
.news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 58px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.news-pagination .page-numbers.current {
    background-color: #5AC3E1;
    color: #FFF;
    border-color: #5AC3E1;
}

.news-pagination .page-numbers:hover {
    background-color: #f5f5f5;
}

.news-pagination .prev,
.news-pagination .next {
    width: auto;
    padding: 0 10px;
    border-radius: 38px;
    font-size: 14px;
    color: #595757;
}

/* Responsive Styles */
@media (max-width: 767.98px) {
    .sticky-sidebar {
        position: relative;

    }

    .sidebar {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .sidebar-title {
        position: relative;
        margin-bottom: 15px;
    }

    .sidebar-title {
        cursor: default;
        padding-right: 0;
    }

    .sidebar-title:after {
        display: none;
    }

    .news-categories,
    .year-archive {
        display: block;
    }

    .news-categories &gt; li &gt; a {
        padding: 8px 0 8px 20px;
    }

    .news-categories &gt; li &gt; a:before {
        font-size: 14px;
    }

    .content-title {
        font-size: 1.4rem;
    }

    .news-item {
        padding: 12px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .news-date {
        margin-bottom: 8px;
        margin-right: 0;
    }

    .news-title {
        width: 100%;
        font-size: 1rem;
    }

    .news-pagination .page-numbers {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        font-size: 0.9rem;
    }
    .news-pagination .next, .news-pagination .prev {
      width: 55px;
      font-size: 12px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
    .news-categories a {
        font-size: 0.9rem;
    }

    .content-title {
        font-size: 1.5rem;
    }

    .news-date {
        min-width: 150px;
    }
}

/* Year filter styling */
.year-filter {
    font-size: 0.9em;
    color: #555;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}

/* CÃ¡c badge category cho Blog */
.news-badge.blog-default {
    background-color: #5a9bd5;
    color: #fff;
}

/* Style cho cÃ¡c subcategory cá»§a blog */
.news-badge[class*="blog-cat-"] {
    background-color: #FFF;
    color: #EE86A8;
    border: 1px solid #EE86A8;
}

/* CÃ³ thá»ƒ tÃ¹y chá»‰nh mÃ&nbsp;u cho tá»«ng subcategory cá»¥ thá»ƒ náº¿u cáº§n */
.news-badge.blog-cat-tech {
    background-color: #4285f4;
}

.news-badge.blog-cat-health {
    background-color: #34a853;
}

.news-badge.blog-cat-news {
    background-color: #ea4335;
}

.news-badge.blog-cat-events {
    background-color: #fbbc05;
}
</pre></body></html>