.blog-archive.page-wrapper {
    padding-top: 0;
    background-color: #f7f7f7;
}

.blog-archive.page-wrapper .archive-page-header {
    padding-top: 30px;
    background-color: #fff;
}

.blog-archive.page-wrapper .archive-page-header .col {
    padding-bottom: 10px;
}

.blog-archive.page-wrapper .archive-page-header h1.page-title {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 48px;
    line-height: 57.6px;
    color: #212121;
    text-transform: none;
}

.blog-archive.page-wrapper .archive-page-header .taxonomy-description {
    padding-bottom: 20px;
    font-size: 22px;
    color: #212121;
}

.blog-archive.page-wrapper .post-item .col-inner {
    background: #fff;
    height: 100%;
    /*min-height: 480px;*/
}

.blog-archive.page-wrapper .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #e2e2e2;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23cfcfcf' /%3E%3C/svg%3E");
    background-position-x: 4px;
    background-position-y: 4px;
}

.blog-archive.page-wrapper .box:not(:has(.box-image)) .box-text {
    padding-top: 200px;
}

.blog-archive.page-wrapper .box-image {
    width: 100%;
    height: 200px;
}

.blog-archive.page-wrapper .box-image .image-cover {
    width: 100%;
    height: 100%;
}

.blog-archive.page-wrapper .box-text {
    padding: 0;
    flex-grow: 1;
}

.blog-archive.page-wrapper .box-text .box-text-inner {
    padding: 1.5rem;
    background: #fff;
    height: 100%;
}

.blog-archive.page-wrapper .box-text a:not(.button), h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.blog-archive.page-wrapper .box-text p {
    margin: 0;
}

.blog-archive.page-wrapper .box-text .is-divider {
    display: none;
}

.blog-archive.page-wrapper .box-meta {
    color: #000;
    line-height: 1rem;
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.has-hover:hover .box-meta .tag-label {
    background-color: var(--fs-color-primary);
    opacity: 1;
}

.blog-archive.page-wrapper .box-meta .post-meta:not(.tag-label) {
    display: inline;
}

.blog-archive.page-wrapper .box-meta .post-meta:not(.tag-label):last-child:after {
    content: '';
}

.blog-archive.page-wrapper .box-meta .post-meta:not(.tag-label):after {
    content: '|';
    margin: 0 0.25rem;
}

.post-filters {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    line-height: 27px;
}

.post-filters .post-filters__title {
    font-size: 24px;
    color: #212121;
    margin: 3.5rem 0 1.5rem;
    font-weight: 700;
}

.post-filters .post-category-filters {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 2rem;
    align-self: start;
}

.post-filters .post-category-filters .post-category-filter {
    border-bottom: 1px solid #b2b2b2;
    padding: 4px 12px;
    color: #808080;
    text-decoration: none !important;
}

.post-filters .post-category-filters .post-category-filter.active {
    border-bottom: 1px solid #212121;
    font-weight: bold;
    color: #212121;
}

.post-filters .post-category-filters .post-category-filter:hover {
    border-bottom: 1px solid #212121;
    color: #212121;
}

.post-filters .post-tag-filters {
    display: flex;
    flex-wrap: wrap;
    align-self: start;
    gap: 1rem;
}

.post-filters .post-tag-filters .post-tag-filter {
    padding: 4px 8px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    color: #212121;
    text-decoration: none !important;
    text-transform: capitalize;
}

.post-filters .post-tag-filters .post-tag-filter.active {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #fff;
}

.post-filters .post-tag-filters .post-tag-filter:hover:not(.active) {
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}

body.search.search-results #main #content #post-list {
    margin-top: 3.5rem;
}

@media (max-width: 849px) {
    .blog-archive.page-wrapper .archive-page-header {
        padding-top: 0px;
    }

    .blog-archive.page-wrapper .archive-page-header .col {
        padding-bottom: 0;
    }

    .blog-archive.page-wrapper .archive-page-header h1.page-title {
        margin-bottom: 1rem;
        font-size: 40px;
        line-height: 48px;
    }

    .blog-archive.page-wrapper .archive-page-header .taxonomy-description {
        padding-bottom: 0;
    }

    .post-filters .post-filters__title {
        margin: 2rem 0 .5rem;
    }

    body.search.search-results #main #content #post-list {
        margin-top: 2rem;
    }
}
