.single-article__quote{
    position: relative;
    padding: 93px 140px 65px 75px;
    width: 100%;
    height: 225px;
    margin-bottom: 32px;
    background-image: url("/wp-content/themes/smartrcr/assets/img/content-block-bg-2aec87ef.svg") !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.single-article__quote_svg {
    position: absolute !important;
    top: 18% !important;
    left: 42% !important;
    max-width: 540px;
    width: 100%;
    height: 140px !important;
    background-image: url("/wp-content/themes/smartrcr/assets/img/article-block-image.svg") !important;
    background-repeat: no-repeat;
    background-size: inherit;
    mask-image: none !important;
}
.article-hidden{
    height: 2300px;
}
.single-article__content div:first-of-type {
    scroll-margin-top: 375px;
}
.single-article__info_image {
    -webkit-mask-image: url("/wp-content/themes/smartrcr/assets/img/article-hero-shape-93a65b46.svg");
    mask-image: url("/wp-content/themes/smartrcr/assets/img/article-hero-shape-93a65b46.svg");
}

.blog-content__main_wrap {
     border-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-2-tall-a59c84fb.svg");
     -webkit-mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-2-tall-a59c84fb.svg");
     mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-2-tall-a59c84fb.svg");
}
.blog-content__main_img img {
     -webkit-mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-1-photo-d36417ea.svg");
     mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-1-photo-d36417ea.svg");
}
.single-article__content img:nth-of-type(2) {
    margin-bottom: 0;
    border-radius: 0 25px 25px 0;
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: fill;
     -webkit-mask-image: url("/wp-content/themes/smartrcr/assets/img/article-image-shape-4ad46440.svg");
     mask-image: url("/wp-content/themes/smartrcr/assets/img/article-image-shape-4ad46440.svg");
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 104%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: 2px;
}
.single-article__info_video-hover {
    background-image: url("/wp-content/themes/smartrcr/assets/img/play-f08c66e0.svg");
}

.info-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.single-article__sidebar_item {
    position: relative;
}

.info-visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
}

.single-article__sidebar_item-copy {
    display: flex;
    align-items: center;
    width: max-content;
    position: absolute;
    top: 40px;
    background-color: black;
    color: white;
    border-radius: 30px;
    padding: 15px;
}
.single-article__author_img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}
.blog-content__main_wrap{
    border-image: url("../img/eco-mask-2-tall-a59c84fb.svg");
    border-image-width: 99%;
    border-image-slice: 49%;
    border-image-repeat: round;

    mask-image: url("../img/eco-mask-2-tall-a59c84fb.svg");
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
 .single-article .privacy-content__sidebar_list.reduced:before {
    height: 70% !important;
}



/*media rules*/
@media (max-width: 900px) {
    .single-article__quote_svg {
        left: 30% !important;
    }
}
@media (max-width: 850px) {
    .single-article__quote_svg {
        display: none;
    }
}
@media (max-width: 767px) {
    .single-article__quote {
        padding: 75px 35px 65px 75px;
    }


    .single-article__content img:nth-of-type(2) {
        -webkit-mask-size: cover;
    }
}
@media (max-width: 570px) {
    .single-article__quote {
        padding: 55px 30px 30px 30px;
    }
}
@media (max-width: 429px) {

    .single-article__quote {
        background-image: url("/wp-content/themes/smartrcr/assets/img/content-block-bg-sm-694d4a3e.svg");
    }
    .single-article__content .single-article__content div:not(:first-of-type) {
        background-image: url("/wp-content/themes/smartrcr/assets/img/content-block-bg-sm-694d4a3e.svg") !important;
    }
    .single-article__content img:nth-of-type(2) {
        height: 275px;
    }

}
