.blog-breadcrumb {
    align-items: center;
    color: rgba(var(--color-text));
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.blog-breadcrumb-separator {
    margin: 0 10px;
}

.blogslist__title {
    margin-bottom: 60px;
}

@media (max-width: 959px) {
    .blogslist__title {
        margin-bottom: 30px;
    }
}

.blogslist__list {
    display: grid;
    column-gap: 22px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr;
}

.blogslist__list .blogslist__item {
    grid-column: span 2;
}

@media (max-width: 959px) {
    .blogslist__list .blogslist__item {
        grid-column: span 2 !important;
    }

    .blog-hero-section {
        min-height: 500px;
    }
}

@media (min-width: 960px) {
    .blogslist__list--grid {
        grid-template-columns: repeat(var(--blog-list-columns, 2), 1fr);
    }
}

.blogslist__list--grid .blogslist__item {
    grid-column: span 1;
}

.blog-item-grid-list .blogslist__item {
    grid-column: span 2;
}

.blog-item-grid-list .blogslist__item:nth-child(3n),
.blog-item-grid-list .blogslist__item:nth-child(3n - 1) {
    grid-column: span 1;
}

.load-more-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.load-more-container.read_more-section-wrapper {
    margin: 60px auto 0;
    border: 3px solid var(--text-main, #323338);
    /*padding: 3px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

/*.btn-load-more-articles {
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    color: var(--white, #fff);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.125rem;
    background: var(--text-main, #323338);
    display: flex;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.read_more-section-wrapper:hover .btn-load-more-articles {
    background: var(--white, #fff);
    color: var(--text-main, #323338);
}
*/

.stage-blogs-btn.page-width {
    margin-top: 40px;
}

#load-more-btn.is-loading {
    opacity: 0.7;
    cursor: wait;
}

.blog-hero-section {
    margin-left: calc(var(--page-width-padding) * -1);
    margin-right: calc(var(--page-width-padding) * -1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333;
    color: #FFFFFF;
    margin-bottom: 60px;
    aspect-ratio: 1440 / 720;
    min-height: 300px;
    max-height: 720px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.blog-hero-section__wrapper {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.blog-hero-section .breadcrumb,
.blog-hero-section .breadcrumb a,
.blog-hero-section .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.8);
}

.blog-hero-section .breadcrumb a:hover {
    color: #FFFFFF;
}

.blog-hero-section__title {
    font-size: 3rem;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-hero-section__excerpt {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

.blog-hero--guides {
    background-image: url('https://journal.avantcha.com/wp-content/uploads/sites/11/2024/01/Jasmine-Silver-Needle.jpg');
}

.blog-hero--recipes {
    background-image: url('https://img.myshopline.com/image/store/1721304736375/Jasmine-Silver-Needle.jpg?w=2160&h=1440');
}

.blog-hero--origin {
    background-image: url('https://img.myshopline.com/image/store/1721304736375/Jasmine-Silver-Needle.jpg?w=2160&h=1440');
}

.blog-hero--hospitality {
    background-image: url('https://img.myshopline.com/image/store/1721304736375/Jasmine-Silver-Needle.jpg?w=2160&h=1440');
}