/** Shopify CDN: Minification failed

Line 25:9 Unexpected "md("
Line 25:19 Unexpected "{"
Line 49:9 Unexpected "md("
Line 49:19 Unexpected "{"
Line 65:9 Unexpected "md("
Line 65:19 Unexpected "{"
Line 109:9 Unexpected "md("
Line 109:19 Unexpected "{"
Line 123:9 Unexpected "md("
Line 123:19 Unexpected "{"
... and 6 more hidden warnings

**/
.template-article > *:first-child:not(.template-article__hero-container) {
  margin-top: 5rem;
}

.template-article__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

@media #{md("lg")} {
  .template-article__hero-container:first-child {
    margin-top: 5rem;
  }
}

.template-article__hero-medium {
  height: 15.6rem;
}

.template-article__hero-large {
  height: 19rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .template-article__hero-medium {
    height: 34.9rem;
  }

  .template-article__hero-large {
    height: 42.3rem;
  }
}

@media #{md("md")} {
  .template-article__hero-medium {
    height: 54.5rem;
  }

  .template-article__hero-large {
    height: 66rem;
  }
}

.template-article header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: 0.8;
}

@media #{md("sm")} {
  .template-article header {
    margin-top: 5rem;
  }
}

.template-article__title {
  margin: 0;
}

.template-article__title:not(:only-child) {
  margin-bottom: 1rem;
}

.template-article__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.template-article__link .icon-wrap {
  margin-right: 1rem;
  transform: rotate(180deg);
}

.template-article__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.template-article__social-sharing {
  margin-top: 3rem;
}

.template-article__social-sharing + header, .template-article__social-sharing + .template-article__content {
  margin-top: 1.5rem;
}

.template-article__comment-wrapper {
  margin-top: 5rem;
}

@media #{md("sm")} {
  .template-article__comment-wrapper {
    margin-top: 6rem;
  }
}

.template-article__comment-wrapper h2 {
  margin-top: 0;
}

.template-article__comments {
  margin-bottom: 5rem;
}

@media #{md("sm")} {
  .template-article__comments {
    margin-bottom: 7rem;
  }
}

.template-article__comments-fields {
  margin-bottom: 4rem;
}

.template-article__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media #{md("sm")} {
  .template-article__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.template-article__comments-comment p {
  margin: 0 0 1rem;
}

.template-article__comment-fields > * {
  margin-bottom: 3rem;
}

@media #{md("sm")} {
  .template-article__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.template-article__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media #{md("md")} {
  .template-article__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}
