/** Shopify CDN: Minification failed

Line 332:0 Expected "}" to go with "{"

**/
.article--wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article--heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .article--heading {
    padding-bottom: var(--spacing--block);
  }
  .article--root[data-heading-position="center"][data-show-featured="true"]
    .article--heading {
    position: relative;
  }
  .article--root[data-heading-position="left"][data-show-featured="true"]
    .article--heading {
    flex-direction: row;
  }
  .article--root[data-heading-position="left"][data-show-featured="true"]
    .article--heading
    > :not(.article--info) {
    width: 50%;
  }
  .article--content {
    font-size: 120%;
    line-height: 100px;
  }
  
@media only screen and (max-width: 767px) {
  .article--heading {
    width: calc(100% + 2 * var(--spacing--item));
  }
}
.article--heading > * {
  width: 100%;
}
.article--header--info {
  order: 1;
  margin: 0 auto;
  padding: 0 var(--spacing--block--mobile) var(--spacing--block--mobile);
}
.article--root[data-show-featured="false"] .article--header--info {
  padding: var(--spacing--section--mobile--y) var(--spacing--block--mobile)
    var(--spacing--item--mobile);
}
.article--root[data-show-featured="false"] .article--header--info:only-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article--header--info {
    padding: var(--spacing--block);
  }
  .article--header--info > :not(:last-child) {
    padding-bottom: var(--spacing--item);
  }
  .article--root[data-heading-position="center"][data-show-featured="true"]
    .article--header--info {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    padding-top: 0;
  }
  .article--root[data-heading-position="left"][data-show-featured="true"]
    .article--header--info {
    padding: var(--spacing--block) var(--spacing--block) 0
      var(--spacing--section--x);
  }
  .article--root[data-heading-position="below"] .article--header--info {
    padding-bottom: 0;
  }
  .article--root[data-show-featured="false"]
    .article--header--info:first-child {
    padding: var(--spacing--section--y) var(--spacing--section--x) 0;
  }
}
.article--image {
  padding-bottom: var(--spacing--block--mobile);
  order: 1;
  justify-content: center;
  display: flex;
  border-radius: var(--image--radius);
}
@media only screen and (min-width: 768px) {
  .article--image {
    padding-bottom: 0;
    max-width: calc(600px * var(--aspect-ratio));
  }
  .article--root[data-heading-position="left"] .article--image img {
    min-height: 400px;
  }
  .article--root[data-heading-position="center"] .article--image {
    padding-bottom: var(--spacing--block);
  }
  .article--root[data-heading-position="below"] .article--image {
    order: 0;
  }
}
.article--root[data-show-author="false"][data-show-date="false"]
  .article--image {
  padding-bottom: 0;
}
.article--title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .article--root[data-heading-position="center"][data-show-featured="true"]
    .article--title {
    padding: 0;
  }
  .article--root[data-heading-position="left"] .article--title {
    text-align: left;
  }
  .article--root[data-heading-position="left"][data-show-featured="false"]
    .article--title {
    text-align: center;
  }
  .article--root[data-show-author="false"][data-show-date="false"]
    .article--title {
    padding-bottom: 0;
  }
}
.article--info {
  display: flex;
  justify-content: center;
  gap: var(--spacing--1);
}
.article--info[data-position="grouped-with-title"] {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article--root[data-heading-position="left"]
    .article--info[data-position="grouped-with-title"] {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .article--info[data-position="grouped-with-title"] {
    align-items: center;
  }
  .article--root[data-heading-position="above"]
    .article--info[data-position="grouped-with-title"] {
    display: flex;
  }
  .article--root[data-heading-position="left"]
    .article--info[data-position="grouped-with-title"] {
    display: flex;
    justify-content: flex-start;
  }
  .article--root[data-heading-position="left"][data-show-featured="false"]
    .article--info[data-position="grouped-with-title"] {
    justify-content: center;
  }
  .article--root[data-heading-position="below"]
    .article--info[data-position="grouped-with-title"] {
    display: flex;
  }
}
.article--info[data-position="by-self"] {
  padding: 0 var(--spacing--block--mobile) var(--spacing--block--mobile);
  order: 1;
}
@media only screen and (max-width: 767px) {
  .article--info[data-position="by-self"] {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .article--root[data-heading-position="above"]
    .article--info[data-position="by-self"] {
    display: none;
  }
  .article--root[data-heading-position="center"]
    .article--info[data-position="by-self"] {
    padding: 0;
    max-width: var(--max-width--small);
    justify-content: flex-start;
  }
  .article--root[data-heading-position="center"][data-show-featured="false"]
    .article--info[data-position="by-self"] {
    justify-content: center;
  }
  .article--root[data-heading-position="left"]
    .article--info[data-position="by-self"] {
    display: none;
  }
  .article--root[data-heading-position="below"]
    .article--info[data-position="by-self"] {
    display: none;
  }
}
.article--timesince {
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .article--timesince {
    align-self: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article--root[data-heading-position="left"] .article--timesince {
    align-self: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article--root[data-heading-position="left"] .article--dot {
    display: none;
  }
}
.article--author {
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .article--author {
    align-self: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .article--root[data-heading-position="left"] .article--author {
    align-self: flex-start;
  }
}
.article--content {
  max-width: var(--max-width--small);
}
.article--navigation-wrapper {
  width: 100%;
  max-width: var(--max-width--small);
}
@media only screen and (min-width: 768px) {
  .article--navigation-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .article--navigation-wrapper > :not(:last-child) {
    padding-bottom: var(--spacing--block);
  }
}
.article--navigation .article--tag-info {
  text-align: center;
  width: 100%;
  padding-bottom: var(--spacing--block);
}
@media only screen and (min-width: 768px) {
  .article--navigation .article--tag-info {
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .article--navigation .article--tag-info ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.article--tagged-in {
  padding: 0 0 var(--spacing--item--mobile);
}
@media only screen and (min-width: 768px) {
  .article--tagged-in {
    display: inline-block;
    padding-bottom: 0;
    padding-right: var(--spacing--item);
    position: relative;
    width: 100%;
    padding-bottom: var(--spacing--item);
  }
  p.article-content {
    font-size: 130%;
    line-height: 10%;
  }
}
.article--tags[data-item] {
  display: inline;
  list-style-type: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .article--tags[data-item] {
    margin-left: var(--spacing--neg-1);
  }
}
.article--tags[data-item] .article--tag {
  margin: var(--spacing--neg-1) 0 var(--spacing--neg-1) var(--spacing--neg-1);
  line-height: 1;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .article--tags[data-item] .article--tag {
    margin: var(--spacing--neg-item) 0;
  }
}
.article--tags[data-item] .article--tag a {
  display: inline-block;
  padding: var(--spacing--item) calc(var(--spacing--item) / 2);
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .article--share {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.article--share .social-icons--items {
  flex-wrap: nowrap;
}
.article--recents-wrapper {
  max-width: var(--max-width--small);
  margin: 0 auto;
}
.article--recents-header {
  text-align: center;
}
