input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
}
.pagination button[disabled] {
    pointer-events: none;
}
.blog-content__main_item{
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
    .blog-content__main_item:first-child .blog-content__grid_wrap {
        mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-2-tall-a59c84fb.svg");
        border-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-2-tall-a59c84fb.svg");
        border-image-width: 99%;
        border-image-slice: 49%;
        border-image-repeat: round;

    }
    .ecosystem-grid__item:nth-child(1) .ecosystem-grid__img img {
        -webkit-mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-1-photo-d36417ea.svg") !important;
        mask-image: url("/wp-content/themes/smartrcr/assets/img/eco-mask-1-photo-d36417ea.svg") !important;
    }
    .blog-hero {
        padding: calc(40px + var(--header-height-mobile)) 0;
        padding-bottom: 35px ;
    }
}
