.comparison-table table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: auto !important;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  width: auto !important;
}
.cr-program-blurbs p {
  font-size: 0.95rem;
  line-height: 1.6;
}
.cr-program-blurbs h3 {
   margin-top: -1rem;
}

.Grid.Grid--SpacingSmall.Grid--JustifyCenter.CTA_Buttons {
    margin-top: -4rem;
}

.comparison-table.desktop-only {
  display: none;
}

.comparison-cards.mobile-only {
  display: block;
}


@media (min-width: 768px) {
  .comparison-table.desktop-only {
    display: block;
  }

  .comparison-cards.mobile-only {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
#program-grid {
  scroll-margin-top: 120px;
}
.faq-section .faq-item .faq-answer {
    background: #fff;
    line-height: 1.6;
    padding: 1rem;
    max-width: 1300px;
    }

.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .SiteHero__Title {
  font-size: 2rem !important;
}
}


.program-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}

.program-card h3 {
  margin: 0 0 16px 0;
  font-size: 18px;
}

.card-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.card-row span:first-child {
  color: #666;
  font-size: 14px;
}

.card-row span:last-child {
  font-weight: 600;
}

.program-card .btn {
  display: block;
  text-align: center;
  margin-top: 16px;
  border-bottom: none;
}

.cta-buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}


.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 80px;
  padding: 0 32px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.15s ease, color 0.15s ease,
              box-shadow 0.15s ease, transform 0.15s ease;
}


.cta-btn-primary {
  background: #ff9d1b;
  color: #111827;
  box-shadow: 0 16px 30px rgba(0,0,0,0.18);
}

.cta-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.22);
}


.cta-btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.cta-btn-secondary:hover {
  background: #ffffff;
  color: #111827;
}


@media (max-width: 640px) {
  .cta-buttons {
    flex-direction: column;
  }
  .cta-btn {
    width: 100%;
  }
}



.rp-related-section {
  margin: 2rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 2px solid #e5e7eb;
}

.rp-related-eyebrow {
  margin: 0 0 0.5rem 0;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
  line-height: 1.3;
}

.rp-related-title {
  margin: 0 0 1.1rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #003964;
  line-height: 1.3;
}

.rp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rp-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.rp-card-image-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #003964;
}

.rp-card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-card-body {
  padding: 0.65rem 0.75rem 0.75rem;
}

.rp-card-label {
  margin: 0 0 0.15rem 0;
  font-size: 0.63rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00a89c;
  line-height: 1.3;
}

.rp-card-title {
  margin: 0 0 0.3rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #003964;
  line-height: 1.3;
}

.rp-card-link {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.4;
  text-decoration: none;
}

.rp-card-link:hover,
.rp-card-link:focus {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .rp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rp-card-grid {
    grid-template-columns: 1fr;
  }
}

.Module__Head .Heading--Title.Heading--FontSizeLarge,
.Module__Head .Heading--Title {
  --Heading__FontSize: var(--FontSize__H2);
}

@media (min-width: 992px) {
  .hero.hero {
    box-sizing: border-box;
    height: calc(100vh - 170px);
    min-height: 440px;
    max-height: 880px;
  }
  .hero-inner {
    padding-bottom: 48px;
  }
}
