
.blog-page {
    padding: 32px 0 0;
}
body h1.title {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
body h2.title {
    font-size: 28px;
    line-height: 34px;
    color: #17181A;
    font-weight: 600;
}
body h3.title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 700;
}
.btn.btn-light {
    background-color: #F2F7EE;
    border-color: #F2F7EE;
    color: #2AA466;
}
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.action-buttons .btn {
    margin: 0;
}
.btn.btn-light:hover {
    background-color: #2AA466;
    border-color: #2AA466;
    color: #fff;
}
.heading-block a:hover .title {
    color: #2AA466;
}
/**/
.heading-block .title-wrapper {
    margin: 18px 0 12px;
    display: block;
}
.heading-block {
    max-width: 900px;
}
.heading-block .date-block {
    background: #eafdc6;
    color: #6E9033;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    width: fit-content;
}
/**/
.sidebar-btn, .sidebar-close {
    display: none;
}
/**/
.breadcumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.breadcumbs .breadcumb-link {
    font-size: 14px;
    line-height: 20px;
}
.breadcumb-dot {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
/**/

.blog-page-inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 32px;
}
.categories-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.page-sidebar {
    width: 350px;
    box-shadow: 0 12px 40px 0 rgba(61, 66, 69, 0.12);
    border-radius: 24px;
    position: sticky;
    top: 110px;
    z-index: 8;
    background-color: #fff;
    padding: 20px;
}
.blog-page-content {
    width: calc(100% - 370px);
}

.category-tag {
    color: #2aa467;
    display: inline-flex;
    background-color: #F2F7EE;
    padding: 5px 8px;
    border-radius: 6px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.category-tag:hover, .category-tag.active {
    background-color: #2aa467;
    color: #fff;
}
.blog-list-item {
    display: flex;
    gap: 40px;
    border: 6px solid #f2f7ee;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 20px;
}
.blog-list-item:last-child {
    margin-bottom: 0;
}
.blog-list-item .image-block {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}
.image-block-wrapper {
    width: 50%;
}
.blog-list-item .heading-block {
    max-width: initial;
    width: 50%;
}
.blog-list-item .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.more-blog {
    justify-content: center;
    margin-top: 40px;
}
.blog-list-item .btn {
    padding: 0 15px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.blog-list-item h2.title {
    transition: 0.3s;
}
.categories-block .btn.filter-btn {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    background: none;
    border: 1px solid #CDCFD4;
    color: #2aa466;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s all;
    height: auto;
    border-radius: 32px;
}
.categories-block .btn.filter-btn:hover {
    border: 1px solid #19a463;
    background-color: #19a463;
    color: #fff;
}
/**/
.categories-block .skeleton-block-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.categories-block .skeleton-block {
    width: calc(40% - 4px);
    height: 30px;
}
.categories-block .skeleton-block:last-child {
    width: 60%;
}
.blog-page-content .skeleton-block {
    height: 300px;
    margin-top: 20px;
    border-radius: 24px;
}
.blog-page-content .skeleton-block-wrapper {
    display: flex;
    flex-direction: column;
}

/*new d r*/

@media (max-width: 1510px) {
    .page-sidebar {
        top: 150px;
    }
}
@media (max-width: 1023px) {
    .blog-page {
        padding: 24px 0 0;
    }
    body h1.title {
        font-size: 24px;
        line-height: 30px;
    }
    .sidebar-btn {
        display: flex;
        align-items: center;
        width: 100%;
        border: 2px solid #2AA466;
        border-radius: 12px;
        justify-content: center;
        padding: 10px 15px;
        height: 50px;
        gap: 8px;
    }
    .sidebar-btn .icon-sidebar {
        width: 18px;
        height: 18px;
    }
    .sidebar-btn .filter-text {
        font-size: 18px;
        color: #000;
    }
    .page-sidebar-inner {
        display: block;
        position: fixed;
        left: -380px;
        width: 380px;
        top: 0;
        padding: 20px;
        background: #fff;
        transition: .5s ease;
        height: 100%;
        overflow: auto;
    }
    .sidebar-close {
        display: block;
    }
    .sidebar-close {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .overlay {
        position: fixed;
        left: -105%;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,.5);
    }
    .page-sidebar.active .overlay {
        left: 0;
    }
    .page-sidebar.active .page-sidebar-inner {
        left: 0;
    }
    .blog-page-inner {
        flex-wrap: wrap;
    }
    .page-sidebar, .blog-page-content {
        width: 100%;
    }
    .page-sidebar {
        position: inherit;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .blog-page {
        position: relative;
        z-index: 9;
    }
    .categories-block h3.title {
        margin-bottom: 24px;
    }
    body h2.title {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-list-item .image-block {
        aspect-ratio: 16/12;
    }
}
@media (max-width: 767px) {
    body h2.title {
        font-size: 22px;
        line-height: 30px;
    }
    .blog-list-item {
        border-width: 3px;
        padding: 16px;
        flex-direction: column;
        gap: 24px;
    }
    .image-block-wrapper {
        width: 100%;
    }
    .blog-list-item .image-block {
        aspect-ratio: 16 / 9;
    }
    .blog-list-item .heading-block {
        width: 100%;
    }
    .heading-block .title-wrapper {
        margin: 14px 0 10px;
    }
    .more-blog {
        margin-top: 32px;
    }
}
@media (max-width: 479px) {
    .page-sidebar-inner {
        left: -90%;
        width: 90%;
    }
}