@media (max-width: 640px) {
  /* Tighten only the under-body cyan layer on dashboard mobile card. */
  .future-card--body .future-body-canvas {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0.22rem !important;
    padding-right: 0.22rem !important;
  }

  .future-card--body .future-body-canvas .png-body-map {
    padding-bottom: 0 !important;
  }

  .future-card--body .future-body-canvas .png-body-stage {
    min-height: 0 !important;
    aspect-ratio: 1 / 1.18 !important;
    align-items: flex-start !important;
    padding-bottom: 0 !important;
  }

  .future-card--body .future-body-canvas .png-body-image-wrap {
    height: 100% !important;
    max-height: 100% !important;
  }

  .future-card--body .future-body-hint {
    display: none !important;
  }
}
