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

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

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

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

.tag-filters .tag-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;
}

.tag-filters .tag-filter-select:hover {
    border-color: #bbb;
}

#template_notes .tag-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 21px;
}

#template_notes select.tag-filter-select {
    width: 20%;
}

.post-item-meta,
.post-item-meta a {
    color: #b3b3b3 !important;
}
.category-filters form.category-filter-form {
    display: flex;
    gap: 10px;
}
.main-area.box-wrap {
    min-width: 100%;
}
@media screen and (max-width: 576px) {
    #template_notes select.tag-filter-select {
        width: 70%;
    }

    .category-filters form.category-filter-form {
        display: block;
    }
    .category-filters .category-filter-select {
        width: 100%;
    }
    .category-filters form.category-filter-form {
        width: 100%;
    }
    .category-filters form.category-filter-form>* {
        margin-bottom: 15px;
    }
}