/* common border radius */
/* disable text selection */
.section--article-header {
  margin-top: 5.45rem;
}
.section--article-header h1 {
  color: var(--black, #333);
  font-family: var(--matiere);
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0769230769;
  letter-spacing: -0.0325rem;
}
@media screen and (max-width: 1000px) {
  .section--article-header h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .section--article-header h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .section--article-header h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 900px) {
  .section--article-header .container > .left-col {
    grid-column: span 12;
  }
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.89rem;
}
.article-header .cat-with-dot__text {
  font-size: 2.5rem;
}
.article-header p.article-header__published-time {
  color: var(--darker-gray-text, #A3A3A3);
  text-align: right;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.single-excerpt {
  padding-right: var(--rightGap);
}
.single-excerpt p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .single-excerpt p {
    font-size: 2rem;
  }
}

.ad.ad--start {
  margin-top: 3rem;
  display: block;
}

.section--article-content {
  margin-top: 3.69rem;
}
.section--article-content figure.wp-block-image.article-thumbnail {
  margin: 0;
}
.section--article-content figure.wp-block-image.article-thumbnail img {
  border-radius: 1rem;
}
@media screen and (max-width: 1300px) {
  .section--article-content .container > .left-col {
    grid-column: span 12;
  }
  .section--article-content .container > .right-col {
    grid-column: 4/10;
  }
  .section--article-content .container > .right-col .inner {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .section--article-content .container > .right-col {
    grid-column: span 12;
  }
}
.section--article-content .left-col {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  font-family: var(--source-serif-pro);
  color: var(--black);
  --rightGap: 22.3rem;
}
@media screen and (max-width: 1100px) {
  .section--article-content .left-col {
    --rightGap: 12.3rem;
  }
}
@media screen and (max-width: 700px) {
  .section--article-content .left-col {
    --rightGap: 0;
  }
}
.section--article-content .left-col .content-inner {
  padding-right: var(--rightGap);
}
.section--article-content .left-col h1, .section--article-content .left-col h2, .section--article-content .left-col h3, .section--article-content .left-col h4 {
  margin: 5rem 0 2rem 0;
}
@media screen and (max-width: 600px) {
  .section--article-content .left-col h1, .section--article-content .left-col h2, .section--article-content .left-col h3, .section--article-content .left-col h4 {
    margin: 6rem 0 3rem 0;
  }
}
.section--article-content .left-col iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.section--article-content .right-col .inner {
  height: calc(100% - var(--sidebar-top-height, 23rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--article-content .right-col .inner .top {
  top: var(--sticky-from-top);
  position: sticky;
  padding-bottom: calc(var(--sidebar-articles-height) + var(--main-gap));
}
.section--article-content .right-col .inner .top.no-sticky {
  position: static;
}
@media screen and (max-width: 480px) {
  .section--article-content .right-col .share-box {
    display: none;
  }
}

.author-box {
  border-radius: 1rem;
  background: var(--darker-off-white, #F3F0E5);
  padding: var(--main-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--main-gap);
  margin-bottom: 1.1rem;
}
.author-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 359px) {
  .author-box {
    padding: 1rem;
    gap: 1rem;
  }
}
.author-box__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.2rem;
          flex: 0 0 7.2rem;
  width: 7.2rem;
}
.author-box__image img {
  border-radius: 7rem;
}
.author-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.author-box__content p {
  margin: 0 0 0.47rem 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6666666667; /* 166.667% */
}
.author-box__content .btn {
  padding: 0 1.3rem;
  margin: 0;
}
@media screen and (max-width: 330px) {
  .author-box__content .btn {
    font-size: 13px;
  }
}

.articles-items__items {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.articles-items__items .articles-items__item {
  display: block;
}
.articles-items__items .articles-items__item:hover .articles-items__item-title p {
  color: var(--red-accent);
}
.articles-items__items .articles-items__item .articles-items__item-published-time {
  color: var(--darker-gray-text, #A3A3A3);
  text-align: right;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1090px) {
  .articles-items__items .articles-items__item .articles-items__item-published-time {
    font-size: 13px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.articles-items__items .articles-items__item .articles-items__item-title p {
  color: var(--black, #333);
  font-family: Albra Grotesk;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1666666667;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1090px) {
  .articles-items__items .articles-items__item .articles-items__item-title p {
    font-size: 1.7rem;
  }
}

.section--article-footer .share-box {
  margin-top: 4rem;
}
.section--article-footer .ad--end {
  display: inline-block;
  margin-top: 5rem;
}

.section.section--post-end {
  margin: 7rem 0 5rem 0;
  text-align: center;
}
.section.section--post-end .more-articles-in-category {
  border-radius: 1rem;
  padding: 2.7rem;
  background: var(--darker-off-white);
  margin-bottom: 5rem;
  text-align: left;
}
.section.section--post-end .more-articles-in-category p.title, .section.section--post-end .more-articles-in-category .cat-with-dot__text {
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section.section--post-end .more-articles-in-category p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section--post-end .more-articles-in-category .posts-items {
  margin-top: 1.6rem;
}
.section.section--post-end .ad--end {
  margin: 0 auto;
}

.mobile-author {
  display: none;
}

.mobile-author p {
  color: var(--gray-text, #C0C0C0);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 1300px) {
  .mobile-author {
    display: block;
    margin-top: 1.3rem;
  }
}
/*# sourceMappingURL=single-post.css.map */
