/* Prevent dynamic copy from changing the approved card geometry. */
@media (min-width: 1101px) {
  .shiso-v2-interview-card__body {
    box-sizing: border-box;
    height: 194px;
    min-height: 194px;
    max-height: 194px;
    flex: 0 0 194px;
    overflow: hidden;
  }

  .shiso-v2-interview-card h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .shiso-v2-interview-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .shiso-v2-release.is-latest .shiso-v2-release__body h3 {
    width: 96.15%;
    font-weight: 500;
    transform: scaleX(1.04) scaleY(.9);
  }

  .shiso-v2-release:not(.is-latest) .shiso-v2-release__body h3 {
    width: 81.97%;
    font-weight: 500;
    transform: scaleX(1.22);
  }
}
