.dvd-rate-page {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: .5rem 0 4rem;
  color: #1e2933;
}

.dvd-rate-header {
  max-width: 780px;
  margin: .5rem 0 1rem;
}

.dvd-rate-header h1 {
  margin: 0 0 .35rem;
  color: #842749;
  font-size: 2.35rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.1;
}

.dvd-rate-header > p:last-child {
  margin: 0;
  color: #50606e;
  font-size: .96rem;
  line-height: 1.45;
}

.dvd-rate-kicker {
  margin: 0 0 .18rem;
  color: #842749;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.dvd-rate-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-bottom: .75rem;
}

.dvd-rate-primary,
.dvd-rate-metric {
  min-width: 0;
  min-height: 112px;
  padding: .85rem 1rem;
  border: 1px solid #dbe1e5;
  border-radius: 8px;
  background: #fff;
}

.dvd-rate-primary {
  border-top: 4px solid #842749;
}

.dvd-rate-primary > span,
.dvd-rate-metric > span {
  display: block;
  color: #66737e;
  font-size: .88rem;
  font-weight: 650;
}

.dvd-rate-primary strong {
  display: block;
  margin: .1rem 0;
  color: #842749;
  font-size: 2.5rem;
  line-height: 1.05;
}

.dvd-rate-primary p {
  margin: .2rem 0 .05rem;
  color: #203548;
  font-size: .85rem;
  font-weight: 700;
}

.dvd-rate-primary small,
.dvd-rate-metric small {
  color: #66737e;
  line-height: 1.45;
}

.dvd-rate-metric strong {
  display: block;
  margin: .35rem 0 .2rem;
  color: #203548;
  font-size: 1.35rem;
  line-height: 1.2;
}

.dvd-rate-announced {
  display: grid;
  grid-template-columns: minmax(150px, .5fr) minmax(0, 1.5fr);
  gap: 1.5rem;
  align-items: center;
  margin: 1.5rem 0 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #1b7f5a;
  background: #eef7f3;
}

.dvd-rate-announced h2,
.dvd-rate-announced p {
  margin: 0;
}

.dvd-rate-announced h2 {
  color: #146344;
  font-size: 2rem;
}

.dvd-rate-announced > p {
  color: #30453b;
  line-height: 1.55;
}

.dvd-rate-section {
  margin: 0;
  padding: 2.5rem 0;
  border-top: 1px solid #dbe1e5;
}

.dvd-rate-section--chart {
  padding: .65rem 0 1.15rem;
  border-top: 0;
}

.dvd-rate-section-heading {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: .65rem;
}

.dvd-rate-section-heading > div:first-child {
  display: grid;
  gap: .1rem;
}

.dvd-rate-section h2,
.dvd-rate-explainer h2 {
  margin: 0;
  color: #203548;
  font-size: 1.65rem;
  font-weight: 750;
}

.dvd-rate-section-note {
  max-width: 760px;
  color: #66737e;
  line-height: 1.6;
}

.dvd-rate-chart {
  width: 100%;
  min-height: 280px;
}

.dvd-rate-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: .15rem;
  color: #596773;
  font-size: .82rem;
}

.dvd-rate-legend span::before {
  display: inline-block;
  width: 18px;
  height: 3px;
  margin-right: .4rem;
  vertical-align: middle;
  background: #842749;
  content: "";
}

.dvd-rate-legend .is-corridor::before {
  height: 2px;
  background: #6f7e88;
}

.dvd-rate-legend .is-refinancing::before {
  background: #1d6f8a;
}

.dvd-rate-range {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #cfd7dc;
  border-radius: 6px;
  background: #fff;
}

.dvd-rate-range button {
  min-height: 34px;
  padding: .35rem .7rem;
  border: 0;
  border-right: 1px solid #cfd7dc;
  background: transparent;
  color: #52616d;
  font-size: .8rem;
  font-weight: 700;
}

.dvd-rate-range button:last-child {
  border-right: 0;
}

.dvd-rate-range button:hover,
.dvd-rate-range button:focus-visible {
  background: #f1f4f5;
  color: #203548;
}

.dvd-rate-range button.is-active {
  background: #842749;
  color: #fff;
}

.dvd-rate-range button:disabled {
  color: #9aa3aa;
  cursor: not-allowed;
}

.dvd-rate-history-note {
  max-width: 760px;
  margin: .25rem 0 0;
  color: #75818a;
  font-size: .76rem;
  line-height: 1.45;
}

.dvd-rate-schedule {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: .75rem;
}

.dvd-rate-schedule > div {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1rem 0;
  border-bottom: 2px solid #dbe1e5;
}

.dvd-rate-schedule time {
  color: #203548;
  font-size: 1.1rem;
  font-weight: 750;
}

.dvd-rate-schedule a,
.dvd-rate-source-links a,
.dvd-rate-attribution a {
  color: #842749;
}

.dvd-rate-table {
  min-width: 720px;
  margin: 0;
}

.dvd-rate-table th {
  color: #586672;
  font-size: .78rem;
  text-transform: uppercase;
}

.dvd-rate-table td {
  padding-top: .9rem;
  padding-bottom: .9rem;
  vertical-align: middle;
}

.dvd-rate-table td small {
  display: block;
  margin-top: .2rem;
  color: #73808a;
}

.dvd-rate-change {
  color: #5d6972;
  font-size: .9rem;
  font-weight: 650;
}

.dvd-rate-change.is-up {
  color: #a73c32;
}

.dvd-rate-change.is-down {
  color: #146344;
}

.dvd-rate-series {
  color: #52616d;
  font-size: .82rem;
  font-weight: 700;
}

.dvd-rate-series.is-refinancing_rate::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: .4rem;
  border-radius: 50%;
  background: #1d6f8a;
  content: "";
}

.dvd-rate-source-links {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  max-width: 290px;
  font-size: .88rem;
}

.dvd-rate-explainer {
  padding: 2.5rem 0;
  border-top: 1px solid #dbe1e5;
}

.dvd-rate-explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.dvd-rate-explainer h3 {
  color: #203548;
  font-size: 1.05rem;
  font-weight: 750;
}

.dvd-rate-explainer p {
  color: #53616c;
  line-height: 1.65;
}

.dvd-rate-disclaimer {
  margin: 1.5rem 0 0;
  font-size: .88rem;
}

.dvd-rate-attribution {
  padding-top: .75rem;
  border-top: 1px solid #dbe1e5;
  color: #8a949c;
  font-size: .74rem;
  font-weight: 400;
  line-height: 1.45;
}

.dvd-rate-attribution p {
  margin: 0;
}

.dvd-rate-attribution a {
  color: #77828a;
  font-weight: 500;
}

@media (max-width: 900px) {
  .dvd-rate-summary {
    grid-template-columns: 1fr 1fr;
  }

  .dvd-rate-primary {
    grid-column: 1 / -1;
  }

  .dvd-rate-explainer-grid {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
}

@media (max-width: 575px) {
  .dvd-rate-page {
    padding-bottom: 6rem;
  }

  .dvd-rate-header h1 {
    font-size: 2rem;
  }

  .dvd-rate-summary,
  .dvd-rate-announced {
    grid-template-columns: 1fr;
  }

  .dvd-rate-primary,
  .dvd-rate-metric {
    min-height: 0;
  }

  .dvd-rate-primary strong {
    font-size: 2.75rem;
  }

  .dvd-rate-section-heading {
    align-items: start;
    flex-direction: column;
  }

  .dvd-rate-chart {
    min-height: 280px;
  }
}
