/* v9: changes are scoped to the institution benefits section only. */

#benefits .benefit-card {
  border-color: #9eafa8;
}
#benefits .benefit-card__icon {
  color: #ffd39b;
  background: var(--petrol);
}

/* The additional opportunity follows the three concrete photography uses. */
#benefits .benefit-support {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 36px;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid #c7b28f;
  border-radius: 24px;
  background: linear-gradient(120deg, #fff6e7, #fffdf8);
}
#benefits .benefit-support__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
#benefits .benefit-support .benefit-card__icon {
  flex: 0 0 58px;
  margin: 0;
}
#benefits .benefit-support h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
}
#benefits .benefit-support p,
#benefits .benefits__terms {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
}
#benefits .benefits__terms { margin-top: 20px; }

@media (max-width: 1040px) {
  #benefits .benefit-support { gap: 28px; padding: 24px; }
}
@media (max-width: 820px) {
  #benefits .benefit-support { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 560px) {
  #benefits .benefit-support { margin-top: 24px; gap: 18px; border-radius: 20px; }
  #benefits .benefit-support__heading { gap: 16px; }
  #benefits .benefit-support .benefit-card__icon { flex-basis: 44px; }
  #benefits .benefit-support h3 { font-size: 1.25rem; }
}
@media print {
  #benefits .benefit-card,
  #benefits .benefit-support { break-inside: avoid; background: #fff; border-color: #777; }
  #benefits .benefit-card__icon { color: #000; background: #fff; }
}
