/** Shopify CDN: Minification failed

Line 106:1 Expected "}" to go with "{"

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

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

.blog__title {
  margin: 0;
}

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

@media screen and (min-width: 990px) {
  .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);
    }
  }

 /* EVERGUIDE JOURNAL CARD */

.blog__posts .eg-journal-card{
  border:1px solid #DED3C2!important;
  background:#FBF7F0!important;
  overflow:hidden;
}

.blog__posts .eg-journal-card .article-card{
  background:#FBF7F0!important;
}

.blog__posts .eg-journal-card .eg-journal-card-text{
  background:#FBF7F0!important;
  padding:20px!important;
}

.blog__posts .eg-journal-card .card__content{
  background:#FBF7F0!important;
}

.blog__posts .eg-journal-card .article-card__image-wrapper{
  margin:0!important;
}

.blog__posts .eg-read-article{
  display:inline-block;
  margin-top:14px;
  padding-bottom:3px;
  color:#B38A4A!important;
  border-bottom:1px solid #B38A4A;
  text-decoration:none!important;
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.blog__posts .eg-read-article:hover{
  color:#1B1A18!important;
  border-color:#1B1A18!important;
}