/* MyDebtLens public consumer debt hub + category maps - JUN27-65 */
.mdl-consumer-debt-page .mdl-data-hero p { max-width: 1100px; }
.mdl-consumer-debt-page .mdl-consumer-debt-intro {
  margin: 8px auto 22px;
}
.mdl-consumer-debt-page .mdl-consumer-debt-intro p {
  margin: 0;
  color: #42516a;
  font-size: 16px;
  line-height: 1.7;
  max-width: 1120px;
}
.mdl-consumer-debt-page .mdl-hub-overview {
  margin: 22px auto 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,33,55,.1);
}
.mdl-consumer-debt-page .mdl-hub-overview h2,
.mdl-consumer-debt-page .mdl-hub-sections h2 {
  margin: 0;
  color: #0d1e30;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.mdl-consumer-debt-page .mdl-hub-overview p,
.mdl-consumer-debt-page .mdl-hub-sections > p {
  margin: 8px 0 0;
  color: #66758c;
  font-size: 14.5px;
  line-height: 1.58;
  max-width: 980px;
}
.mdl-consumer-debt-page .mdl-hub-summary-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 0;
}
.mdl-consumer-debt-page .mdl-hub-summary-line strong {
  color: #0d1e30;
  font-size: clamp(34px, 5vw, 54px);
  line-height: .95;
  letter-spacing: -.055em;
}
.mdl-consumer-debt-page .mdl-hub-summary-line span {
  color: #66758c;
  font-size: 13px;
  font-weight: 750;
}
.mdl-consumer-debt-page .mdl-hub-categories {
  margin: 20px auto 42px;
}
.mdl-consumer-debt-page .mdl-hub-category {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(340px, .68fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(15,33,55,.1);
}
.mdl-consumer-debt-page .mdl-hub-category:first-child { border-top: 0; }
.mdl-consumer-debt-page .mdl-hub-category h3 {
  margin: 0;
  color: #0d1e30;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.mdl-consumer-debt-page .mdl-hub-category p {
  margin: 10px 0 0;
  color: #42516a;
  font-size: 15.5px;
  line-height: 1.72;
}
.mdl-consumer-debt-page .mdl-hub-category-note {
  display: block;
  margin-top: 10px;
  color: #66758c;
  font-size: 13px;
  line-height: 1.5;
}
.mdl-consumer-debt-page .mdl-hub-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: #0d1e30;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}
.mdl-consumer-debt-page .mdl-hub-link:hover { opacity: .74; }
.mdl-consumer-debt-page .mdl-hub-visual {
  min-width: 0;
  display: grid;
  gap: 16px;
}
.mdl-consumer-debt-page .mdl-hub-bar-row {
  display: grid;
  gap: 7px;
}
.mdl-consumer-debt-page .mdl-hub-bar-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.mdl-consumer-debt-page .mdl-hub-bar-head span {
  color: #66758c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.1;
  text-transform: uppercase;
}
.mdl-consumer-debt-page .mdl-hub-bar-head strong {
  color: #0d1e30;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.035em;
}
.mdl-consumer-debt-page .mdl-hub-bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15,33,55,.08);
}
.mdl-consumer-debt-page .mdl-hub-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(13,30,48,.84), rgba(88,199,191,.75));
}

.mdl-consumer-debt-page .mdl-hub-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.mdl-consumer-debt-page .mdl-hub-stat {
  min-width: 0;
  padding: 16px 16px 15px;
  border: 1px solid rgba(15,33,55,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.46);
}
.mdl-consumer-debt-page .mdl-hub-stat span {
  display: block;
  margin-bottom: 8px;
  color: #66758c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.15;
  text-transform: uppercase;
}
.mdl-consumer-debt-page .mdl-hub-stat strong {
  display: block;
  color: #0d1e30;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: .98;
  letter-spacing: -.045em;
}
.mdl-consumer-debt-page .mdl-hub-stat small {
  display: block;
  margin-top: 9px;
  color: #66758c;
  font-size: 12.5px;
  line-height: 1.35;
}

.mdl-consumer-debt-page .mdl-hub-small-source {
  margin-top: 4px;
  color: #66758c;
  font-size: 12px;
  line-height: 1.45;
}
.mdl-consumer-debt-page .mdl-hub-small-source a { color: inherit; }
.mdl-consumer-debt-page .mdl-credit-map-controls { align-items: flex-start; }
.mdl-consumer-debt-page .mdl-credit-market-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.mdl-consumer-debt-page .mdl-credit-market-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(15,33,55,.16);
  border-radius: 999px;
  color: #0d1e30;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
  background: rgba(255,255,255,.64);
}
.mdl-consumer-debt-page .mdl-credit-market-nav a[aria-current="page"] {
  background: #0d1e30;
  color: #fff;
}
.mdl-consumer-debt-page .mdl-credit-map-card .mdl-data-map-body { grid-template-columns: minmax(0, 1fr) 270px; }
.mdl-consumer-debt-page .mdl-credit-map-status-note {
  margin: 7px 0 0;
  color: #66758c;
  font-size: 12.5px;
  line-height: 1.5;
}
.mdl-consumer-debt-page .mdl-credit-chart-section {
  margin: 34px auto 42px;
  border-top: 1px solid rgba(15, 33, 55, .1);
  padding-top: 22px;
}
.mdl-consumer-debt-page .mdl-credit-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}
.mdl-consumer-debt-page .mdl-credit-chart-head h2,
.mdl-consumer-debt-page .mdl-credit-reading h2 {
  margin: 0;
  color: #0d1e30;
  font-size: 25px;
  letter-spacing: -.025em;
}
.mdl-consumer-debt-page .mdl-credit-chart-head p {
  margin: 6px 0 0;
  color: #66758c;
  font-size: 14px;
  line-height: 1.5;
  max-width: 860px;
}
.mdl-consumer-debt-page .mdl-credit-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.mdl-consumer-debt-page .mdl-credit-chart-card { min-width: 0; }
.mdl-consumer-debt-page .mdl-credit-chart-card h3 {
  margin: 0 0 6px;
  color: #0d1e30;
  font-size: 17px;
  letter-spacing: -.02em;
}
.mdl-consumer-debt-page .mdl-credit-chart-card p {
  margin: 0 0 12px;
  color: #66758c;
  font-size: 12.5px;
  line-height: 1.42;
}
.mdl-consumer-debt-page .mdl-credit-chart { width: 100%; height: 330px; }
.mdl-consumer-debt-page .mdl-credit-chart-scope-note,
.mdl-consumer-debt-page .mdl-credit-source {
  margin: 14px 0 0;
  color: #66758c;
  font-size: 13.5px;
  line-height: 1.55;
}
.mdl-consumer-debt-page .mdl-credit-source a { color: inherit; }
.mdl-consumer-debt-page .mdl-credit-reading {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 33, 55, .08);
}
.mdl-consumer-debt-page .mdl-credit-reading p {
  margin: 10px 0 0;
  color: #42516a;
  font-size: 15px;
  line-height: 1.7;
  max-width: 1040px;
}
.mdl-consumer-debt-page .mdl-credit-reading strong { color: #0d1e30; font-weight: 850; }
.mdl-consumer-debt-page .mdl-credit-student-split {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(15,33,55,.08);
}
.mdl-consumer-debt-page .mdl-credit-student-split[hidden] { display: none !important; }
.mdl-consumer-debt-page .mdl-credit-data-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  color: #66758c;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1040px) {
  .mdl-consumer-debt-page .mdl-hub-stat-grid { grid-template-columns: 1fr; }
  .mdl-consumer-debt-page .mdl-hub-category,
  .mdl-consumer-debt-page .mdl-credit-map-card .mdl-data-map-body { grid-template-columns: 1fr; }
}
@media (max-width: 920px) {
  .mdl-consumer-debt-page .mdl-credit-chart-head { flex-direction: column; }
  .mdl-consumer-debt-page .mdl-credit-chart-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .mdl-consumer-debt-page .mdl-hub-category { padding: 24px 0; }
  .mdl-consumer-debt-page .mdl-credit-chart { height: 310px; }
  .mdl-consumer-debt-page .mdl-hub-summary-line strong { font-size: 38px; }
}


/* JUN27-50 hub comparison chart refinement */
.mdl-consumer-debt-page .mdl-hub-chart-section {
  margin: 12px auto 14px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(15,33,55,.1);
  border-bottom: 1px solid rgba(15,33,55,.1);
}
.mdl-consumer-debt-page .mdl-hub-chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 12px;
}
.mdl-consumer-debt-page .mdl-hub-chart-head h2 {
  margin: 0;
  color: #0d1e30;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.mdl-consumer-debt-page .mdl-hub-chart-head p {
  margin: 0;
  max-width: 600px;
  color: #66758c;
  font-size: 13.5px;
  line-height: 1.45;
}
.mdl-consumer-debt-page .mdl-hub-comparison-chart {
  width: 100%;
  height: 320px;
  margin-top: 8px;
}
.mdl-consumer-debt-page .mdl-hub-category {
  grid-template-columns: minmax(0, .88fr) minmax(320px, .5fr);
  align-items: start;
}
.mdl-consumer-debt-page .mdl-hub-snapshot {
  display: grid;
  gap: 16px;
  margin: 4px 0 0;
  padding: 0;
}
.mdl-consumer-debt-page .mdl-hub-snapshot div {
  padding-left: 16px;
  border-left: 3px solid rgba(88,199,191,.78);
}
.mdl-consumer-debt-page .mdl-hub-snapshot dt {
  margin: 0 0 5px;
  color: #66758c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.15;
  text-transform: uppercase;
}
.mdl-consumer-debt-page .mdl-hub-snapshot dd {
  margin: 0;
  color: #0d1e30;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}
.mdl-consumer-debt-page .mdl-hub-snapshot small {
  display: block;
  margin-top: 7px;
  color: #66758c;
  font-size: 12px;
  line-height: 1.35;
}
@media (max-width: 900px) {
  .mdl-consumer-debt-page .mdl-hub-chart-head { display: block; }
  .mdl-consumer-debt-page .mdl-hub-chart-head p { margin-top: 8px; }
  .mdl-consumer-debt-page .mdl-hub-comparison-chart { height: 430px; }
  .mdl-consumer-debt-page .mdl-hub-category { grid-template-columns: 1fr; }
  .mdl-consumer-debt-page .mdl-hub-snapshot { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .mdl-consumer-debt-page .mdl-hub-snapshot { grid-template-columns: 1fr; }
}


/* JUN27-52 hub category mini chart correction */
.mdl-consumer-debt-page .mdl-hub-categories {
  margin-top: 26px;
}
.mdl-consumer-debt-page .mdl-hub-category {
  grid-template-columns: minmax(0, .9fr) minmax(360px, .58fr);
  align-items: center;
}
.mdl-consumer-debt-page .mdl-hub-chart-panel {
  min-width: 0;
}
.mdl-consumer-debt-page .mdl-hub-chart-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 6px;
}
.mdl-consumer-debt-page .mdl-hub-chart-caption strong {
  color: #0d1e30;
  font-size: 15px;
  letter-spacing: -.015em;
}
.mdl-consumer-debt-page .mdl-hub-chart-caption span {
  color: #66758c;
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}
.mdl-consumer-debt-page .mdl-hub-mini-chart {
  width: 100%;
  height: 235px;
}
.mdl-consumer-debt-page .mdl-hub-chart-note {
  margin: 4px 0 0;
  color: #42516a;
  font-size: 13px;
  line-height: 1.55;
}
.mdl-consumer-debt-page .mdl-hub-chart-note strong {
  color: #0d1e30;
  font-weight: 850;
}
@media (max-width: 900px) {
  .mdl-consumer-debt-page .mdl-hub-category { grid-template-columns: 1fr; }
  .mdl-consumer-debt-page .mdl-hub-chart-caption { display: block; }
  .mdl-consumer-debt-page .mdl-hub-chart-caption span { display: block; margin-top: 4px; text-align: left; }
  .mdl-consumer-debt-page .mdl-hub-mini-chart { height: 250px; }
}

/* JUN27-52: restore the two top pie charts while keeping per-category bar charts */
.mdl-consumer-debt-page .mdl-hub-pie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 58px);
  margin: 26px 0 4px;
  align-items: stretch;
}
.mdl-consumer-debt-page .mdl-hub-pie-chart {
  width: 100%;
  min-height: 300px;
  height: clamp(300px, 30vw, 380px);
  background: rgba(255,255,255,.52);
}
@media (max-width: 860px) {
  .mdl-consumer-debt-page .mdl-hub-pie-grid {
    grid-template-columns: 1fr;
  }
  .mdl-consumer-debt-page .mdl-hub-pie-chart {
    min-height: 300px;
  }
}


/* JUN27-53 hub polish: wider intro copy, clearer CTAs, compact visual source notice */
.mdl-consumer-debt-hub-page .mdl-data-hero p,
.mdl-consumer-debt-hub-page .mdl-consumer-debt-intro p,
.mdl-consumer-debt-hub-page .mdl-hub-overview p {
  max-width: 1320px;
  width: 100%;
}
.mdl-consumer-debt-hub-page .mdl-consumer-debt-intro {
  margin-top: 6px;
  margin-bottom: 24px;
}
.mdl-consumer-debt-hub-page .mdl-hub-overview {
  padding-top: 20px;
}
.mdl-consumer-debt-hub-page .mdl-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.mdl-consumer-debt-hub-page .mdl-hub-actions .mdl-hub-link {
  margin-top: 0;
}
.mdl-consumer-debt-hub-page .mdl-hub-link {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(15,33,55,.15);
  border-radius: 999px;
  background: #0d1e30;
  color: #fff;
  box-shadow: 0 8px 18px rgba(13,30,48,.08);
  line-height: 1;
}
.mdl-consumer-debt-hub-page .mdl-hub-link-secondary {
  background: rgba(255,255,255,.66);
  color: #0d1e30;
  box-shadow: none;
}
.mdl-consumer-debt-hub-page .mdl-hub-link:hover {
  opacity: .88;
}
.mdl-consumer-debt-hub-page .mdl-hub-visual-notice {
  margin: -18px auto 44px;
  padding-top: 16px;
  border-top: 1px solid rgba(15,33,55,.08);
  color: #66758c;
  font-size: 12.5px;
  line-height: 1.55;
}
.mdl-consumer-debt-hub-page .mdl-hub-visual-notice p {
  margin: 0;
}
.mdl-consumer-debt-hub-page .mdl-hub-visual-notice p + p {
  margin-top: 4px;
}
.mdl-consumer-debt-hub-page .mdl-hub-visual-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 680px) {
  .mdl-consumer-debt-hub-page .mdl-hub-actions {
    display: grid;
  }
  .mdl-consumer-debt-hub-page .mdl-hub-link {
    justify-content: center;
  }
}


/* JUN27-64: U.S.-focused editorial reading strip for Consumer Debt overview */
.mdl-consumer-debt-hub-page .mdl-hub-read-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 2px;
}
.mdl-consumer-debt-hub-page .mdl-hub-read-grid div {
  min-width: 0;
  padding: 15px 16px 14px;
  border: 1px solid rgba(15,33,55,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 14px 32px rgba(13,30,48,.045);
}
.mdl-consumer-debt-hub-page .mdl-hub-read-grid strong {
  display: block;
  color: #0d1e30;
  font-size: 14px;
  line-height: 1.2;
}
.mdl-consumer-debt-hub-page .mdl-hub-read-grid span {
  display: block;
  margin-top: 6px;
  color: #66758c;
  font-size: 12.8px;
  line-height: 1.45;
}
@media (max-width: 860px) {
  .mdl-consumer-debt-hub-page .mdl-hub-read-grid {
    grid-template-columns: 1fr;
  }
}


/* JUN27-65: category map data-story and market-context layer */
.mdl-consumer-debt-page .mdl-credit-story-section {
  margin: 22px auto 38px;
}
.mdl-consumer-debt-page .mdl-credit-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: 16px;
  align-items: stretch;
}
.mdl-consumer-debt-page .mdl-credit-story-card,
.mdl-consumer-debt-page .mdl-credit-market-context,
.mdl-consumer-debt-page .mdl-credit-faq article {
  border: 1px solid rgba(15,33,55,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 16px 36px rgba(13,30,48,.045);
}
.mdl-consumer-debt-page .mdl-credit-story-card {
  padding: 22px 24px;
}
.mdl-consumer-debt-page .mdl-credit-story-card-primary {
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(234,246,244,.62));
}
.mdl-consumer-debt-page .mdl-credit-story-kicker {
  display: inline-block;
  margin-bottom: 9px;
  color: #0d5f73;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mdl-consumer-debt-page .mdl-credit-story-card h2,
.mdl-consumer-debt-page .mdl-credit-market-context h2,
.mdl-consumer-debt-page .mdl-credit-faq h2 {
  margin: 0;
  color: #0d1e30;
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.mdl-consumer-debt-page .mdl-credit-story-card p,
.mdl-consumer-debt-page .mdl-credit-market-context p,
.mdl-consumer-debt-page .mdl-credit-faq p {
  margin: 10px 0 0;
  color: #42516a;
  font-size: 15px;
  line-height: 1.68;
}
.mdl-consumer-debt-page .mdl-credit-story-card strong,
.mdl-consumer-debt-page .mdl-credit-story-card span span {
  color: #0d1e30;
  font-weight: 900;
}
.mdl-consumer-debt-page .mdl-credit-market-context {
  margin-top: 16px;
  padding: 22px 24px 24px;
}
.mdl-consumer-debt-page .mdl-credit-context-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.mdl-consumer-debt-page .mdl-credit-context-note {
  min-width: 0;
  padding: 16px 16px 15px;
  border: 1px solid rgba(15,33,55,.09);
  border-radius: 14px;
  background: rgba(250,247,242,.62);
}
.mdl-consumer-debt-page .mdl-credit-context-note h3,
.mdl-consumer-debt-page .mdl-credit-faq h3 {
  margin: 0;
  color: #0d1e30;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.mdl-consumer-debt-page .mdl-credit-context-note p,
.mdl-consumer-debt-page .mdl-credit-faq article p {
  font-size: 13.8px;
  line-height: 1.58;
}
.mdl-consumer-debt-page .mdl-credit-context-source {
  color: #66758c !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.mdl-consumer-debt-page .mdl-credit-context-source a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mdl-consumer-debt-page #mdl-credit-context-disclaimer {
  margin-top: 14px;
  color: #66758c;
  font-size: 13px;
}
.mdl-consumer-debt-page .mdl-credit-faq {
  margin-top: 20px;
}
.mdl-consumer-debt-page .mdl-credit-faq h2 {
  margin-bottom: 12px;
}
.mdl-consumer-debt-page .mdl-credit-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.mdl-consumer-debt-page .mdl-credit-faq article {
  padding: 16px;
  box-shadow: none;
}
@media (max-width: 980px) {
  .mdl-consumer-debt-page .mdl-credit-story-grid,
  .mdl-consumer-debt-page .mdl-credit-context-list,
  .mdl-consumer-debt-page .mdl-credit-faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .mdl-consumer-debt-page .mdl-credit-story-card,
  .mdl-consumer-debt-page .mdl-credit-market-context {
    padding: 18px;
  }
}


/* JUN27-86 chart button alignment + animated reorderable history chart controls */
.mdl-consumer-debt-page .mdl-credit-chart-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 28px;
}
.mdl-consumer-debt-page .mdl-credit-chart-card {
  position: relative;
  min-width: min(100%, 360px);
  flex: 1 1 calc(50% - 14px);
  max-width: calc(50% - 14px);
  padding-top: 2px;
  transition: flex-basis 380ms cubic-bezier(.2,.8,.2,1), max-width 380ms cubic-bezier(.2,.8,.2,1), transform 380ms cubic-bezier(.2,.8,.2,1), opacity 260ms ease;
  will-change: flex-basis, max-width;
}
.mdl-consumer-debt-page .mdl-credit-chart-size-button {
  appearance: none;
  position: absolute;
  z-index: 3;
  top: 52px;
  right: -2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 33, 55, .28);
  border-radius: 999px;
  background: transparent;
  color: #0d1e30;
  font: 800 11px Outfit, sans-serif;
  letter-spacing: .01em;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.mdl-consumer-debt-page .mdl-credit-chart-size-button:hover,
.mdl-consumer-debt-page .mdl-credit-chart-size-button:focus-visible {
  background: rgba(255,255,255,.88);
  border-color: rgba(15, 33, 55, .38);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(15,33,55,.05);
  outline: none;
}
.mdl-consumer-debt-page .mdl-credit-chart-action-icon { display: inline-flex; width: 14px; height: 14px; }
.mdl-consumer-debt-page .mdl-credit-chart-action-icon svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2.15; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mdl-consumer-debt-page .mdl-credit-chart-card h3 {
  padding-right: 86px;
}
.mdl-consumer-debt-page .mdl-credit-chart {
  transition: height 380ms cubic-bezier(.2,.8,.2,1), min-height 380ms cubic-bezier(.2,.8,.2,1);
  will-change: height;
}
.mdl-consumer-debt-page .mdl-credit-chart-grid.has-expanded-chart {
  align-items: flex-start;
}
.mdl-consumer-debt-page .mdl-credit-chart-card.is-expanded {
  order: 1;
  flex-basis: 100%;
  max-width: 100%;
  z-index: 1;
}
.mdl-consumer-debt-page .mdl-credit-chart-card.is-companion {
  order: 2;
  flex-basis: calc(50% - 14px);
  max-width: calc(50% - 14px);
  opacity: .98;
}
.mdl-consumer-debt-page .mdl-credit-chart-card.is-expanded .mdl-credit-chart {
  height: min(560px, 52vw);
  min-height: 440px;
}
@media (max-width: 780px) {
  .mdl-consumer-debt-page .mdl-credit-chart-card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .mdl-consumer-debt-page .mdl-credit-chart-size-button { position: static; margin: 2px 0 10px; }
  .mdl-consumer-debt-page .mdl-credit-chart-card h3 { padding-right: 0; }
  .mdl-consumer-debt-page .mdl-credit-chart-card.is-expanded .mdl-credit-chart { height: 420px; min-height: 360px; }
}
@media (prefers-reduced-motion: reduce) {
  .mdl-consumer-debt-page .mdl-credit-chart-card,
  .mdl-consumer-debt-page .mdl-credit-chart,
  .mdl-consumer-debt-page .mdl-credit-chart-size-button {
    transition: none;
  }
}


/* JUN27-73 visual evidence flow + tighter category-page spacing */
.mdl-consumer-debt-category-page .mdl-data-hero {
  padding: 54px 0 20px;
}
.mdl-consumer-debt-category-page .mdl-data-hero h1 {
  margin: 14px 0 10px;
}
.mdl-consumer-debt-category-page .mdl-data-hero p {
  max-width: 1040px;
  line-height: 1.48;
}
.mdl-consumer-debt-category-page .mdl-data-map-section {
  margin: 14px auto 18px;
}
.mdl-consumer-debt-category-page .mdl-credit-map-card {
  padding: 22px;
}
.mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-map-head {
  padding-bottom: 12px;
}
.mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-map-head h2 {
  font-size: 25px;
}
.mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-map-head p {
  margin-top: 6px;
}
.mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-map-body {
  gap: 18px;
}
.mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-chart {
  height: 660px;
  margin-top: 0;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-section {
  margin: 18px auto 24px;
  padding-top: 0;
  border-top: 0;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-head {
  margin-bottom: 14px;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-head h2 {
  font-size: 24px;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-head p {
  margin-top: 4px;
  max-width: 760px;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-grid {
  gap: 22px;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-card p {
  margin-bottom: 8px;
}
.mdl-consumer-debt-category-page .mdl-credit-chart {
  height: 305px;
}
.mdl-consumer-debt-category-page .mdl-credit-chart-scope-note {
  margin-top: 8px;
}
.mdl-consumer-debt-category-page .mdl-credit-story-section {
  margin-top: 28px;
}
.mdl-consumer-debt-category-page .mdl-credit-reading-section {
  margin-top: 26px;
  margin-bottom: 34px;
}
.mdl-consumer-debt-category-page .mdl-credit-reading {
  margin-top: 0;
}
@media (max-width: 980px) {
  .mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-chart {
    height: 540px;
  }
}
@media (max-width: 620px) {
  .mdl-consumer-debt-category-page .mdl-data-hero {
    padding-top: 42px;
  }
  .mdl-consumer-debt-category-page .mdl-credit-map-card .mdl-data-chart {
    height: 460px;
  }
}

/* JUN27-74 public-data nav-to-hero spacing normalization */
.mdl-consumer-debt-page .mdl-data-hero {
  padding: 54px 0 22px;
}
.mdl-consumer-debt-page .mdl-data-hero h1 {
  margin: 14px 0 10px;
}
.mdl-consumer-debt-page .mdl-data-hero p {
  line-height: 1.48;
}
.mdl-consumer-debt-category-page .mdl-data-hero {
  padding: 54px 0 20px;
}
@media (max-width: 620px) {
  .mdl-consumer-debt-page .mdl-data-hero,
  .mdl-consumer-debt-category-page .mdl-data-hero {
    padding-top: 42px;
  }
}


/* JUN27-83 selected-state story panels */
.mdl-consumer-debt-page .mdl-credit-state-story {
  margin: 12px 0 0;
  color: #0d1e30;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 650;
}
