/* Between Paths blog page only */

body.blog:not(.single) .nv-page-title-wrap,
body.blog:not(.single) .page-header,
body.blog:not(.single) .archive-title {
    display: none !important;
}

body.blog:not(.single) .nv-content-wrap,
body.blog:not(.single) .container,
body.blog:not(.single) .site-content,
body.blog:not(.single) .content-area {
    max-width: 1180px;
}

body.blog:not(.single) .nv-content-wrap,
body.blog:not(.single) .site-content {
    padding-top: 28px;
}

body.blog:not(.single) .nv-index-posts,
body.blog:not(.single) .posts-wrapper {
    display: block;
}

body.blog:not(.single) .bp-blog-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 42px;
    align-items: start;
}

body.blog:not(.single) .bp-blog-main {
    min-width: 0;
}

body.blog:not(.single) .nv-index-posts > article,
body.blog:not(.single) .posts-wrapper > article,
body.blog:not(.single) article.post,
body.blog:not(.single) .nv-index-posts .post,
body.blog:not(.single) .posts-wrapper .post {
    width: 100% !important;
    float: none !important;
    margin: 0 0 34px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

body.blog:not(.single) .nv-post-thumbnail-wrap,
body.blog:not(.single) .post-thumbnail,
body.blog:not(.single) .entry-media,
body.blog:not(.single) .nv-post-cover,
body.blog:not(.single) .nv-post-thumbnail {
    display: none !important;
}

body.blog:not(.single) .entry-title,
body.blog:not(.single) .blog-entry-title,
body.blog:not(.single) .entry-title a {
    font-size: clamp(1.65rem, 2.5vw, 2.15rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-decoration: none;
}

body.blog:not(.single) .entry-title a:hover,
body.blog:not(.single) .blog-entry-title a:hover {
    text-decoration: underline;
}

body.blog:not(.single) .entry-meta,
body.blog:not(.single) .posted-on,
body.blog:not(.single) .byline,
body.blog:not(.single) .nv-meta-list {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 12px;
    opacity: 0.88;
}

body.blog:not(.single) .entry-summary,
body.blog:not(.single) .excerpt-wrap,
body.blog:not(.single) .post-excerpt,
body.blog:not(.single) .entry-content {
    font-size: 1.06rem;
    line-height: 1.75;
    margin: 0;
}

body.blog:not(.single) .more-link,
body.blog:not(.single) .read-more,
body.blog:not(.single) .nv-post-more {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    text-decoration: none;
}

body.blog:not(.single) .nv-sidebar-wrap,
body.blog:not(.single) aside#secondary,
body.blog:not(.single) .widget-area {
    display: none !important;
}

body.blog:not(.single) .bp-blog-sidebar {
    position: sticky;
    top: 24px;
}

body.blog:not(.single) .bp-sidebar-card {
    margin: 0 0 18px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
}

body.blog:not(.single) .bp-sidebar-card h3 {
    margin: 0 0 12px;
    font-size: 1.05rem;
    line-height: 1.3;
}

body.blog:not(.single) .bp-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.blog:not(.single) .bp-sidebar-list li {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.blog:not(.single) .bp-sidebar-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

body.blog:not(.single) .bp-sidebar-list a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.45;
}

body.blog:not(.single) .bp-sidebar-list a:hover {
    text-decoration: underline;
}

body.blog:not(.single) .bp-sidebar-meta,
body.blog:not(.single) .bp-sidebar-helper {
    display: block;
    margin-top: 5px;
    font-size: 0.9rem;
    opacity: 0.82;
}

body.blog:not(.single) .bp-sidebar-empty {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.82;
}

body.blog:not(.single) .bp-sidebar-list-topics li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

body.blog:not(.single) .bp-sidebar-count {
    font-size: 0.9rem;
    opacity: 0.8;
    white-space: nowrap;
}

body.blog:not(.single) .bp-login-button {
    display: inline-block;
    padding: 0.72rem 0.95rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

body.blog:not(.single) .bp-login-button:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

body.blog:not(.single) nav.navigation.pagination,
body.blog:not(.single) .nav-links {
    margin-top: 14px;
}

body.blog:not(.single) .page-numbers {
    padding: 0.35rem 0.55rem;
    text-decoration: none;
}

@media (max-width: 980px) {
    body.blog:not(.single) .bp-blog-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.blog:not(.single) .bp-blog-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    body.blog:not(.single) .nv-content-wrap,
    body.blog:not(.single) .container,
    body.blog:not(.single) .site-content,
    body.blog:not(.single) .content-area {
        max-width: 100%;
    }

    body.blog:not(.single) .entry-title,
    body.blog:not(.single) .blog-entry-title,
    body.blog:not(.single) .entry-title a {
        font-size: 1.45rem;
    }

    body.blog:not(.single) .bp-sidebar-card {
        padding: 16px;
    }
}
