/**
* Template: Archives
*/

/* POSTS GRID */
.ai-posts-grid {
    padding-bottom: 55px;
}

.ai-posts-grid .block-content.compress {
    align-items: flex-start;
}

.ai-posts-grid .post-item .terms {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.ai-posts-grid .post-item .terms .term:not(:first-child)::before {
    content: "•";
    display: inline-flex;
    padding: 0 6px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1;
}

.ai-posts-grid .post-item .terms .term,
.ai-posts-grid .post-item .terms a {
    font-family: var(--global-font);
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.1;
    transition: all 0.3s;
}

.ai-posts-grid .post-item .terms a:hover {
    color: var(--secondary-color);
}

/* POSTS LISTING/ARCHIVES */
.main-pagination.ai-archive {
    margin-top: 55px;
    margin-bottom: 0;
}

.main-pagination.ai-archive a {
    color: #161616;
}

/* SEARCH PAGE */
.post-content .post-title {
    font-family: var(--global-font);
    font-size: 32px;
    font-weight: 900 !important;
    line-height: 1.2;
}