/**
 * @file
 * Register type choice page: individual vs company cards.
 * Reuses home-landing card layout and spacing.
 */

.register-type-choice {
  box-sizing: border-box;
}

.register-type-choice.margin-content {
  margin-top: 0 !important;
  padding-top: 0.25rem;
}

.register-type-choice__cards {
  margin-top: 0;
}

.register-type-choice .section-title {
  margin-bottom: 0.5rem;
}

/* Keep register cards less tall than homepage defaults. */
.register-type-choice .home-landing-card,
.register-type-choice .home-landing-card-bg,
.register-type-choice .home-landing-card-content {
  min-height: 20rem;
}

@media (min-width: 768px) {
  .register-type-choice .home-landing-card,
  .register-type-choice .home-landing-card-bg,
  .register-type-choice .home-landing-card-content {
    min-height: 26rem;
  }
}
