.archive-blogs-filter h2 {
    font-size: 14px;
}

.archive-blogs-filter ul {
    list-style: none;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.archive-blogs-filter label input {
    margin-right: 10px;
}

.archive-blogs-filter label {
    font-size: 14px;
}

.blog-filter-content {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.archive-blogs-filter .wp-block-buttons {
    margin-top: 30px;
}

.blog-filter-content--active {
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out;
}

.post-thumbnail {
    position: relative;
}

.post-thumbnail img {
    filter: sepia(1) hue-rotate(160deg);
}

.post-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0075FF;
    opacity: .3;
}