/** Shopify CDN: Minification failed

Line 16:33 Unexpected "("

**/
.blog-placeholder-svg {
  height: 100%;
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop .article-card .card__content {
    text-align: center;
  }
}

.blog--header-left .blog__header (.title, .title-wrapper-with-link) {
  margin: 0;
}

.blog--header-left .blog__header-slider-buttons {
    width: 100%;
}

.blog__header .blog__header-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  width: 100%;
}

.blog__header-title {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .blog--header-left {
    display: flex;
    gap: 5rem;
  }

  .blog--header-left .blog__header {
    flex: 0 0 20%;
  }

  .blog--header-left .blog__header-slider-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 4rem;
  }

  .blog__header .blog__header-content {
    gap: 3rem;
    text-align: left;
  }

  .blog--header-left .blog__posts {
    flex: 1; 
  }
}

.blog__posts.articles-wrapper {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {

   .blog--header-left .slider--desktop .slider__slide:first-child {
      margin: 0;
   }

  .blog__posts.articles-wrapper {
    margin-bottom: 0;
  }
}

.blog__posts.articles-wrapper .article {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .blog__post.article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.background-secondary .blog-placeholder__content {
  background-color: rgb(var(--color-background));
}

.blog__posts .card-wrapper {
  width: 100%;
}

.blog__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .blog__button {
    margin-top: 5rem;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .blog__posts .article + .article {
      margin-left: var(--grid-desktop-horizontal-spacing);
    }
  }
}
