/* Public data hub */

.data-hub-indicators {
  padding-top: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: 3rem;
}

.data-hub-indicators .fpa-home-services__grid {
  grid-template-columns: 1fr;
}

.data-hub-indicators .fpa-home-service-card {
  min-height: 0;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .data-hub-indicators .fpa-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .data-hub-indicators .fpa-home-service-card {
    min-height: 0;
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .data-hub-indicators .fpa-home-service-card__body {
    flex: 0 0 auto;
  }
}
