/** Shopify CDN: Minification failed

Line 17:7 Expected identifier but found "#"
Line 17:9 Unexpected "md("
Line 17:19 Unexpected "{"
Line 25:7 Expected identifier but found "#"
Line 25:9 Unexpected "md("
Line 25:26 Unexpected "{"
Line 124:7 Expected identifier but found "#"
Line 124:9 Unexpected "md("
Line 124:19 Unexpected "{"

**/
.articles-wrapper.grid {
  margin: 5rem 0;}

@media #{md("sm")} {
  .articles-wrapper.grid {
    margin-bottom: 7rem;}
}

.articles-wrapper .article {
  max-width: 100%;}

@media #{md("sm", "max")} {
  .articles-wrapper .article {
    width: 100%;}
}

.article {
  display: flex;
  align-items: center;}

.article.grid__item {
  padding: 0;}

.c-card-article {
  align-self: flex-start;
  flex: 0 1 100%;
  display: flex;
  align-items: flex-start;
  height: 100%;}

.grid--peek .c-card-article {
  box-sizing: border-box;}

a.article-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;}

.c-card-article__info {
  padding-block: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;}
  
h2.c-card-article__title {
  text-decoration: none;
  word-break: break-word;
  font-weight: normal;
  font-size: 2rem;
  line-height: normal;}

.article-content:hover .c-card-article__title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;}

.c-card-article__image {
  overflow: hidden;
  border-radius: 2rem;}

.article-content img {
  transition: transform var(--duration-default) ease;}

.article-content:hover img {
  transform: scale(1.07);}

.c-card-article__image-wrapper > a {
  display: block;}

.c-card-article__link.link {
  padding: 0;}

.c-card-article__link {
  text-underline-offset: 0.3rem;}

.article-content:hover .c-card-article__link {
  text-decoration-thickness: 0.2rem;}

.c-card-article__header {
  line-height: 0.8;
  margin-bottom: 1.2rem;}

.c-card-article__header h2 {
  margin: 0 0 0.2rem;}

.c-card-article__header h2:only-child {
  margin: 0;}

.c-card-article__header h2:not(:first-child) {
  margin-top: 1rem;}

.c-card-article__header h2 + span {
  display: inline-block;
  margin-top: 0.4rem;}

.c-card-article__footer {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;}

.c-card-article__footer:not(:last-child) {
  margin-bottom: 1rem;}

.c-card-article__footer:last-child {
  margin-top: auto;}

.c-card-article__link:not(:only-child) {
  margin-right: 3rem;}

@media #{md("md")} {
  .c-card-article__link:not(:only-child) {
    margin-right: 4rem;}
}
