@media (max-width: 767px) {
  :root {
    --post-media-ratio: 1.62 / 1;
  }

  .post-main {
    padding: 34px 0 52px;
  }

  .post-article {
    width: calc(100% - 32px);
  }

  .post-breadcrumb {
    max-width: 100%;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .post-kicker {
    font-size: 13px;
  }

  .post-title {
    font-size: 38px;
    line-height: 1.04;
  }

  .post-summary {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .post-meta {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    font-size: 13px;
  }

  .post-meta span {
    padding: 0;
    border-left: 0;
  }

  .post-hero-media {
    margin-top: 30px;
    border-radius: 13px;
  }

  .post-media-placeholder::before {
    inset: 12px;
    border-radius: 9px;
  }

  .post-media-placeholder span {
    max-width: calc(100% - 44px);
    font-size: 12px;
    text-align: center;
  }

  .post-content {
    margin-top: 34px;
  }

  .post-section {
    margin-bottom: 32px;
  }

  .post-section p,
  .post-callout p,
  .post-quote p,
  .post-list {
    font-size: 16px;
    line-height: 1.72;
  }

  .post-heading {
    font-size: 24px;
  }

  .post-callout,
  .post-quote {
    margin: 34px 0;
    border-radius: 13px;
  }

  .post-callout {
    padding: 22px 20px;
  }

  .post-quote {
    padding: 26px 22px;
  }

  .post-quote p {
    font-size: 20px;
  }

  .post-inline-media {
    margin: 34px 0;
    border-radius: 13px;
  }

  .post-inline-media figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
    font-size: 12px;
  }

  .post-actions {
    margin-top: 48px;
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .post-share {
    flex-wrap: wrap;
    justify-content: center;
  }

  .post-share > span {
    flex: 0 0 100%;
    text-align: center;
  }

  .post-neighbors {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(58, 62, 87, 0.14);
  }

  .post-neighbor {
    min-height: 78px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(58, 62, 87, 0.14);
    text-align: left;
  }

  .post-neighbor-next {
    text-align: left;
  }

  .post-site-footer {
    padding: 28px 16px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .post-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
}
