/* Geometry corrections from the second reference comparison pass. */
@media (min-width: 921px) {
  /* Interviews */
  .shiso-v2-interviews .shiso-v2-section-heading {
    margin-bottom: -4px;
  }

  .shiso-v2-interviews .shiso-v2-subheading {
    margin-bottom: 8px;
  }

  .shiso-v2-interviews .shiso-v2-center-link {
    margin-bottom: 0;
  }

  .shiso-v2-insight-bar {
    margin-top: 13px;
  }

  .shiso-v2-mid-cta {
    width: calc(100vw - 15px);
    margin-top: 26px;
    margin-left: calc(50% - 50vw + 7.5px);
  }

  /* Release notes */
  .shiso-v2-release-list {
    margin-top: 76px;
    padding-left: 298px;
  }

  .shiso-v2-release.is-latest .shiso-v2-release__body > p:first-child {
    margin-bottom: 31px;
  }

  .shiso-v2-release.is-latest .shiso-v2-release__body h3 {
    margin-bottom: 23px;
  }

  .shiso-v2-releases .shiso-v2-center-link {
    margin-top: 28px;
  }

  /* Knowledge */
  .shiso-v2-knowledge {
    padding-bottom: 44px;
  }

  .shiso-v2-knowledge .shiso-v2-section-heading {
    margin-bottom: 46px;
  }

  .shiso-v2-knowledge-list article {
    align-items: start;
  }

  .shiso-v2-knowledge-list article:last-child {
    min-height: 160px;
    height: 160px;
  }

  .shiso-v2-resource-bar {
    min-height: 152px;
    height: 152px;
    margin-top: 23px;
  }
}

@media (min-width: 921px) and (max-width: 1100px) {
  .shiso-v2-mid-cta {
    width: calc(100vw - 15px);
  }

  .shiso-v2-knowledge-list article:last-child {
    height: auto;
  }
}
