body.single-post .site-content,
body.single-post .content-area,
body.single-post .site-main {
  width: 100%;
  max-width: none;
}

.craft-article-area {
  padding: clamp(28px, 5vw, 64px) clamp(16px, 4vw, 64px) clamp(56px, 7vw, 96px);
}

.craft-article-page {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.craft-article {
  color: #202020;
}

.craft-article-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin: 0 0 clamp(34px, 5vw, 64px);
}

.craft-article-nav__link {
  display: grid;
  gap: 7px;
  min-height: 82px;
  padding: 16px 22px;
  border: 1px solid #d9d9d9;
  background: #f6f6f4;
  color: #202020;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}

.craft-article-nav__link:hover,
.craft-article-nav__link:focus-visible {
  border-color: #202020;
  background: #fff;
}

.craft-article-nav__link--next {
  text-align: right;
}

.craft-article-nav__link--empty {
  visibility: hidden;
}

.craft-article-nav__label {
  color: #777;
  font-size: 12px;
  line-height: 1.2;
}

.craft-article-nav__title {
  display: -webkit-box;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.craft-article__header,
.craft-article__content {
  width: min(100%, 1040px);
  margin-right: auto;
  margin-left: auto;
}

.craft-article__title {
  margin: 18px 0 14px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.12;
}

.craft-article__meta {
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}

.craft-article__cover {
  width: min(100%, 1040px);
  margin: clamp(28px, 4vw, 48px) auto;
}

.craft-article__cover img {
  display: block;
  width: 100%;
  height: auto;
}

.craft-article__content {
  font-size: clamp(17px, 1.1vw, 19px);
  line-height: 1.65;
}

.craft-article__content > * {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.craft-article__content h2,
.craft-article__content h3,
.craft-article__content h4 {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.15;
}

.craft-article__content h2 {
  margin-top: 1.7em;
  font-size: clamp(30px, 3vw, 44px);
}

.craft-article__content h3 {
  margin-top: 1.5em;
  font-size: clamp(24px, 2.2vw, 34px);
}

.craft-article__content a {
  color: inherit;
  text-underline-offset: 4px;
}

.craft-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.craft-article__content figure,
.craft-article__content .wp-block-image {
  margin-top: clamp(26px, 4vw, 46px);
  margin-bottom: clamp(26px, 4vw, 46px);
}

.craft-article__content figcaption,
.craft-article__content .wp-caption-text {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.craft-article__content .alignwide {
  width: min(100vw - 32px, 1440px);
  max-width: min(100vw - 32px, 1440px);
  margin-right: calc((1040px - min(100vw - 32px, 1440px)) / 2);
  margin-left: calc((1040px - min(100vw - 32px, 1440px)) / 2);
}

.craft-article__content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.craft-article__content .has-text-align-center {
  text-align: center;
}

.craft-article__content .has-text-align-right {
  text-align: right;
}

body.single-post .entry-social,
body.single-post .comments-area,
body.single-post #comments,
body.single-post .comment-respond,
body.single-post .rating-box {
  display: none !important;
}

@media (max-width: 760px) {
  .craft-article-nav {
    grid-template-columns: 1fr;
  }

  .craft-article-nav__link--next {
    text-align: left;
  }

  .craft-article-nav__link--empty {
    display: none;
  }

  .craft-article__content .alignwide {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
