/* line 1, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner {
  --color-primary:       #f7d154;
  --color-primary-hover: #f5c832;
  /* H1/H2 default via colors; we keep H3 yellow accents */
  /* Buttons: dark text for contrast */
  /* Dark cards for features/audience */
  --gp-surface: #08174c;
  --gp-ink:     #ffffff;
}

/* line 6, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature h3, .product--grant-planner .features .feature .feature-title,
.product--grant-planner .audience-card h3, .product--grant-planner .audience-card .audience-title,
.product--grant-planner .steps .step h3 {
  color: #f7d154 !important;
}

/* line 9, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature h3 a, .product--grant-planner .features .feature .feature-title a,
.product--grant-planner .audience-card h3 a, .product--grant-planner .audience-card .audience-title a,
.product--grant-planner .steps .step h3 a {
  color: #f7d154 !important;
}

/* line 12, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature h3 a:hover,
.product--grant-planner .features .feature .feature-title a:hover,
.product--grant-planner .audience-card h3 a:hover,
.product--grant-planner .audience-card .audience-title a:hover,
.product--grant-planner .steps .step h3 a:hover {
  color: #f5c832 !important;
}

/* line 19, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #08174c;
}

/* line 20, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .btn-primary:hover, .product--grant-planner .btn-primary:focus {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #08174c;
}

/* line 22, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .btn-outline {
  border-color: #f7d154;
  color: #f7d154;
  background: transparent;
}

/* line 23, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .btn-outline:hover, .product--grant-planner .btn-outline:focus {
  background: #f7d154;
  border-color: #f7d154;
  color: #08174c;
}

/* line 29, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature {
  background: var(--gp-surface);
  color: var(--gp-ink);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

/* line 33, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature .feature-text, .product--grant-planner .features .feature p {
  color: var(--gp-ink);
  opacity: 1;
}

/* line 34, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature .feature-media {
  background: #0f1e57;
}

/* line 35, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature a {
  color: #f7d154;
}

/* line 36, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .features .feature a:hover {
  color: #f5c832;
}

/* line 38, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .audience-card {
  background: var(--gp-surface);
  color: var(--gp-ink);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

/* line 39, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .audience-card .audience-blurb, .product--grant-planner .audience-card .audience-bullets li {
  color: var(--gp-ink);
  opacity: 1;
}

/* line 40, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .audience-icon {
  background: linear-gradient(180deg, #132462, #0f1e57);
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 41, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .audience-icon i {
  color: #fff;
  opacity: .95;
}

/* line 42, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .audience-card a {
  color: #f7d154;
}

/* line 43, app/assets/stylesheets/themes/grant_planner.scss */
.product--grant-planner .audience-card a:hover {
  color: #f5c832;
}
