/* Keep the methodology article readable at phone widths without touching desktop layout. */
@media screen and (max-width: 720px) {
  html body.single-post.postid-1127 .ncy-article-frame {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-inline: 18px !important;
  }

  html body.single-post.postid-1127 .ncy-article-frame > * {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.single-post.postid-1127 .ncy-article-frame .ncy-prose,
  html body.single-post.postid-1127 .ncy-methodology-paper {
    padding-inline: 0 !important;
  }

  html body.single-post.postid-1127 .ncy-methodology-paper table,
  html body.single-post.postid-1127 .ncy-methodology-paper tbody,
  html body.single-post.postid-1127 .ncy-methodology-paper tr {
    width: 100% !important;
    max-width: 100% !important;
  }
}
