/* ── The share landing page ── */
.the-share-page {
  padding-bottom: clamp(4.5rem, 9vw, 7rem);
}

.the-share-page .page-intro {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.the-share-page .page-intro__text {
  max-width: min(52rem, 100%);
}

.the-share-chart {
  width: 100%;
  margin: 0 0 clamp(3rem, 6vw, 4.5rem);
  min-height: clamp(24rem, 42vw, 36rem);
}

.the-share-chart__widget {
  width: 100%;
  min-height: clamp(24rem, 42vw, 36rem);
}

.the-share-cards {
  width: 100%;
}

.the-share-page .ir-gov-card__shape.ir-scallop-mask {
  clip-path: none;
  -webkit-clip-path: none;
}

.the-share-page .ir-gov-card__shape {
  width: 92%;
  height: 18.75rem;
}

.the-share-card.the-share-card--blue {
  background: var(--gov-card-blue);
}

.the-share-card.the-share-card--grey {
  background: var(--gov-card-grey);
}

.the-share-card.the-share-card--beige {
  background: var(--gov-card-beige);
}

.the-share-card.the-share-card--purple {
  background: var(--gov-card-purple);
}

@media (max-width: 768px) {
  .the-share-page .page-intro__title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .the-share-chart {
    margin-bottom: clamp(2.5rem, 8vw, 3.5rem);
    min-height: clamp(20rem, 62vw, 28rem);
  }

  .the-share-chart__widget {
    min-height: clamp(20rem, 62vw, 28rem);
  }

  .the-share-page .ir-gov-card__shape {
    width: 94%;
    height: 19rem;
  }
}
