/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/blocks/acf/block-single-post/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Container query mixin
 * @param {string|number|list} $value - The breakpoint value.
 * @param {string} $mode - The mode (up or down).
 * @param {string} $name - The name of the container.
 * @example @include container(lg)
 */
/**
 * Icon font mixin
 * @param {string} $content - The icon name.
 * @param {number} $font-size - The font size.
 * @example @include icon-font("arrow-right")
 */
@layer utils {
  .single-post__content {
    color: var(--g-color-base);
    font-family: var(--g-font-secondary);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
  }
  @media (min-width: 992px) {
    .single-post__content {
      font-size: 1.6rem;
    }
  }
  .single-post__content {
    font-size: 1.4rem;
  }
  @media (min-width: 992px) {
    .single-post__content {
      font-size: 1.8rem;
      line-height: 1.333;
    }
  }
}
@layer partials {
  .single-post {
    container-type: inline-size;
    background-color: var(--g-color-light-400);
  }
  .single-post__hero {
    padding-block: 5rem 6rem;
    background-color: var(--g-color-light-400);
  }
  @container ((width >= 992px)) {
    .single-post__hero {
      padding-block: 6.7rem 10rem;
    }
  }
  .single-post__hero-inner {
    display: grid;
    gap: 1.2rem;
  }
  @container ((width >= 992px)) {
    .single-post__hero-inner {
      gap: 2.4rem;
    }
  }
  .single-post__back {
    width: -moz-fit-content;
    width: fit-content;
    color: var(--g-color-black);
    font-family: var(--g-font-secondary);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }
  @container ((width >= 992px)) {
    .single-post__back {
      font-size: 1.6rem;
      line-height: 1.42;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    .single-post__back:hover {
      color: var(--g-color-blue-400);
    }
  }
  .single-post__title {
    margin: 0;
    margin-top: 1.7rem;
    color: var(--g-color-blue-400);
    font-size: 3.2rem;
    line-height: 1.36;
  }
  @container ((width >= 992px)) {
    .single-post__title {
      margin-top: 0.5rem;
      font-size: 6rem;
      line-height: 1.32;
    }
  }
  .single-post__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem 2.7rem;
    color: var(--g-color-black);
    font-family: var(--g-font-secondary);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.52;
  }
  @container ((width >= 992px)) {
    .single-post__meta {
      row-gap: 1.6rem;
      font-size: 1.6rem;
      line-height: 1.42;
    }
  }
  .single-post__hero-authors {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 0.8rem;
  }
  @container ((width >= 992px)) {
    .single-post__hero-authors {
      gap: 2.7rem;
      flex-direction: row;
    }
  }
  .single-post__hero-author {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: inherit;
    text-decoration: none;
  }
  .single-post__date-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
  }
  .single-post__hero-author-avatar {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-post__featured-image {
    margin: 0 0 2.4rem;
  }
  @container ((width >= 992px)) {
    .single-post__featured-image {
      margin-bottom: 3.2rem;
    }
  }
  .single-post__featured-img {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-post__body {
    display: grid;
    gap: 4rem;
    padding-block: 6rem 0;
    background-color: var(--g-color-white);
  }
  @container ((width >= 992px)) {
    .single-post__body {
      grid-template-columns: 26.3rem minmax(0, 74rem);
      justify-content: flex-start;
      gap: 5rem;
      padding-block: 10rem 4.6rem;
    }
  }
  .single-post__toc {
    display: none;
  }
  @container ((width >= 992px)) {
    .single-post__toc {
      position: sticky;
      top: 14rem;
      display: block;
      align-self: start;
    }
  }
  .single-post__toc-title {
    margin: 0 0 2.4rem;
    color: var(--g-color-black);
    font-family: var(--g-font-secondary);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
  }
  .single-post__toc-nav {
    position: relative;
    display: grid;
    gap: 1.2rem;
    padding-left: 2rem;
    border-left: 0.2rem solid var(--g-color-gray-200);
  }
  .single-post__toc-indicator {
    position: absolute;
    top: 0;
    left: -0.2rem;
    width: 0.2rem;
    height: 2.1rem;
    background-color: var(--g-color-blue-400);
    transition: top var(--g-easing-duration-default) var(--g-easing-hover), height var(--g-easing-duration-default) var(--g-easing-hover);
  }
  .single-post__toc-link {
    color: var(--g-color-gray-500);
    font-family: var(--g-font-secondary);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.52;
    text-decoration: none;
  }
  .single-post__toc-link--level-3 {
    padding-left: 1.2rem;
  }
  .single-post__toc-link.-is-active {
    color: var(--g-color-blue-400);
  }
  @media (hover: hover) and (pointer: fine) {
    .single-post__toc-link:hover {
      color: var(--g-color-blue-400);
    }
  }
  .single-post__share {
    margin-top: 4rem;
  }
  .single-post__share--desktop {
    display: none;
  }
  @container ((width >= 992px)) {
    .single-post__share--desktop {
      display: block;
    }
  }
  .single-post__share--mobile {
    display: block;
    margin-top: 4.8rem;
  }
  @container ((width >= 992px)) {
    .single-post__share--mobile {
      display: none;
    }
  }
  .single-post__share-title {
    margin: 0 0 1.6rem;
    color: var(--g-color-base);
    font-family: var(--g-font-secondary);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.52;
  }
  .single-post__share-links {
    display: flex;
    gap: 0.8rem;
  }
  .single-post__share-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    color: var(--g-color-black);
    text-decoration: none;
    background-color: var(--g-color-white);
    border: 0.1rem solid var(--g-color-gray-200);
    border-radius: 1rem;
  }
  @media (hover: hover) and (pointer: fine) {
    .single-post__share-link:hover {
      color: var(--g-color-blue-400);
      border-color: var(--g-color-blue-400);
    }
  }
  .single-post__share-icon {
    font-size: 1.6rem;
    line-height: 1;
  }
  .single-post__content {
    min-width: 0;
    color: var(--g-color-gray-500);
  }
  .single-post__content > *:first-child {
    margin-top: 0;
  }
  .single-post__content > *:last-child {
    margin-bottom: 0;
  }
  .single-post__content h2,
  .single-post__content h3,
  .single-post__content h4,
  .single-post__content h5 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.6rem;
    color: var(--g-color-black);
    font-weight: 400;
  }
  .single-post__content h2 {
    margin-top: 4.8rem;
    font-size: 2.8rem;
    line-height: 1.42;
  }
  @container ((width >= 992px)) {
    .single-post__content h2 {
      margin-top: 6.4rem;
      font-size: 3.4rem;
    }
  }
  .single-post__content h3 {
    margin-top: 4rem;
    font-size: 2.2rem;
    line-height: 1.34;
  }
  @container ((width >= 992px)) {
    .single-post__content h3 {
      margin-top: 4.8rem;
      font-size: 2.6rem;
    }
  }
  .single-post__content h4 {
    margin-top: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.38;
  }
  @container ((width >= 992px)) {
    .single-post__content h4 {
      margin-top: 4rem;
      font-size: 2.2rem;
    }
  }
  .single-post__content h5 {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.42;
  }
  @container ((width >= 992px)) {
    .single-post__content h5 {
      margin-top: 3.2rem;
      font-size: 1.8rem;
    }
  }
  .single-post__content p,
  .single-post__content ul,
  .single-post__content ol {
    margin-block: 0 1.8rem;
  }
  .single-post__content p,
  .single-post__content ul,
  .single-post__content ol,
  .single-post__content li {
    font-size: 1.4rem;
    line-height: 1.52;
  }
  @container ((width >= 992px)) {
    .single-post__content p,
    .single-post__content ul,
    .single-post__content ol,
    .single-post__content li {
      font-size: 1.6rem;
      line-height: 1.42;
    }
  }
  .single-post__content > p:first-of-type {
    color: var(--g-color-blue-400);
  }
  .single-post__content a {
    color: var(--g-color-blue-400);
  }
  .single-post__content .single-post__share-link {
    color: var(--g-color-black);
  }
  @media (hover: hover) and (pointer: fine) {
    .single-post__content .single-post__share-link:hover {
      color: var(--g-color-blue-400);
    }
  }
  .single-post__content strong,
  .single-post__content b {
    color: var(--g-color-black);
  }
  .single-post__content img {
    height: auto;
    max-width: 100%;
  }
  .single-post__content .wp-block-image {
    margin-block: 3.2rem;
  }
  .single-post__authors {
    display: grid;
    gap: 2.4rem 4rem;
    padding-block: 4.8rem 6rem;
    background-color: var(--g-color-white);
  }
  .single-post__authors::before {
    content: "";
    display: block;
    border-top: 0.1rem solid var(--g-color-gray-200);
  }
  @container ((width >= 992px)) {
    .single-post__authors {
      grid-template-columns: 26.3rem minmax(0, 74rem);
      justify-content: flex-start;
      -moz-column-gap: 5rem;
           column-gap: 5rem;
      padding-block: 0 10rem;
    }
    .single-post__authors::before,
    .single-post__authors .single-post__section-title,
    .single-post__authors .single-post__author-list {
      grid-column: 2;
    }
  }
  .single-post__section-title {
    margin: 0;
    margin-top: 2.4rem;
    color: var(--g-color-black);
    font-family: var(--g-font-secondary);
    font-size: 1.8rem;
    line-height: 1.35;
  }
  @media (min-width: 992px) {
    .single-post__section-title {
      margin-top: 4rem;
    }
  }
  .single-post__author-list {
    display: grid;
    gap: 1.6rem;
  }
  .single-post__author-card {
    display: grid;
    gap: 1.6rem;
    padding: 3.2rem 2.4rem;
    background-color: var(--g-color-white);
    border: 0.1rem solid var(--g-color-gray-200);
    border-radius: 1rem;
    transition: border-color var(--g-easing-duration-default) var(--g-easing-hover);
  }
  @media (hover: hover) and (pointer: fine) {
    .single-post__author-card:hover {
      border-color: var(--g-color-blue-400);
    }
  }
  @container ((width >= 768px)) {
    .single-post__author-card {
      grid-template-columns: 10rem minmax(0, 1fr);
      gap: 2.4rem;
      padding: 4.2rem 4.5rem;
    }
  }
  .single-post__author-photo {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-post__author-name {
    margin: 0;
    color: var(--g-color-blue-400);
    font-family: var(--g-font-secondary);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.52;
  }
  .single-post__author-name a {
    color: inherit;
    text-decoration: none;
  }
  @media (hover: hover) and (pointer: fine) {
    .single-post__author-name a:hover {
      color: var(--g-color-black);
    }
  }
  .single-post__author-designation {
    margin: 0.2rem 0 0;
    color: var(--g-color-base);
    font-family: var(--g-font-secondary);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.52;
  }
  .single-post__author-description {
    margin: 1.2rem 0 0;
    color: var(--g-color-base);
    font-family: var(--g-font-secondary);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.52;
  }
  @container ((width >= 992px)) {
    .single-post__author-description {
      font-size: 1.6rem;
      line-height: 1.42;
    }
  }
  .single-post__author-description p {
    margin-block: 0 1rem;
  }
  .single-post__author-description p:last-child {
    margin-bottom: 0;
  }
  .single-post__related {
    padding-block: 4rem 6rem;
    background-color: var(--g-color-white);
  }
  @container ((width >= 992px)) {
    .single-post__related {
      padding-block: 8rem 10rem;
    }
  }
  .single-post__related-inner {
    display: grid;
    gap: 2rem;
  }
  @container ((width >= 992px)) {
    .single-post__related-inner {
      grid-template-columns: 26.3rem minmax(0, 74rem);
      justify-content: flex-start;
      -moz-column-gap: 5rem;
           column-gap: 5rem;
    }
  }
  .single-post__related-title {
    margin: 0;
    color: var(--g-color-black);
    font-family: var(--g-font-secondary);
    font-size: 1.8rem;
    line-height: 1;
  }
  @container ((width >= 992px)) {
    .single-post__related-title {
      font-size: 2.8rem;
      line-height: 1.32;
    }
  }
  .single-post__related-grid {
    display: grid;
  }
  @container ((width >= 992px)) {
    .single-post__related-grid {
      grid-column: 2;
    }
  }
  .single-post__related-grid .related-post-card:last-child {
    border-bottom: 0.1rem solid var(--g-color-gray-200);
  }
}

/*# sourceMappingURL=style-index.css.map*/