body.path-node .article-content {
  max-width: var(--site-max-width);
  padding: var(--sp45) var(--sp30);
  margin-left: auto;
  margin-right: auto;
}
body.path-node .article-content > img,
body.path-node .article-content .byline,
body.path-node .article-content .page-title,
body.path-node .article-content .body-text,
body.path-node .article-content .after-content {
  max-width: var(--article-max-width);
  margin-left: auto;
  margin-right: auto;
}
body.path-node .article-content > img {
  width: 100%;
  max-width: var(--article-img-max-width);
  margin-bottom: var(--sp30);
}
body.path-node .article-content .byline .tag {
  text-transform: uppercase;
  font-size: var(--font-size-xsm);
}
body.path-node .article-content .byline .tag a {
  text-decoration: none;
}
body.path-node .article-content .page-title {
  font-size: var(--font-size-lg);
  margin: var(--sp15) auto;
  line-height: 120%;
}
body.path-node .article-content .body-text {
  font-size: var(--font-size-base);
  img {
    width: 100%;
    margin: var(--sp30) 0;
  }
}
body.path-node .article-content .after-content {
  display: flex;
  margin-top: var(--sp45);
  flex-direction: column;
  gap: var(--sp15);
}
body.path-node.page-node-type-event .after-content {
  justify-content: center;
}
body.path-node .article-content .after-content label {
  display: inline-block;
}
body.path-node .article-content .share {
  display: flex;
  gap: var(--sp15);
  align-items: center;
}
body.path-node .article-content .share .social-icons {
  display: flex;
  gap: var(--sp15);
}
body.path-node .article-content .share img {
  width: 25px;
  height: 25px;
  padding: 0;
}
body.path-node .article-content label {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  body.path-node .article-content .after-content {
    flex-direction: row;
    justify-content: space-between;
  }
  body.path-node.page-node-type-event .after-content {
    justify-content: center;
  }
}
@media screen and (min-width: 700px) {
  body.path-node .article-content {
    padding: var(--sp60) var(--sp30);
  }
  body.path-node .article-content .page-title {
    font-size: var(--font-size-xl);
    padding: var(--sp15) auto var(--sp30);
  }
  body.path-node .article-content .body-text {
      img {
          width: calc(100% + 120px);
          margin: var(--sp30) -60px;
          max-width: unset;
      }
  }
}
