#archive_note h2.post-item-title {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.post-item-meta {
    margin-top: 8px;
}

#archive_note .post-item-thumbnail img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

#archive_note h1.page-title {
    font-size: 22px;
    margin-bottom: 20px;
}

#archive_note nav.navigation.pagination {
    justify-content: center;
}

#archive_note nav.navigation.pagination .nav-links a.page-numbers {
    background-color: #c2c2c2;
    padding: 6px 10px;
    color: #000;
}

#archive_note nav.navigation.pagination span.page-numbers.current {
    background-color: #064897;
    padding: 6px 10px;
    color: #ffffff;
}

/* Styling for Category Filters */
.category-filters {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.post-item-meta, .post-item-meta a {
    color: #b3b3b3 !important;
}

.category-filters .category-filter-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    font-family: inherit;
    font-size: 12px;
    min-width: 180px;
    cursor: pointer;
    width: 22%;
    margin-bottom: 0;
}

.category-filters .category-filter-select:hover {
    border-color: #bbb;
}
#archive_note .post-item-thumbnail img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}


@media screen and (max-width: 576px) {
    .category-filters .category-filter-select {
        width: 100%;
    }
}