/* Visual styling for hs/grid-cards block. Plugin CSS provides layout. */

body .hs-grid-cards__img {
  border-radius: 8px 8px 0 0;
}

body .hs-grid-cards__title {
  font-size: 1.25rem;
  font-weight: 600;
}

body .hs-grid-cards__inner-content {
  color: var(--color-text-light, #475569);
  font-size: 0.95rem;
  line-height: 1.6;
}
