.sticky-article-block {
    position: relative;

}


.sticky-article-block .article-share {
    margin-top: 84px;
}

.sticky-article-block .article-share p {
    margin: 0 0 16px;

}

.sticky-article-block .article-share a svg {
    width: 16px;
    height: 16px;
}

.sticky-article-block .article-share a {
    display: flex;
    color: #020344;
    width: 32px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: #FAECE8;
}


.sticky-article-block__inner {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 35px 137px;
    align-items: start;
}
.single-volunteer .sticky-article-block__inner,
.single-story .sticky-article-block__inner,
.single-species .sticky-article-block__inner,
.single-habitat .sticky-article-block__inner,
.single-post .sticky-article-block__inner,
.post-type-partnership .sticky-article-block__inner,
.post-type-case-study .sticky-article-block__inner {
    grid-template-columns: 2fr 1fr;
}


.single-volunteer .sticky-article-block__inner,
.single-story .sticky-article-block__inner,
.single-species .sticky-article-block__inner,
.single-post .sticky-article-block__inner,
.single-partnership .sticky-article-block__inner,
.single-case-study .sticky-article-block__inner {

    grid-template-columns: 2fr 1fr;

}



.post-article-meta {
    gap: 22px;
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #ED6037;
}

.post-article-meta p {
    margin: 0 !important;
    max-width: none;
}



.single-story .wp-block-post-title,
.single-story .rank-math-breadcrumb .single-post .wp-block-post-title,
.single-post .rank-math-breadcrumb {
    margin-bottom: 50px;
}

.post-article-meta .wp-block-group {
    padding: 8px 16px;
    border-radius: 6px;
    background: rgba(84, 124, 246, 0.10);
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.entry-content .wp-block-group.is-style-panel.sticky-article-block {
    padding-top:0;
    padding-bottom:0;
    margin-bottom: 0;
}

.sticky-article-block__left {

    .card {
        margin-bottom:8px;
    }
    .card {
        border-radius: 8px;
        overflow: hidden;

        .btn-link {
            display:none
        }
        .post--heading {
            margin-bottom: 0;
        }
        .blog-meta {
            padding: 20px;
        }
    }
   
}

.sticky-article-block__left .wp-block-button.is-style-btn-primary,
.sticky-article-block__left .wp-block-button.is-style-btn-primary .wp-block-button__link,
.sticky-article-block__left .wp-block-button__link {
    min-width: 100px;
}
.sticky-article-block__left  .wp-block-group.is-style-panel {
    margin-top:0!important;
        margin-bottom: 16px!important;
}
.sticky-article-block__right .article-content {
    max-width: 1060px;

}
.sticky-article-block__right .entry-content > .alignfull:not(.has-background) {
    padding:0!important;
}
.sticky-article-block__right:has(.swiper-container) {
    overflow: hidden;
}
.sticky-article-block__right .entry-content .post-list{ 
    margin-bottom: 40px;
}
.sticky-article-block__right .entry-content .post-list .block-heading.has-intro  {
    padding-left:0;
    padding-right:0;
    margin-bottom: 20px;
    gap: 40px;
}
.sticky-article-block__right .entry-content .wp-block-media-text {
    margin-bottom: 40px;
}

@media(min-width:850px) {

    .sticky-article-block__right {
        padding-right: 60px;
    }

    .sticky-article-block__left {
        position: sticky;
        top: 20px;
        /* Offset for fixed header if any */
        z-index: 10;

    }
}



.single-volunteer .sticky-article-block__right,
.single-story .sticky-article-block__right,
.single-habitat .sticky-article-block__right,
.post-type-case-study .sticky-article-block__right,
.post-type-partnership .sticky-article-block__right,
.single-post .sticky-article-block__right,
.single-partnership .sticky-article-block__right,
.single-case-study .sticky-article-block__right {

    padding-right: 0;
}

.single-volunteer .sticky-article-block__left,
.single-story .sticky-article-block__left,
.single-species .sticky-article-block__left,
.single-habitat .sticky-article-block__left,
.post-type-case-study .sticky-article-block__left,
.post-type-partnership .sticky-article-block__left,
.single-post .sticky-article-block__left,
.single-partnership .sticky-article-block__left,
.single-case-study .sticky-article-block__left {

    top: 10px;
    order: 2;
}


.sticky-article-block {
    margin-top: 0 !important;
}

.has-background+.sticky-article-block {

    margin-top: 55px !important;
}



.sticky-article-block__sticky-card {
    background-color: #E1E7DC;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.10);
    /* Light pink background from design */
    border-radius: 8px;
    padding: 25px;

}

.sticky-article-block__title {
    margin-top: 0;
    margin-bottom: 12px;

}

.sticky-article-block__intro {

    margin-bottom: 20px;
    opacity: 0.5;
}

.sticky-article-block__nav {
    margin-top: 30px;
}

.sticky-article-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sticky-article-block__item {
    margin-bottom: 15px;
}

.sticky-article-block__item:last-child {
    margin-bottom: 0;
}

.sticky-article-block__link {
    text-decoration: none;
    color: var(--wp--preset--color--dark-green);
    position: relative;
    display: flex;
    font-weight: 700;
    align-items: flex-start;
    transition: color 0.2s ease;

}

.sticky-article-block__link::after {
    content: '';
    margin-left: 8px;
    width: 8px;
    min-width: 8px;
    height: 13px;
    background-image: url(../../../assets/images/ui/arrow-right-small.svg);
    background-repeat: no-repeat;
    background-position: right center;
    object-fit: contain;
    margin-top: 5px;
    transition: all 0.3s ease-out;

}


.sticky-article-block__link:hover::after,
.sticky-article-block__link:focus-visible::after {
    transform: translate(5px, 0);
}



.sticky-article-block__content h2 {
    scroll-margin-top: 130px;
    /* Accounts for fixed header */
}

.sticky-article-block__left .footer-social {
    margin-top: 30px;
}

.sticky-article-block__left .card-block>a {
    margin-bottom: 16px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.10);
}

.sticky-article-block__left .is-style-panel {
    margin-bottom: 16px;
    padding: var(--base-3);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.10);
}

@media (max-width: 950px) {
    .sticky-article-block__inner {
        grid-template-columns: 1fr!important;
        gap: 50px;
    }

    .sticky-article-block__left {
        position: static;
        max-width: 100%;
    }
}



@media(min-width:801px) {

    .sticky-article-block__right>.article-content>.facts-block,
    .sticky-article-block__right>.article-content>.wp-block-group.is-style-panel,
    .sticky-article-block__right>.article-content>.wp-block-columns,
    .sticky-article-block__right>.article-content>.wp-block-image {

        width: calc(100% + 60px);


    }

}