.ath-funding,
.ath-fundingOpportunities,
.ath-fundingSponsorStrip {
  --athfund-ink: #10233f;
  --athfund-muted: #60708a;
  --athfund-line: #dce5f0;
  --athfund-surface: #ffffff;
  --athfund-soft: #f5f8fc;
  --athfund-navy: #12335b;
  --athfund-blue: #1769aa;
  --athfund-teal: #0d8d7d;
  --athfund-gold: #d69b2d;
}

.ath-funding .ath-academy-shell__hero {
  background:
    radial-gradient(circle at 85% 12%, rgba(74, 178, 167, .22), transparent 32%),
    linear-gradient(135deg, #0c284a 0%, #174d78 58%, #0f756f 100%);
}

.ath-fundingMetrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.ath-fundingMetrics > div {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid var(--athfund-line);
  border-radius: 12px;
  background: var(--athfund-surface);
  box-shadow: 0 5px 18px rgba(16, 35, 63, .05);
}

.ath-fundingMetrics strong,
.ath-fundingMetrics span {
  display: block;
}

.ath-fundingMetrics strong {
  overflow: hidden;
  color: var(--athfund-ink);
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.1;
  text-overflow: ellipsis;
}

.ath-fundingMetrics span {
  margin-top: 5px;
  color: var(--athfund-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ath-fundingAdoption {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #b9dfd0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(16, 35, 63, .055);
}

.ath-fundingAdoption > header,
.ath-fundingAdoption article > header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.ath-fundingAdoption > header {
  padding: 14px 16px;
  border-bottom: 1px solid #b9dfd0;
  background: linear-gradient(135deg, #f4fbf7, #edf8f4);
}

.ath-fundingAdoption > header span,
.ath-fundingAdoption article > header span {
  display: block;
  color: #177152;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ath-fundingAdoption h3,
.ath-fundingAdoption h4 {
  margin: 3px 0 0;
  color: var(--athfund-ink);
  line-height: 1.25;
}

.ath-fundingAdoption h3 { font-size: 15px; }
.ath-fundingAdoption h4 { font-size: 14px; }

.ath-fundingAdoption header p,
.ath-fundingAdoption article > p {
  margin: 4px 0 0;
  color: var(--athfund-muted);
  font-size: 12px;
  line-height: 1.45;
}

.ath-fundingAdoption header mark {
  padding: 5px 8px;
  border-radius: 999px;
  color: #155d42;
  background: #e1f4e9;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.ath-fundingAdoption__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.ath-fundingAdoption article {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--athfund-line);
  border-radius: 11px;
  background: linear-gradient(180deg, #fff, #fbfdfc);
}

.ath-fundingAdoption__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.ath-fundingAdoption__facts > span {
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  background: var(--athfund-soft);
}

.ath-fundingAdoption__facts small,
.ath-fundingAdoption__facts strong,
.ath-fundingAdoption__resource strong,
.ath-fundingAdoption__resource span { display: block; }

.ath-fundingAdoption__facts small {
  color: var(--athfund-muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.ath-fundingAdoption__facts strong {
  overflow: hidden;
  margin-top: 3px;
  color: var(--athfund-ink);
  text-overflow: ellipsis;
}

.ath-fundingAdoption__resource {
  margin-top: 9px;
  padding: 9px;
  border-left: 3px solid var(--athfund-gold);
  border-radius: 6px;
  color: var(--athfund-muted);
  background: #fff9ec;
  font-size: 11px;
  line-height: 1.4;
}

.ath-fundingAdoption__resource strong { color: var(--athfund-ink); }
.ath-fundingAdoption__resource span { margin-top: 2px; }

.ath-fundingAdoption__action {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid var(--athfund-line);
}

.ath-fundingAdoption__action label {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  color: var(--athfund-muted);
  font-size: 10px;
  line-height: 1.35;
}

.ath-fundingAdoption__action input { margin-top: 1px; }

.ath-funding__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  gap: 12px;
  align-items: start;
}

.ath-funding__main,
.ath-funding__aside {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.ath-fundingPortfolio,
.ath-fundingBuilder {
  overflow: hidden;
  border: 1px solid var(--athfund-line);
  border-radius: 14px;
  background: var(--athfund-surface);
  box-shadow: 0 7px 24px rgba(16, 35, 63, .055);
}

.ath-fundingPortfolio > header,
.ath-fundingAgreement > header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}

.ath-fundingPortfolio > header {
  padding: 14px 16px;
  border-bottom: 1px solid var(--athfund-line);
  background: linear-gradient(180deg, #fff, #f8fbfe);
}

.ath-fundingPortfolio > header span,
.ath-fundingAgreement > header span,
.ath-fundingBuilder > summary span {
  display: block;
  margin-bottom: 3px;
  color: var(--athfund-teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ath-fundingPortfolio h3,
.ath-fundingAgreement h4,
.ath-fundingBuilder > summary strong {
  margin: 0;
  color: var(--athfund-ink);
  font-size: 15px;
  line-height: 1.25;
}

.ath-fundingPortfolio > header > mark {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--athfund-navy);
  background: #eaf2fa;
  font-size: 10px;
  font-weight: 800;
}

.ath-fundingAgreement {
  margin: 10px;
  padding: 13px;
  border: 1px solid var(--athfund-line);
  border-radius: 12px;
  background: #fff;
}

.ath-fundingAgreement > header p {
  margin: 4px 0 0;
  color: var(--athfund-muted);
  font-size: 11px;
}

.ath-fundingAgreement__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
}

.ath-fundingAgreement__badges mark,
.ath-fundingLearners footer mark {
  padding: 4px 7px;
  border: 1px solid #cfdeed;
  border-radius: 999px;
  color: #36526f;
  background: #f1f6fb;
  font-size: 9px;
  font-weight: 800;
}

.ath-fundingAgreement__badges mark.is-active,
.ath-fundingLearners footer mark.is-posted {
  border-color: #bce5d7;
  color: #076b58;
  background: #eaf9f3;
}

.ath-fundingAgreement__badges mark.is-pending {
  border-color: #f0d9a5;
  color: #84580a;
  background: #fff8e8;
}

.ath-fundingAgreement__money {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.ath-fundingAgreement__money > div {
  min-width: 0;
  padding: 8px 9px;
  border-radius: 8px;
  background: var(--athfund-soft);
}

.ath-fundingAgreement__money span,
.ath-fundingAgreement__money strong {
  display: block;
}

.ath-fundingAgreement__money span {
  color: var(--athfund-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ath-fundingAgreement__money strong {
  overflow: hidden;
  margin-top: 2px;
  color: var(--athfund-ink);
  font-size: 12px;
  text-overflow: ellipsis;
}

.ath-fundingAgreement__progress {
  overflow: hidden;
  height: 5px;
  margin-top: 8px;
  border-radius: 999px;
  background: #e8eef5;
}

.ath-fundingAgreement__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--athfund-blue), var(--athfund-teal));
}

.ath-fundingAgreement__rules {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.ath-fundingAgreement__rules span {
  padding: 4px 7px;
  border-radius: 6px;
  color: #52647b;
  background: #f4f7fa;
  font-size: 9px;
  font-weight: 700;
}

.ath-fundingAgreement__note {
  margin: 9px 0 0;
  padding: 8px 10px;
  border-left: 3px solid var(--athfund-gold);
  color: #4f6077;
  background: #fffbf2;
  font-size: 10px;
  line-height: 1.45;
}

.ath-fundingAgreement__noAwards {
  margin-top: 9px;
  padding: 8px 10px;
  border: 1px dashed #cad8e6;
  border-radius: 8px;
  color: var(--athfund-muted);
  font-size: 10px;
  text-align: center;
}

.ath-fundingInternship {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cde2df;
  border-radius: 9px;
  background: linear-gradient(135deg, #f4fbfa, #f7faff);
}

.ath-fundingInternship > strong {
  display: block;
  margin-bottom: 7px;
  color: var(--athfund-teal);
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ath-fundingInternship > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.ath-fundingInternship span {
  min-width: 0;
  padding: 7px 8px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .8);
}

.ath-fundingInternship small,
.ath-fundingInternship b {
  display: block;
}

.ath-fundingInternship small {
  color: var(--athfund-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ath-fundingInternship b {
  overflow-wrap: anywhere;
  margin-top: 2px;
  color: var(--athfund-ink);
  font-size: 9px;
  line-height: 1.35;
}

.ath-fundingLearners {
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid #edf1f5;
}

.ath-fundingLearners > strong {
  display: block;
  margin-bottom: 7px;
  color: var(--athfund-ink);
  font-size: 10px;
}

.ath-fundingLearners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.ath-fundingLearners article {
  min-width: 0;
  padding: 9px;
  border: 1px solid #e2e9f0;
  border-radius: 9px;
  background: #fbfdff;
}

.ath-fundingLearners article header,
.ath-fundingLearners article footer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.ath-fundingLearners article header strong,
.ath-fundingLearners article header span {
  display: block;
}

.ath-fundingLearners article header strong {
  color: var(--athfund-ink);
  font-size: 11px;
}

.ath-fundingLearners article header span,
.ath-fundingLearners__contact,
.ath-fundingLearners article footer span {
  color: var(--athfund-muted);
  font-size: 8px;
}

.ath-fundingLearners article header > mark {
  color: var(--athfund-teal);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
}

.ath-fundingLearners__progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin: 7px 0;
}

.ath-fundingLearners__progress span {
  padding: 5px;
  border-radius: 6px;
  color: var(--athfund-muted);
  background: #f0f5f9;
  font-size: 7px;
}

.ath-fundingLearners__progress strong {
  display: block;
  color: var(--athfund-ink);
  font-size: 9px;
}

.ath-fundingLearners__contact {
  overflow-wrap: anywhere;
  margin: 0 0 7px;
}

.ath-fundingLearners__contact.is-private {
  font-style: italic;
}

.ath-fundingLearners__directory {
  display: grid;
  gap: 6px;
  margin-bottom: 7px;
}

.ath-fundingLearners__contact {
  padding: 6px 7px;
  border-radius: 6px;
  background: #f2f6fa;
}

.ath-fundingLearners__contact strong,
.ath-fundingLearners__contact span {
  display: block;
}

.ath-fundingLearners__contact strong {
  margin-bottom: 2px;
  color: var(--athfund-ink);
  font-size: 7px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ath-fundingLearners__career {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
}

.ath-fundingLearners__career > div {
  min-width: 0;
  padding: 6px 7px;
  border-radius: 6px;
  background: #f2f6fa;
}

.ath-fundingLearners__career dt,
.ath-fundingLearners__career dd {
  overflow-wrap: anywhere;
  margin: 0;
}

.ath-fundingLearners__career dt {
  color: var(--athfund-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ath-fundingLearners__career dd {
  margin-top: 2px;
  color: var(--athfund-ink);
  font-size: 8px;
  line-height: 1.35;
}

.ath-fundingLearners__resume {
  width: max-content;
  color: var(--athfund-blue);
  font-size: 8px;
  font-weight: 800;
}

.ath-fundingOps {
  margin-top: 10px;
  border: 1px solid #ccd9e6;
  border-radius: 9px;
  background: #f8fbfe;
}

.ath-fundingOps > summary,
.ath-fundingBuilder > summary {
  cursor: pointer;
  list-style: none;
}

.ath-fundingOps > summary {
  padding: 9px 11px;
  color: var(--athfund-navy);
  font-size: 10px;
  font-weight: 800;
}

.ath-fundingOps > summary::-webkit-details-marker,
.ath-fundingBuilder > summary::-webkit-details-marker {
  display: none;
}

.ath-fundingOps__body {
  display: grid;
  gap: 8px;
  padding: 0 9px 9px;
}

.ath-fundingBuilder > summary {
  position: relative;
  padding: 12px 38px 12px 13px;
  background: linear-gradient(180deg, #fff, #f8fbfe);
}

.ath-fundingBuilder > summary::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "+";
  color: var(--athfund-blue);
  font-size: 20px;
  transform: translateY(-50%);
}

.ath-fundingBuilder[open] > summary::after {
  content: "−";
}

.ath-fundingBuilder[open] > summary {
  border-bottom: 1px solid var(--athfund-line);
}

.ath-fundingForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 11px;
}

.ath-fundingForm--compact {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
  padding: 0;
}

.ath-fundingForm__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.ath-fundingField {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ath-fundingField > span,
.ath-fundingScope legend {
  color: #52647b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.ath-fundingField input,
.ath-fundingField select,
.ath-fundingField textarea {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  margin: 0;
  padding: 7px 8px;
  border: 1px solid #cbd8e5;
  border-radius: 7px;
  color: var(--athfund-ink);
  background: #fff;
  font: inherit;
  font-size: 10px;
  box-sizing: border-box;
}

.ath-fundingField textarea {
  min-height: 70px;
  line-height: 1.4;
  resize: vertical;
}

.ath-fundingField input:focus,
.ath-fundingField select:focus,
.ath-fundingField textarea:focus {
  border-color: var(--athfund-blue);
  outline: 2px solid rgba(23, 105, 170, .12);
}

.ath-fundingField--wide {
  grid-column: 1 / -1;
}

.ath-fundingScope {
  min-width: 0;
  margin: 0;
  padding: 9px;
  border: 1px solid #dce5ee;
  border-radius: 9px;
  background: #f8fafc;
}

.ath-fundingScope legend {
  padding: 0 4px;
}

.ath-fundingScope legend small {
  color: #8a98a9;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.ath-fundingScope--internship {
  border-color: #c9dfdc;
  background: linear-gradient(135deg, #f4fbfa, #f7faff);
}

.ath-fundingScope__help {
  margin: 0 0 8px;
  color: var(--athfund-muted);
  font-size: 9px;
  line-height: 1.4;
}

.ath-fundingChecks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.ath-fundingCheck {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  padding: 8px;
  border: 1px solid #d7e2ec;
  border-radius: 8px;
  background: #fbfdff;
}

.ath-fundingCheck input {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.ath-fundingCheck span,
.ath-fundingCheck strong,
.ath-fundingCheck small {
  display: block;
}

.ath-fundingCheck strong {
  color: var(--athfund-ink);
  font-size: 9px;
}

.ath-fundingCheck small {
  margin-top: 2px;
  color: var(--athfund-muted);
  font-size: 8px;
  line-height: 1.35;
}

.ath-fundingEstimate {
  padding: 8px 9px;
  border-radius: 8px;
  color: #34516d;
  background: #edf6fb;
  font-size: 9px;
  line-height: 1.4;
}

.ath-fundingButton {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid #b9cadb;
  border-radius: 7px;
  color: var(--athfund-navy);
  background: #fff;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.ath-fundingButton:hover,
.ath-fundingButton:focus {
  border-color: var(--athfund-blue);
  color: #fff;
  background: var(--athfund-blue);
}

.ath-fundingButton--primary {
  border-color: var(--athfund-navy);
  color: #fff;
  background: linear-gradient(135deg, var(--athfund-navy), var(--athfund-blue));
}

.ath-fundingNotice {
  margin-bottom: 9px;
  padding: 9px 11px;
  border: 1px solid #bce5d7;
  border-radius: 8px;
  color: #076b58;
  background: #ecfaf5;
  font-size: 10px;
  font-weight: 700;
}

.ath-fundingNotice.is-error {
  border-color: #efc8c8;
  color: #9b2c2c;
  background: #fff3f3;
}

.ath-funding__empty {
  display: grid;
  justify-items: start;
  gap: 5px;
  margin: 10px;
  padding: 16px;
  border: 1px dashed #c7d6e5;
  border-radius: 10px;
  color: var(--athfund-muted);
  background: #f8fbfe;
  font-size: 10px;
}

.ath-funding__empty strong {
  color: var(--athfund-ink);
  font-size: 12px;
}

.ath-fundingStudent {
  overflow: hidden;
  border: 1px solid #d7e4ef;
  border-radius: 13px;
  background: #fff;
}

.ath-fundingStudent__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 13px 14px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 215, 125, .2), transparent 35%),
    linear-gradient(135deg, #143558, #0f776f);
}

.ath-fundingStudent__head span,
.ath-fundingStudent__head h3,
.ath-fundingStudent__head p,
.ath-fundingStudent__head strong,
.ath-fundingStudent__head small {
  display: block;
  margin: 0;
  color: inherit;
}

.ath-fundingStudent__head span {
  opacity: .75;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ath-fundingStudent__head h3 {
  margin-top: 2px;
  font-size: 15px;
}

.ath-fundingStudent__head p {
  max-width: 520px;
  margin-top: 4px;
  opacity: .8;
  font-size: 9px;
  line-height: 1.4;
}

.ath-fundingStudent__head > strong {
  flex: 0 0 auto;
  font-size: 16px;
  text-align: right;
}

.ath-fundingStudent__head small {
  opacity: .7;
  font-size: 8px;
  font-weight: 600;
}

.ath-fundingStudent__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid #e4ebf2;
  background: #e4ebf2;
}

.ath-fundingStudent__stats span {
  padding: 8px 10px;
  color: var(--athfund-muted);
  background: #f8fafc;
  font-size: 8px;
}

.ath-fundingStudent__stats strong {
  display: block;
  color: var(--athfund-ink);
  font-size: 11px;
}

.ath-fundingStudent__awards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 10px;
}

.ath-fundingStudent__award {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 9px;
  border: 1px solid #dde7f0;
  border-radius: 9px;
}

.ath-fundingStudent__award img,
.ath-fundingStudent__monogram {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: contain;
  background: #edf4f8;
}

.ath-fundingStudent__monogram {
  display: grid;
  place-items: center;
  color: var(--athfund-blue);
  font-size: 14px;
  font-weight: 900;
}

.ath-fundingStudent__award div,
.ath-fundingStudent__award strong,
.ath-fundingStudent__award span,
.ath-fundingStudent__award small {
  display: block;
  min-width: 0;
}

.ath-fundingStudent__award strong {
  overflow: hidden;
  color: var(--athfund-ink);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ath-fundingStudent__award span,
.ath-fundingStudent__award small {
  margin-top: 2px;
  color: var(--athfund-muted);
  font-size: 8px;
  line-height: 1.3;
}

.ath-fundingStudent__award > mark {
  color: var(--athfund-teal);
  background: transparent;
  font-size: 11px;
  font-weight: 900;
}

.ath-fundingConsent {
  display: grid;
  gap: 10px;
  margin: 0 10px 10px;
  padding: 9px;
  border: 1px solid #d9e4ee;
  border-radius: 9px;
  background: #f8fbfe;
}

.ath-fundingConsent__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  flex: 1 1 auto;
}

.ath-fundingConsent__choices > label {
  display: flex;
  min-width: 0;
  gap: 7px;
  align-items: flex-start;
  padding: 7px;
  border: 1px solid #dfe8f0;
  border-radius: 7px;
  background: #fff;
}

.ath-fundingConsent__agreement {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 9px;
  border: 1px solid #bfdad6;
  border-radius: 8px;
  background: linear-gradient(135deg, #f1faf8, #f6f9fd);
}

.ath-fundingConsent__fineprint {
  margin: 0;
  color: var(--athfund-muted);
  font-size: 8px;
  line-height: 1.4;
}

.ath-fundingConsent > label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.ath-fundingConsent input {
  margin-top: 2px;
}

.ath-fundingConsent span,
.ath-fundingConsent strong,
.ath-fundingConsent small {
  display: block;
}

.ath-fundingConsent strong {
  color: var(--athfund-ink);
  font-size: 9px;
}

.ath-fundingConsent small {
  margin-top: 2px;
  color: var(--athfund-muted);
  font-size: 8px;
  line-height: 1.35;
}

.ath-fundingConsent button {
  justify-self: end;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid var(--athfund-navy);
  border-radius: 7px;
  color: #fff;
  background: var(--athfund-navy);
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}

.ath-fundingOpportunities {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--athfund-line);
  border-radius: 14px;
  color: var(--athfund-ink);
  background: #fff;
  box-shadow: 0 9px 28px rgba(16, 35, 63, .07);
}

.ath-fundingOpportunities > header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 16px;
  border-bottom: 1px solid var(--athfund-line);
  background: linear-gradient(135deg, #f8fbfe, #eef8f6);
}

.ath-fundingOpportunities > header span,
.ath-fundingOpportunity > header span,
.ath-fundingApplicants > header span {
  display: block;
  color: var(--athfund-teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ath-fundingOpportunities h3,
.ath-fundingOpportunity h4 {
  margin: 3px 0 0;
  color: var(--athfund-ink);
}

.ath-fundingOpportunities h3 {
  font-size: 16px;
}

.ath-fundingOpportunities > header p,
.ath-fundingOpportunity > header p {
  margin: 4px 0 0;
  color: var(--athfund-muted);
  font-size: 10px;
  line-height: 1.4;
}

.ath-fundingOpportunities > header > mark,
.ath-fundingOpportunity > header > mark,
.ath-fundingApplicants > header > mark {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--athfund-navy);
  background: #e7f1f8;
  font-size: 9px;
  font-weight: 800;
}

.ath-fundingOpportunities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
}

.ath-fundingOpportunity {
  min-width: 0;
  padding: 12px;
  border: 1px solid #dce6ef;
  border-radius: 11px;
  background: #fff;
}

.ath-fundingOpportunity > header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.ath-fundingOpportunity h4 {
  font-size: 14px;
  line-height: 1.25;
}

.ath-fundingOpportunity__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.ath-fundingOpportunity__facts span {
  min-width: 0;
  padding: 7px;
  border-radius: 7px;
  background: var(--athfund-soft);
}

.ath-fundingOpportunity__facts small,
.ath-fundingOpportunity__facts strong {
  display: block;
}

.ath-fundingOpportunity__facts small {
  color: var(--athfund-muted);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.ath-fundingOpportunity__facts strong {
  overflow: hidden;
  margin-top: 2px;
  color: var(--athfund-ink);
  font-size: 10px;
  text-overflow: ellipsis;
}

.ath-fundingOpportunity__message,
.ath-fundingOpportunity__access {
  margin: 9px 0 0;
  padding: 8px;
  border-left: 3px solid var(--athfund-gold);
  color: var(--athfund-muted);
  background: #fffbf3;
  font-size: 9px;
  line-height: 1.45;
}

.ath-fundingOpportunity__apply {
  margin-top: 10px;
  border: 1px solid #cedde9;
  border-radius: 9px;
  background: #f8fbfe;
}

.ath-fundingOpportunity__apply > summary {
  padding: 9px 10px;
  color: var(--athfund-blue);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.ath-fundingOpportunity__status {
  margin-top: 10px;
  padding: 9px;
  border: 1px solid #d6e2ed;
  border-radius: 8px;
  color: var(--athfund-muted);
  background: #f5f8fb;
  font-size: 9px;
}

.ath-fundingOpportunity__status strong,
.ath-fundingOpportunity__status span {
  display: block;
}

.ath-fundingOpportunity__status strong {
  color: var(--athfund-ink);
  font-size: 10px;
}

.ath-fundingOpportunity__status.is-accepted {
  border-color: #b8dfd3;
  background: #edf9f5;
}

.ath-fundingOpportunity__status p {
  margin: 5px 0 0;
}

.ath-fundingOpportunity > footer {
  margin-top: 9px;
  color: var(--athfund-muted);
  font-size: 8px;
  line-height: 1.35;
}

.ath-fundingApplicants,
.ath-fundingApplicants__empty {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #edf1f5;
}

.ath-fundingApplicants__empty {
  color: var(--athfund-muted);
  font-size: 9px;
  text-align: center;
}

.ath-fundingApplicants > header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.ath-fundingApplicants > header strong {
  display: block;
  margin-top: 2px;
  color: var(--athfund-ink);
  font-size: 11px;
}

.ath-fundingApplicants__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 7px;
}

.ath-fundingApplicants__grid > article {
  min-width: 0;
  padding: 9px;
  border: 1px solid #dde7ef;
  border-radius: 9px;
  background: #fbfdff;
}

.ath-fundingApplicants__grid article > header {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
}

.ath-fundingApplicants__grid article > header strong,
.ath-fundingApplicants__grid article > header span {
  display: block;
}

.ath-fundingApplicants__grid article > header strong {
  color: var(--athfund-ink);
  font-size: 11px;
}

.ath-fundingApplicants__grid article > header span {
  color: var(--athfund-muted);
  font-size: 7px;
}

.ath-fundingApplicants__grid article > header mark {
  padding: 4px 6px;
  border-radius: 999px;
  color: #36526f;
  background: #edf3f8;
  font-size: 7px;
  font-weight: 800;
}

.ath-fundingApplicants__grid blockquote {
  margin: 7px 0;
  padding: 7px;
  border-left: 3px solid var(--athfund-teal);
  color: var(--athfund-muted);
  background: #f3f8f8;
  font-size: 8px;
  line-height: 1.45;
}

.ath-fundingApplicants__availability,
.ath-fundingApplicants__note {
  margin: 6px 0;
  color: var(--athfund-muted);
  font-size: 8px;
}

.ath-fundingApplicants__grid dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 7px 0;
}

.ath-fundingApplicants__grid dl > div {
  min-width: 0;
  padding: 5px 6px;
  border-radius: 6px;
  background: #f1f5f9;
}

.ath-fundingApplicants__grid dt,
.ath-fundingApplicants__grid dd {
  overflow-wrap: anywhere;
  margin: 0;
}

.ath-fundingApplicants__grid dt {
  color: var(--athfund-muted);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.ath-fundingApplicants__grid dd {
  margin-top: 2px;
  color: var(--athfund-ink);
  font-size: 8px;
}

.ath-fundingApplicants__resume {
  color: var(--athfund-blue);
  font-size: 8px;
  font-weight: 800;
}

.ath-fundingApplicants__review {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e4eaf0;
}

.ath-fundingApplicants__review .ath-fundingForm {
  padding: 0;
}

.ath-fundingApplicants__foot {
  margin: 7px 0 0;
  color: var(--athfund-muted);
  font-size: 8px;
  line-height: 1.4;
}

.ath-fundingSponsorStrip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid #d5e2ee;
  border-radius: 13px;
  background: linear-gradient(135deg, #f8fbfe, #eef8f6);
}

.ath-fundingSponsorStrip__label {
  grid-row: 1 / span 2;
  color: var(--athfund-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ath-fundingSponsorStrip > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ath-fundingSponsorStrip a,
.ath-fundingSponsorStrip > div > span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--athfund-ink);
  font-size: 11px;
  text-decoration: none;
}

.ath-fundingSponsorStrip img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: contain;
  background: #fff;
}

.ath-fundingSponsorStrip p {
  margin: 0;
  color: var(--athfund-muted);
  font-size: 9px;
}

@media (max-width: 900px) {
  .ath-fundingMetrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ath-funding__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ath-funding__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ath-fundingMetrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-fundingMetrics > div:last-child {
    grid-column: 1 / -1;
  }

  .ath-funding__aside,
  .ath-fundingForm__grid,
  .ath-fundingChecks,
  .ath-fundingLearners__grid,
  .ath-fundingInternship > div,
  .ath-fundingLearners__career,
  .ath-fundingConsent__choices,
  .ath-fundingOpportunities__grid,
  .ath-fundingApplicants__grid,
  .ath-fundingApplicants__grid dl,
  .ath-fundingStudent__awards,
  .ath-fundingAdoption__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ath-fundingAgreement > header,
  .ath-fundingPortfolio > header {
    display: grid;
  }

  .ath-fundingAdoption > header,
  .ath-fundingAdoption article > header,
  .ath-fundingAdoption__action {
    display: grid;
  }

  .ath-fundingAgreement__badges {
    justify-content: flex-start;
  }

  .ath-fundingAgreement__money {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-fundingForm--compact {
    grid-template-columns: minmax(0, 1fr);
  }

  .ath-fundingStudent__head {
    display: grid;
  }

  .ath-fundingStudent__head > strong {
    text-align: left;
  }

  .ath-fundingStudent__award {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .ath-fundingStudent__award > mark {
    grid-column: 2;
  }

  .ath-fundingConsent {
    display: grid;
  }

  .ath-fundingConsent button,
  .ath-fundingButton {
    width: 100%;
    min-height: 40px;
  }

  .ath-fundingSponsorStrip {
    grid-template-columns: minmax(0, 1fr);
  }

  .ath-fundingSponsorStrip__label {
    grid-row: auto;
  }
}

@media (max-width: 380px) {
  .ath-fundingMetrics,
  .ath-fundingAgreement__money,
  .ath-fundingStudent__stats,
  .ath-fundingLearners__progress,
  .ath-fundingOpportunity__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .ath-fundingAdoption__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .ath-fundingMetrics > div:last-child {
    grid-column: auto;
  }
}
