.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pulse-product-hero {
  padding: 74px 0 82px;
  overflow: hidden;
  background: var(--pulse-ink);
  color: #fff;
}

.pulse-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .62fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: end;
}

.pulse-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 28px;
  color: #aeb5c8;
  font-size: 12px;
  font-weight: 700;
}

.pulse-product-breadcrumb a {
  color: var(--pulse-mint);
  text-decoration: none;
}

.pulse-product-breadcrumb span::before,
.pulse-product-breadcrumb b::before {
  margin-right: 9px;
  color: #596177;
  content: "/";
}

.pulse-product-breadcrumb b {
  color: #fff;
}

.pulse-product-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font: 800 clamp(50px, 6.4vw, 92px)/.94 var(--pulse-display);
  letter-spacing: -.065em;
}

.pulse-product-hero h1::after {
  width: 74px;
  height: 7px;
  display: block;
  margin-top: 28px;
  background: var(--pulse-mint);
  content: "";
}

.pulse-product-hero-grid > div > p {
  max-width: 740px;
  margin: 30px 0 0;
  color: #d0d5e3;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.52;
}

.pulse-product-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  align-items: center;
  margin-top: 32px;
}

.pulse-product-scope span {
  padding: 7px 10px;
  border: 1px solid rgba(112, 250, 216, .45);
  color: var(--pulse-mint);
  font-size: 11px;
  font-weight: 750;
}

.pulse-product-scope a {
  color: #fff;
  font-size: 12px;
  font-weight: 720;
}

.pulse-product-hero aside {
  padding: 30px 0 2px 28px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.pulse-product-hero aside span,
.pulse-tool-intro > span,
.pulse-product-reading article > span,
.pulse-product-reading aside > span,
.pulse-product-sources > div > span {
  color: var(--pulse-mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pulse-product-hero aside p {
  margin: 14px 0 0;
  color: #fff;
  font: 700 clamp(22px, 2.7vw, 34px)/1.15 var(--pulse-display);
  letter-spacing: -.04em;
}

.pulse-product-tool-section {
  padding: 88px 0 102px;
  background: #f1f4ff;
}

.pulse-tool-intro {
  max-width: 880px;
  margin-bottom: 44px;
}

.pulse-tool-intro > span,
.pulse-product-reading article > span,
.pulse-product-reading aside > span,
.pulse-product-sources > div > span {
  color: var(--pulse-blue);
}

.pulse-tool-intro h2,
.pulse-product-reading h2,
.pulse-product-sources h2 {
  margin: 10px 0 0;
  color: var(--pulse-ink);
  font: 800 clamp(34px, 4vw, 54px)/1.02 var(--pulse-display);
  letter-spacing: -.055em;
}

.pulse-tool-intro p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--pulse-muted);
  font-size: 15px;
}

.pulse-tool {
  overflow: hidden;
  border: 1px solid #cad3ed;
  background: #fff;
  box-shadow: 0 28px 70px rgba(30, 41, 100, .13);
}

.pulse-tool-layout {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
}

.pulse-tool-controls {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: clamp(28px, 4vw, 50px);
  border-right: 1px solid var(--pulse-line);
}

.pulse-tool-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: start;
  margin-top: 12px;
  padding-top: 27px;
  border-top: 1px solid var(--pulse-line);
}

.pulse-tool-step:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.pulse-tool-step > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--pulse-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.pulse-tool-step h2 {
  margin: 1px 0 0;
  color: var(--pulse-ink);
  font: 780 18px/1.15 var(--pulse-display);
  letter-spacing: -.025em;
}

.pulse-tool-step p {
  margin: 6px 0 0;
  color: var(--pulse-muted);
  font-size: 11px;
  line-height: 1.45;
}

.pulse-tool-field {
  display: grid;
  gap: 8px;
  color: var(--pulse-ink);
  font-size: 12px;
  font-weight: 720;
}

.pulse-tool-field > span {
  display: block;
}

.pulse-tool-field > small,
.pulse-local-note {
  color: var(--pulse-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.pulse-tool-field select,
.pulse-input-wrap,
.pulse-debt-row input {
  width: 100%;
  min-height: 51px;
  border: 1px solid #cbd2e3;
  border-radius: 0;
  background: #fff;
  color: var(--pulse-ink);
}

.pulse-tool-field select {
  padding: 12px 14px;
  cursor: pointer;
}

.pulse-input-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
}

.pulse-input-wrap b {
  padding-inline: 14px;
  color: var(--pulse-muted);
  font-size: 12px;
  white-space: nowrap;
}

.pulse-input-wrap input {
  width: 100%;
  min-width: 0;
  min-height: 49px;
  padding: 12px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pulse-ink);
  font-size: 15px;
  font-weight: 720;
}

.pulse-input-wrap:focus-within,
.pulse-tool-field select:focus,
.pulse-debt-row input:focus {
  border-color: var(--pulse-blue);
  box-shadow: inset 0 0 0 1px var(--pulse-blue);
}

.pulse-local-note {
  margin: 0;
  padding-top: 4px;
}

.pulse-tool-output {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 28px;
  padding: clamp(32px, 5vw, 64px);
  background: var(--pulse-ink);
  color: #fff;
}

.pulse-output-kicker {
  color: var(--pulse-mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pulse-output-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, .14);
}

.pulse-output-main--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pulse-output-main--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pulse-result-metric {
  min-width: 0;
  padding: 24px;
  background: #191d32;
}

.pulse-result-metric span,
.pulse-result-metric strong,
.pulse-result-metric small {
  display: block;
}

.pulse-result-metric span {
  color: #aeb5c8;
  font-size: 10px;
  font-weight: 700;
}

.pulse-result-metric strong {
  margin-top: 9px;
  color: #fff;
  font: 780 clamp(27px, 3.3vw, 44px)/1 var(--pulse-display);
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}

.pulse-output-main--three .pulse-result-metric strong {
  font-size: clamp(23px, 2.5vw, 34px);
}

.pulse-result-metric small {
  margin-top: 10px;
  color: #adb4c8;
  font-size: 10px;
  line-height: 1.4;
}

.pulse-value-timeline {
  display: grid;
}

.pulse-value-timeline > div {
  display: grid;
  grid-template-columns: 72px minmax(90px, 1fr) 78px minmax(100px, .9fr);
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.pulse-value-timeline > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.pulse-value-timeline span,
.pulse-value-timeline small {
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-value-timeline i,
.pulse-bank-clock i,
.pulse-waterfall i,
.pulse-pressure-shape i,
.pulse-date-line i {
  height: 5px;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
}

.pulse-value-timeline i b,
.pulse-bank-clock i span,
.pulse-waterfall i b,
.pulse-pressure-shape i b,
.pulse-date-line i b {
  height: 100%;
  display: block;
  background: var(--pulse-mint);
  transition: width .2s ease;
}

.pulse-value-timeline strong {
  color: #fff;
  font: 730 13px/1 var(--pulse-display);
  text-align: right;
}

.pulse-bank-clock {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.pulse-bank-clock > span {
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-bank-clock > div {
  display: grid;
}

.pulse-bank-clock > div > div {
  display: grid;
  grid-template-columns: 80px minmax(80px, 1fr) 54px 140px;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.pulse-bank-clock b,
.pulse-bank-clock strong {
  color: #fff;
  font-size: 11px;
}

.pulse-bank-clock small {
  color: #aeb5c8;
  font-size: 9px;
  text-align: right;
}

.pulse-result-action {
  min-height: 44px;
  justify-self: start;
  padding: 10px 16px;
  border: 1px solid rgba(112, 250, 216, .5);
  background: transparent;
  color: var(--pulse-mint);
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.pulse-result-action:hover {
  background: rgba(112, 250, 216, .08);
}

.pulse-explain-line {
  padding: 16px 18px;
  border-left: 3px solid var(--pulse-mint);
  background: rgba(255, 255, 255, .07);
  color: #c5cbd9;
  font-size: 11px;
  line-height: 1.55;
}

.pulse-runway-track {
  padding: 26px 0 10px;
}

.pulse-runway-track > div {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 11px;
}

.pulse-runway-track > i {
  position: relative;
  height: 18px;
  display: block;
  margin-top: 12px;
  background: rgba(255, 255, 255, .12);
}

.pulse-runway-track > i b {
  height: 100%;
  display: block;
  background: var(--pulse-mint);
}

.pulse-runway-track > i em {
  position: absolute;
  top: -7px;
  width: 2px;
  height: 32px;
  background: #ff8f73;
}

.pulse-runway-track > small {
  display: block;
  margin-top: 15px;
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-waterfall,
.pulse-pressure-shape,
.pulse-date-line {
  display: grid;
}

.pulse-waterfall > div,
.pulse-pressure-shape > div,
.pulse-date-line > div {
  display: grid;
  grid-template-columns: 140px 1fr 86px;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.pulse-waterfall span,
.pulse-pressure-shape span,
.pulse-date-line span {
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-waterfall strong,
.pulse-pressure-shape strong,
.pulse-date-line strong {
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.pulse-payoff-compare,
.pulse-stack-v-one {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}

.pulse-payoff-compare > div,
.pulse-stack-v-one > div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .15);
}

.pulse-payoff-compare span,
.pulse-stack-v-one span,
.pulse-payoff-compare strong,
.pulse-stack-v-one strong,
.pulse-payoff-compare small,
.pulse-stack-v-one small {
  display: block;
}

.pulse-payoff-compare span,
.pulse-stack-v-one span,
.pulse-payoff-compare small,
.pulse-stack-v-one small {
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-payoff-compare strong,
.pulse-stack-v-one strong {
  margin: 9px 0;
  color: #fff;
  font: 750 22px/1.05 var(--pulse-display);
  letter-spacing: -.035em;
}

.pulse-payoff-compare > i,
.pulse-stack-v-one > i {
  color: var(--pulse-mint);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}

.pulse-date-line i b.is-changed {
  background: #ff8f73;
}

.pulse-pay-stack {
  min-height: 96px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
}

.pulse-pay-stack > div {
  min-width: 0;
  display: grid;
  align-content: end;
  padding: 13px;
  color: var(--pulse-ink);
}

.pulse-pay-stack span,
.pulse-pay-stack strong {
  overflow: hidden;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pulse-pay-stack strong {
  font-size: 11px;
}

.pulse-stack-controls {
  gap: 14px;
}

.pulse-debt-row {
  display: grid;
  grid-template-columns: 100px repeat(4, minmax(62px, 1fr));
  gap: 7px;
  align-items: center;
}

.pulse-debt-row--head {
  color: var(--pulse-muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.pulse-debt-row > strong {
  color: var(--pulse-ink);
  font-size: 10px;
  line-height: 1.25;
}

.pulse-debt-row input {
  min-height: 42px;
  padding: 8px;
  font-size: 11px;
}

.pulse-round-distribution {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .14);
}

.pulse-round-distribution > div {
  padding: 24px;
  background: #191d32;
}

.pulse-round-distribution strong,
.pulse-round-distribution span {
  display: block;
}

.pulse-round-distribution strong {
  color: var(--pulse-mint);
  font: 800 36px/1 var(--pulse-display);
  letter-spacing: -.05em;
}

.pulse-round-distribution span {
  margin-top: 8px;
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-round-scale > div {
  position: relative;
  height: 104px;
  margin: 8px 26px 0;
}

.pulse-round-scale > div > i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, .24);
}

.pulse-round-scale b {
  position: absolute;
  top: 20px;
  display: grid;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  transform: translateX(-50%);
}

.pulse-round-scale b::after {
  width: 11px;
  height: 11px;
  margin: 9px auto 0;
  border: 2px solid var(--pulse-ink);
  border-radius: 50%;
  background: var(--pulse-mint);
  box-shadow: 0 0 0 1px var(--pulse-mint);
  content: "";
}

.pulse-round-scale b.is-needed {
  left: var(--needed);
}

.pulse-round-scale b.is-ask {
  top: 61px;
  left: var(--ask);
}

.pulse-round-scale b.is-ask::after {
  order: -1;
  margin: 0 auto 9px;
  background: #ff8f73;
  box-shadow: 0 0 0 1px #ff8f73;
}

.pulse-round-scale strong {
  font-size: 11px;
}

.pulse-round-scale p {
  margin: 12px 0 0;
  color: #aeb5c8;
  font-size: 10px;
}

.pulse-range-field {
  display: grid;
  gap: 9px;
}

.pulse-range-field > span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--pulse-ink);
  font-size: 12px;
  font-weight: 720;
}

.pulse-range-field output {
  color: var(--pulse-blue);
  font-weight: 800;
}

.pulse-range-field input {
  width: 100%;
  accent-color: var(--pulse-blue);
}

.pulse-product-reading,
.pulse-product-sources {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
}

.pulse-product-reading article p {
  max-width: 730px;
  margin: 22px 0 0;
  color: var(--pulse-muted);
  font-size: 16px;
}

.pulse-product-reading aside {
  padding: 30px;
  border-top: 6px solid var(--pulse-mint);
  background: var(--pulse-ink);
  color: #fff;
}

.pulse-product-reading aside > span {
  color: var(--pulse-mint);
}

.pulse-product-reading h3 {
  margin: 13px 0 0;
  color: #fff;
  font: 740 24px/1.22 var(--pulse-display);
  letter-spacing: -.035em;
}

.pulse-product-reading aside a {
  display: inline-block;
  margin-top: 24px;
  color: var(--pulse-mint);
  font-size: 12px;
  font-weight: 750;
}

.pulse-product-sources > div > p {
  max-width: 700px;
  color: var(--pulse-muted);
}

.pulse-product-sources ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: source;
}

.pulse-product-sources li {
  counter-increment: source;
  border-top: 1px solid var(--pulse-line);
}

.pulse-product-sources li:last-child {
  border-bottom: 1px solid var(--pulse-line);
}

.pulse-product-sources li a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  padding: 17px 0;
  color: var(--pulse-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.pulse-product-sources li a::before {
  color: var(--pulse-blue);
  content: counter(source, decimal-leading-zero);
}

.pulse-related-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #ced8f5;
  background: #ced8f5;
}

.pulse-related-products a {
  min-height: 280px;
  display: grid;
  align-content: start;
  padding: 28px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: background .16s ease, transform .16s ease;
}

.pulse-related-products a:hover {
  z-index: 1;
  background: #f9faff;
  transform: translateY(-3px);
}

.pulse-related-products a > span {
  color: var(--pulse-blue);
  font: 800 28px/1 var(--pulse-display);
}

.pulse-related-products small {
  margin-top: 40px;
  color: var(--pulse-muted);
  font-size: 10px;
  font-weight: 750;
}

.pulse-related-products h3 {
  margin: 8px 0 0;
  color: var(--pulse-ink);
  font: 780 24px/1.1 var(--pulse-display);
  letter-spacing: -.04em;
}

.pulse-related-products p {
  margin: 12px 0 0;
  color: var(--pulse-muted);
  font-size: 11px;
  line-height: 1.5;
}

.pulse-product-disclosure {
  padding: 68px 0;
  background: #fff;
}

.pulse-product-disclosure h2 {
  margin: 0;
  color: var(--pulse-ink);
  font: 780 25px/1.1 var(--pulse-display);
  letter-spacing: -.035em;
}

.pulse-product-disclosure p {
  margin: 14px 0 0;
  color: var(--pulse-muted);
  font-size: 12px;
}

.pulse-product-directory-heading {
  margin-bottom: 34px;
}

.pulse-product-directory {
  display: grid;
  border-top: 1px solid var(--pulse-line);
}

.pulse-product-directory > a {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--pulse-line);
  color: inherit;
  text-decoration: none;
}

.pulse-product-directory > a > span {
  color: var(--pulse-blue);
  font: 800 32px/1 var(--pulse-display);
  letter-spacing: -.05em;
}

.pulse-product-directory small {
  color: var(--pulse-muted);
  font-size: 10px;
  font-weight: 750;
}

.pulse-product-directory h3 {
  margin: 5px 0 0;
  color: var(--pulse-ink);
  font: 780 24px/1.12 var(--pulse-display);
  letter-spacing: -.04em;
}

.pulse-product-directory p {
  max-width: 760px;
  margin: 7px 0 0;
  color: var(--pulse-muted);
  font-size: 12px;
}

.pulse-product-directory > a > b {
  min-width: 94px;
  color: var(--pulse-blue);
  font-size: 11px;
  text-align: right;
}

.pulse-product-directory > a:hover h3,
.pulse-product-directory > a:focus-visible h3 {
  color: var(--pulse-blue);
}

@media (max-width: 1000px) {
  .pulse-product-hero-grid,
  .pulse-tool-layout,
  .pulse-product-reading,
  .pulse-product-sources {
    grid-template-columns: 1fr;
  }

  .pulse-product-hero aside {
    max-width: 640px;
  }

  .pulse-tool-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--pulse-line);
  }

  .pulse-tool-step,
  .pulse-local-note {
    grid-column: 1 / -1;
  }

  .pulse-related-products {
    grid-template-columns: 1fr;
  }

  .pulse-related-products a {
    min-height: 0;
  }

  .pulse-related-products small {
    margin-top: 24px;
  }
}

@media (max-width: 760px) {
  .pulse-product-hero {
    padding: 54px 0 60px;
  }

  .pulse-product-hero-grid {
    gap: 40px;
  }

  .pulse-product-hero h1 {
    font-size: clamp(45px, 15vw, 65px);
  }

  .pulse-product-hero aside {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }

  .pulse-product-tool-section {
    padding: 64px 0 72px;
  }

  .pulse-tool-controls {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .pulse-tool-step,
  .pulse-local-note {
    grid-column: auto;
  }

  .pulse-tool-output {
    padding: 32px 20px;
  }

  .pulse-output-main--two,
  .pulse-output-main--three {
    grid-template-columns: 1fr;
  }

  .pulse-result-metric strong,
  .pulse-output-main--three .pulse-result-metric strong {
    font-size: 30px;
  }

  .pulse-value-timeline > div {
    grid-template-columns: 58px 1fr 68px;
    gap: 9px;
  }

  .pulse-value-timeline small {
    grid-column: 2 / -1;
  }

  .pulse-bank-clock > div > div {
    grid-template-columns: 68px 1fr 47px;
  }

  .pulse-bank-clock small {
    grid-column: 2 / -1;
    text-align: left;
  }

  .pulse-waterfall > div,
  .pulse-pressure-shape > div,
  .pulse-date-line > div {
    grid-template-columns: 104px 1fr 70px;
    gap: 10px;
  }

  .pulse-payoff-compare,
  .pulse-stack-v-one {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pulse-payoff-compare > i,
  .pulse-stack-v-one > i {
    text-align: center;
  }

  .pulse-debt-row {
    grid-template-columns: 1fr repeat(2, minmax(70px, 1fr));
    padding: 14px 0;
    border-top: 1px solid var(--pulse-line);
  }

  .pulse-debt-row--head {
    display: none;
  }

  .pulse-debt-row > strong {
    grid-column: 1 / -1;
  }

  .pulse-debt-row label::before {
    display: block;
    margin-bottom: 3px;
    color: var(--pulse-muted);
    font-size: 8px;
  }

  .pulse-debt-row label:nth-of-type(1)::before { content: "Balance"; }
  .pulse-debt-row label:nth-of-type(2)::before { content: "Rate %"; }
  .pulse-debt-row label:nth-of-type(3)::before { content: "Monthly minimum"; }
  .pulse-debt-row label:nth-of-type(4)::before { content: "Monthly fee"; }

  .pulse-product-directory > a {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .pulse-product-directory > a > span {
    align-self: start;
    font-size: 25px;
  }

  .pulse-product-directory > a > b {
    grid-column: 2;
    text-align: left;
  }
}

@media print {
  [data-pulse-header],
  [data-pulse-footer],
  .pulse-product-reading,
  .pulse-product-sources,
  .pulse-related-products,
  .pulse-product-disclosure,
  .pulse-result-action {
    display: none !important;
  }

  .pulse-product-hero {
    padding: 24px 0;
    background: #fff;
    color: #000;
  }

  .pulse-product-hero h1,
  .pulse-product-hero-grid > div > p,
  .pulse-product-hero aside p {
    color: #000;
  }

  .pulse-product-tool-section {
    padding: 28px 0;
    background: #fff;
  }

  .pulse-tool {
    box-shadow: none;
  }
}
