html {
  overflow-x: hidden;
}

body.af-blog-post {
  --af-post-media-width: 66rem;
}

body.af-blog-post .g-post-header {
  padding-bottom: 2.5rem;
  padding-top: clamp(7rem, 11vw, 10rem);
}

body.af-blog-post .g-post-header__container {
  padding-bottom: 0;
  padding-top: 0;
}

body.af-blog-post .g-post-header__main {
  max-width: 58rem;
}

body.af-blog-post .g-post-header__metas {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.75rem;
}

body.af-blog-post .g-post-header__author {
  align-items: center;
  color: var(--af-site-text-muted);
  display: inline-flex;
  gap: 0.65rem;
}

body.af-blog-post .g-post-header__author__avatar {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--af-site-border);
  border-radius: 50%;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  overflow: hidden;
  width: 2rem;
}

body.af-blog-post .g-post-header__author__avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.af-blog-post .g-post-header__author__avatar.af-author-avatar--brand img {
  object-fit: contain;
  padding: 0.3rem;
}

body.af-blog-post .g-post-header__author__name,
body.af-blog-post .g-post-header__time__item__label {
  color: var(--af-site-text-muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

body.af-blog-post .g-post-header__time {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
}

body.af-blog-post .g-post-header__time__item {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

body.af-blog-post .g-post-header__image {
  margin: 0 auto clamp(3rem, 7vw, 5.5rem);
  max-width: var(--af-site-width);
  padding: 0 var(--af-site-gutter);
  width: 100%;
}

body.af-blog-post .g-post-header__image figure {
  aspect-ratio: 16 / 9;
  background: #090b0f;
  border: 1px solid var(--af-site-border);
  border-radius: var(--af-site-radius);
  margin: 0;
  overflow: hidden;
}

body.af-blog-post .g-post-header__image img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

body.af-blog-post .g-post-content {
  overflow-wrap: anywhere;
  padding-bottom: clamp(4rem, 9vw, 8rem);
}

body.af-blog-post .g-post-content > :first-child {
  margin-top: 0;
}

body.af-blog-post .g-post-content > :last-child {
  margin-bottom: 0;
}

body.af-blog-post .g-post-content :where(.has-text-align-center) {
  text-align: center;
}

body.af-blog-post .g-post-content :where(.has-text-align-right) {
  text-align: right;
}

body.af-blog-post .g-post-content :where(figure, video, iframe, object, embed) {
  max-width: 100%;
}

body.af-blog-post .g-post-content figure {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

body.af-blog-post .g-post-content figure img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 44rem;
  object-fit: contain;
  width: auto;
}

body.af-blog-post .g-post-content :where(iframe, video, object, embed) {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  height: auto;
  margin: 2rem auto;
  width: 100%;
}

body.af-blog-post .g-post-content .wp-block-embed__wrapper {
  width: 100%;
}

body.af-blog-post .g-post-content .af-post-columns {
  align-items: center;
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin: 2rem 0;
}

body.af-blog-post .g-post-content .af-post-column {
  min-width: 0;
}

body.af-blog-post .g-post-content .af-post-column > :first-child {
  margin-top: 0;
}

body.af-blog-post .g-post-content .af-post-column > :last-child {
  margin-bottom: 0;
}

body.af-blog-post .g-post-content .af-post-columns figure {
  margin: 0;
}

body.af-blog-post .g-post-content .af-post-columns img {
  max-height: 24rem;
}

body.af-blog-post .g-post-content .af-post-cta {
  background: var(--af-site-surface);
  border: 1px solid var(--af-site-border);
  border-radius: var(--af-site-radius);
  margin: 3rem 0;
  padding: clamp(1.35rem, 4vw, 2.25rem);
}

body.af-blog-post .g-post-content .af-post-cta h2 {
  font-size: 1.4rem !important;
  margin: 0 0 0.6rem;
}

body.af-blog-post .g-post-content .af-post-cta p {
  margin-bottom: 1.25rem;
  max-width: 38rem;
}

body.af-blog-post .g-post-content .af-post-cta .g-button {
  display: inline-flex;
}

body.af-blog-post .g-post-content :where(.af-post-note, .af-post-video) {
  margin: 2.5rem 0;
}

body.af-blog-post .g-post-content .af-post-note {
  background: var(--af-site-surface);
  border: 1px solid var(--af-site-border);
  border-left: 3px solid var(--af-site-accent);
  border-radius: var(--af-site-radius);
  padding: 1.35rem;
}

body.af-blog-post .g-post-content .af-post-note h2 {
  font-size: 1.3rem !important;
  margin: 0 0 0.6rem;
}

body.af-blog-post .g-post-content .af-post-note p {
  margin: 0;
}

body.af-blog-post .g-post-content .af-post-video wistia-player {
  display: block;
  width: 100%;
}

body.af-blog-post .g-post-content .af-post-video wistia-player:not(:defined) {
  background: center / contain no-repeat url("https://fast.wistia.com/embed/medias/rj2bar3xxp/swatch");
  filter: blur(5px);
  padding-top: 56.25%;
}

body.af-blog-post .g-post-content .af-legacy-feature-list {
  list-style: disc;
  padding-left: 1.4rem;
}

body.af-blog-post .g-post-content .af-legacy-feature-list ul {
  list-style: circle;
  margin-bottom: 0;
  margin-top: 0.55rem;
}

body.af-blog-post .g-post-content .af-post-video video {
  aspect-ratio: 16 / 9;
  background: #05070c;
  height: auto;
  margin: 0;
  object-fit: contain;
  width: 100%;
}

body.af-blog-post .g-post-content :where(.wp-block-table, .table-wrapper) {
  max-width: 100%;
  overflow-x: auto;
}

body.af-blog-post .g-post-content table {
  min-width: 36rem;
}

@media (min-width: 60rem) {
  body.af-blog-post .g-post-content :where(.alignwide, .wp-block-image.alignwide) {
    margin-left: calc((var(--af-post-media-width) - var(--af-site-reading-width)) / -2);
    margin-right: calc((var(--af-post-media-width) - var(--af-site-reading-width)) / -2);
    max-width: var(--af-post-media-width);
    width: var(--af-post-media-width);
  }
}

@media (max-width: 44.99rem) {
  body.af-blog-post .g-post-header {
    padding-bottom: 2rem;
    padding-top: 6.5rem;
  }

  body.af-blog-post .g-post-header__metas,
  body.af-blog-post .g-post-header__time {
    align-items: flex-start;
    flex-direction: column;
  }

  body.af-blog-post .g-post-header__image {
    margin-bottom: 3rem;
  }

  body.af-blog-post .g-post-header__image figure {
    aspect-ratio: 4 / 3;
  }

  body.af-blog-post .g-post-content .af-post-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  body.af-blog-post .g-post-content :where(.has-text-align-right) {
    text-align: left;
  }
}
