:root {
  --htf-score-paper: #f6f1e8;
  --htf-score-surface: #fffdf8;
  --htf-score-ink: #14202c;
  --htf-score-muted: #56616b;
  --htf-score-navy: #102432;
  --htf-score-copper: #bd7738;
  --htf-score-line: #d7c6ad;
  --htf-score-soft: #eee5d7;
}

.htf-scorecard-bundle {
  color: var(--htf-score-ink);
  background: var(--htf-score-paper);
}

.htf-scorecard-bundle *,
.htf-scorecard-bundle *::before,
.htf-scorecard-bundle *::after {
  box-sizing: border-box;
}

.htf-scorecard-bundle__wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.htf-scorecard-bundle__hero {
  padding: clamp(72px, 11vw, 132px) 0 clamp(58px, 8vw, 92px);
  color: #fffaf0;
  background: linear-gradient(118deg, rgba(11, 27, 39, .98), rgba(24, 45, 59, .94)), var(--htf-score-navy);
}

.htf-scorecard-bundle__hero-grid,
.htf-scorecard-bundle__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: start;
}

.htf-scorecard-bundle__eyebrow,
.htf-scorecard-bundle__chapter,
.htf-scorecard-bundle__tool-type,
.htf-scorecard-bundle__form-header > p:first-child {
  margin: 0 0 14px;
  color: var(--htf-score-copper);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.htf-scorecard-bundle__hero .htf-scorecard-bundle__eyebrow,
.htf-scorecard-bundle__hero-note .htf-scorecard-bundle__eyebrow {
  color: #e6ad79;
}

.htf-scorecard-bundle__rule {
  display: block;
  width: 54px;
  height: 2px;
  margin: 0 0 24px;
  background: var(--htf-score-copper);
}

.htf-scorecard-bundle h1,
.htf-scorecard-bundle h2,
.htf-scorecard-bundle h3,
.htf-scorecard-bundle h4 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.htf-scorecard-bundle h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.05rem, 6vw, 5.85rem);
  letter-spacing: -.045em;
}

.htf-scorecard-bundle__lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: #f5efe3;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.htf-scorecard-bundle__hero-note {
  padding: clamp(26px, 4vw, 38px);
  color: #fffaf1;
  background: rgba(255, 253, 248, .08);
  border: 1px solid rgba(255, 253, 248, .28);
  border-top: 3px solid var(--htf-score-copper);
}

.htf-scorecard-bundle__hero-note h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
}

.htf-scorecard-bundle__hero-note > p:not(.htf-scorecard-bundle__eyebrow) {
  margin: 0;
  color: #d8e0df;
  line-height: 1.62;
}

.htf-scorecard-bundle__print {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 28px 0 0;
  padding: 0 20px;
  color: #fffdf8;
  background: var(--htf-score-copper);
  border: 1px solid var(--htf-score-copper);
  border-radius: 0;
  box-shadow: none;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
}

.htf-scorecard-bundle__print:hover,
.htf-scorecard-bundle__print:focus-visible {
  color: var(--htf-score-ink);
  background: #fffdf8;
  border-color: #fffdf8;
}

.htf-scorecard-bundle__intro {
  padding: 20px 0;
  background: #eadfcd;
  border-bottom: 1px solid #ceb38e;
}

.htf-scorecard-bundle__intro p {
  margin: 0;
  color: #253746;
  line-height: 1.62;
}

.htf-scorecard-bundle__section,
.htf-scorecard-bundle__primary,
.htf-scorecard-bundle__forms,
.htf-scorecard-bundle__patterns {
  padding: clamp(66px, 9vw, 116px) 0;
}

.htf-scorecard-bundle__section {
  background: var(--htf-score-surface);
}

.htf-scorecard-bundle__primary {
  background: #ebe1d1;
}

.htf-scorecard-bundle__forms {
  background: var(--htf-score-paper);
}

.htf-scorecard-bundle__patterns {
  color: #fffaf0;
  background: var(--htf-score-navy);
}

.htf-scorecard-bundle__section-heading {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.htf-scorecard-bundle__section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  letter-spacing: -.04em;
}

.htf-scorecard-bundle__section-heading > p {
  max-width: 430px;
  margin: 4px 0 0;
  color: var(--htf-score-muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.htf-scorecard-bundle__patterns .htf-scorecard-bundle__eyebrow {
  color: #e6ad79;
}

.htf-scorecard-bundle__patterns .htf-scorecard-bundle__section-heading > p {
  color: #d8e0df;
}

.htf-scorecard-bundle__primary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.htf-scorecard-bundle__primary-card {
  padding: 26px;
  background: #fffefa;
  border: 1px solid #cdbba4;
  border-top: 4px solid var(--htf-score-navy);
}

.htf-scorecard-bundle__primary-card h3 {
  margin: 0;
  font-size: 1.5rem;
}

.htf-scorecard-bundle__primary-card h3 a {
  color: inherit;
  text-decoration-color: var(--htf-score-copper);
  text-underline-offset: 4px;
}

.htf-scorecard-bundle__primary-card > p:not(.htf-scorecard-bundle__tool-type) {
  margin: 12px 0 18px;
  color: #4c5962;
  font-size: .94rem;
  line-height: 1.56;
}

.htf-scorecard-bundle__primary-card > label,
.htf-scorecard-bundle__primary-plan label {
  display: grid;
  gap: 7px;
  color: var(--htf-score-ink);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.htf-scorecard-bundle__primary-card textarea,
.htf-scorecard-bundle__primary-card input,
.htf-scorecard-bundle__primary-card select {
  width: 100%;
  min-height: 40px;
  padding: 8px 9px;
  background: #fff;
  border: 1px solid #bba991;
  border-radius: 0;
  resize: vertical;
}

.htf-scorecard-bundle__primary-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dfd1c0;
}

.htf-scorecard-bundle__model-list {
  display: grid;
  gap: 34px;
}

.htf-scorecard-bundle__model {
  overflow: hidden;
  background: #fffefa;
  border: 1px solid var(--htf-score-line);
  border-top: 4px solid var(--htf-score-ink);
}

.htf-scorecard-bundle__model h3 {
  margin: 0;
  padding: 22px 28px;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.htf-scorecard-bundle__inventory-head,
.htf-scorecard-bundle__inventory-row {
  display: grid;
  grid-template-columns: minmax(92px, .6fr) minmax(0, 2.45fr) minmax(150px, .7fr);
  gap: 24px;
  align-items: start;
  padding: 20px 28px;
}

.htf-scorecard-bundle__inventory-head {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #6c6258;
  background: var(--htf-score-soft);
  border-top: 1px solid var(--htf-score-line);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.htf-scorecard-bundle__inventory-row {
  border-top: 1px solid #e4d8c8;
}

.htf-scorecard-bundle__inventory-row:first-of-type {
  border-top: 0;
}

.htf-scorecard-bundle__chapter {
  margin: 3px 0 0;
}

.htf-scorecard-bundle__chapter a,
.htf-scorecard-bundle__inventory-row h4 a,
.htf-scorecard-bundle__form-header a,
.htf-scorecard-bundle__return a {
  color: inherit;
  text-decoration-color: var(--htf-score-copper);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.htf-scorecard-bundle__chapter a:hover,
.htf-scorecard-bundle__chapter a:focus-visible,
.htf-scorecard-bundle__inventory-row h4 a:hover,
.htf-scorecard-bundle__inventory-row h4 a:focus-visible,
.htf-scorecard-bundle__form-header a:hover,
.htf-scorecard-bundle__form-header a:focus-visible,
.htf-scorecard-bundle__return a:hover,
.htf-scorecard-bundle__return a:focus-visible {
  color: var(--htf-score-copper);
}

.htf-scorecard-bundle__tool-type {
  margin: 0 0 7px;
  color: #88725c;
  font-size: .65rem;
}

.htf-scorecard-bundle__inventory-row h4 {
  margin: 0;
  font-size: 1.2rem;
}

.htf-scorecard-bundle__inventory-row h4 a {
  text-decoration: none;
}

.htf-scorecard-bundle__inventory-row h4 a:hover,
.htf-scorecard-bundle__inventory-row h4 a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--htf-score-copper);
}

.htf-scorecard-bundle__inventory-row div > p:last-child {
  max-width: 690px;
  margin: 8px 0 0;
  color: #58616a;
  font-size: .95rem;
  line-height: 1.56;
}

.htf-scorecard-bundle input,
.htf-scorecard-bundle textarea {
  max-width: 100%;
  color: var(--htf-score-ink);
  background: #fffefa;
  border: 1px solid #a9a096;
  border-radius: 0;
  box-shadow: none;
  font: inherit;
}

.htf-scorecard-bundle input:focus,
.htf-scorecard-bundle textarea:focus {
  outline: 3px solid rgba(189, 119, 56, .35);
  outline-offset: 1px;
  border-color: var(--htf-score-copper);
}

.htf-scorecard-bundle__result {
  width: 100%;
  min-height: 42px;
}

.htf-scorecard-bundle__form {
  margin-top: 50px;
  padding: clamp(28px, 5vw, 58px);
  background: #fffefa;
  border: 1px solid var(--htf-score-line);
  border-top: 4px solid var(--htf-score-copper);
}

.htf-scorecard-bundle__forms .htf-scorecard-bundle__section-heading + .htf-scorecard-bundle__form {
  margin-top: 0;
}

.htf-scorecard-bundle__form-header {
  max-width: 860px;
  margin-bottom: 32px;
}

.htf-scorecard-bundle__form-header h3 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  letter-spacing: -.04em;
}

.htf-scorecard-bundle__form-header > p:not(:first-child) {
  margin: 17px 0 0;
  color: #4d5862;
  line-height: 1.65;
}

.htf-scorecard-bundle__form-header a {
  display: inline-block;
  margin-top: 17px;
  color: var(--htf-score-ink);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.htf-scorecard-bundle__audit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.htf-scorecard-bundle__audit-dimension {
  min-width: 0;
  padding: 20px;
  background: #f9f4eb;
  border: 1px solid #d9cab7;
}

.htf-scorecard-bundle__audit-dimension legend {
  padding: 0 7px;
  color: var(--htf-score-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.htf-scorecard-bundle__score-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid #e1d5c6;
}

.htf-scorecard-bundle__score-line:first-of-type {
  border-top: 0;
}

.htf-scorecard-bundle__score-line label {
  font-size: .93rem;
  line-height: 1.5;
}

.htf-scorecard-bundle__score-line label span {
  color: var(--htf-score-copper);
  font-weight: 800;
}

.htf-scorecard-bundle__score-line input {
  width: 54px;
  min-height: 40px;
  padding: 4px;
  text-align: center;
}

.htf-scorecard-bundle__average,
.htf-scorecard-bundle__total-line label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: var(--htf-score-ink);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.htf-scorecard-bundle__average input,
.htf-scorecard-bundle__total-line input {
  width: 84px;
  min-height: 38px;
  padding: 4px 7px;
}

.htf-scorecard-bundle__total-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 34px;
  margin-top: 20px;
  padding: 20px;
  background: var(--htf-score-soft);
  border-left: 4px solid var(--htf-score-copper);
}

.htf-scorecard-bundle__total-line label {
  margin: 0;
}

.htf-scorecard-bundle__total-line p {
  max-width: 540px;
  margin: 0;
  color: #4c5962;
  font-size: .92rem;
  line-height: 1.5;
}

.htf-scorecard-bundle__criteria {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d9cab7;
  border: 1px solid #d9cab7;
}

.htf-scorecard-bundle__criteria p {
  margin: 0;
  padding: 18px 20px;
  color: #48545d;
  background: #f9f4eb;
  font-size: .93rem;
  line-height: 1.55;
}

.htf-scorecard-bundle__criteria strong {
  color: var(--htf-score-ink);
}

.htf-scorecard-bundle__formula {
  margin: 22px 0;
  color: var(--htf-score-ink);
  font-weight: 700;
  line-height: 1.55;
}

.htf-scorecard-bundle__table-wrap {
  overflow-x: auto;
  border: 1px solid #bdad98;
}

.htf-scorecard-bundle__matrix-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.htf-scorecard-bundle__matrix-table th,
.htf-scorecard-bundle__matrix-table td {
  padding: 11px;
  border-right: 1px solid #d8cab8;
  border-bottom: 1px solid #d8cab8;
  text-align: left;
  vertical-align: middle;
}

.htf-scorecard-bundle__matrix-table th:last-child,
.htf-scorecard-bundle__matrix-table td:last-child {
  border-right: 0;
}

.htf-scorecard-bundle__matrix-table thead th {
  color: #3c4750;
  background: var(--htf-score-soft);
  font-size: .71rem;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.htf-scorecard-bundle__matrix-table tbody th {
  width: 34%;
  font-weight: 400;
}

.htf-scorecard-bundle__matrix-table input {
  width: 100%;
  min-height: 38px;
  padding: 4px;
}

.htf-scorecard-bundle__quadrants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  background: #d9cab7;
  border: 1px solid #d9cab7;
}

.htf-scorecard-bundle__quadrants li {
  padding: 17px 20px;
  color: #48545d;
  background: #fffefa;
  font-size: .92rem;
  line-height: 1.55;
}

.htf-scorecard-bundle__quadrants strong {
  color: var(--htf-score-ink);
}

.htf-scorecard-bundle__ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.htf-scorecard-bundle__ai-grid section {
  padding: 22px;
  background: #f9f4eb;
  border: 1px solid #d9cab7;
}

.htf-scorecard-bundle__ai-grid h4 {
  margin: 0 0 13px;
  font-size: 1.45rem;
}

.htf-scorecard-bundle__ai-grid ol {
  margin: 0;
  padding-left: 24px;
}

.htf-scorecard-bundle__ai-grid li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 10px;
  margin: 0;
  padding: 12px 0 12px 3px;
  color: #3f4d57;
  font-size: .93rem;
  line-height: 1.48;
  border-top: 1px solid #e0d4c4;
}

.htf-scorecard-bundle__ai-grid li:first-child {
  border-top: 0;
}

.htf-scorecard-bundle__check {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #897763;
}

.htf-scorecard-bundle__notes {
  display: block;
  margin-top: 24px;
  color: var(--htf-score-ink);
  font-weight: 700;
  line-height: 1.55;
}

.htf-scorecard-bundle__notes textarea {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  resize: vertical;
}

.htf-scorecard-bundle__narrative-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  border: 1px solid #d9cab7;
}

.htf-scorecard-bundle__narrative-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  color: #46515a;
  line-height: 1.56;
  border-top: 1px solid #d9cab7;
}

.htf-scorecard-bundle__narrative-list li:first-child {
  border-top: 0;
}

.htf-scorecard-bundle__narrative-list input {
  width: 54px;
  min-height: 40px;
  padding: 4px;
  text-align: center;
}

.htf-scorecard-bundle__pattern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.htf-scorecard-bundle__pattern-grid article {
  padding: 28px;
  background: rgba(255, 253, 248, .07);
  border: 1px solid rgba(255, 253, 248, .22);
  border-top: 3px solid var(--htf-score-copper);
}

.htf-scorecard-bundle__pattern-grid h3 {
  margin: 0;
  font-size: 1.65rem;
}

.htf-scorecard-bundle__pattern-grid p {
  margin: 15px 0 0;
  color: #e2e6e4;
  line-height: 1.58;
}

.htf-scorecard-bundle__quarterly {
  max-width: 900px;
  margin: 34px 0 0;
  color: #d8e0df;
  line-height: 1.65;
}

.htf-scorecard-bundle__quarterly strong {
  color: #fffaf0;
}

.htf-scorecard-bundle__return {
  padding: 42px 0;
  color: #fffaf0;
  background: var(--htf-score-copper);
}

.htf-scorecard-bundle__return p {
  margin: 0;
  font-size: 1.05rem;
}

.htf-scorecard-bundle__return a {
  display: inline-block;
  margin-top: 10px;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 700;
}

@media (max-width: 820px) {
  .htf-scorecard-bundle__hero-grid,
  .htf-scorecard-bundle__section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .htf-scorecard-bundle__section-heading > p {
    max-width: 650px;
    margin-top: -12px;
  }

  .htf-scorecard-bundle__inventory-head {
    display: none;
  }

  .htf-scorecard-bundle__inventory-row {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .htf-scorecard-bundle__result {
    grid-column: 2;
  }

  .htf-scorecard-bundle__audit-grid,
  .htf-scorecard-bundle__criteria,
  .htf-scorecard-bundle__quadrants,
  .htf-scorecard-bundle__ai-grid,
  .htf-scorecard-bundle__primary-grid,
  .htf-scorecard-bundle__pattern-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .htf-scorecard-bundle__wrap {
    width: min(100% - 32px, 1180px);
  }

  .htf-scorecard-bundle__hero {
    padding-top: 58px;
  }

  .htf-scorecard-bundle__inventory-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .htf-scorecard-bundle__result {
    grid-column: auto;
  }

  .htf-scorecard-bundle__model h3 {
    padding: 20px;
  }

  .htf-scorecard-bundle__form {
    padding: 24px 18px;
  }

  .htf-scorecard-bundle__score-line,
  .htf-scorecard-bundle__narrative-list li {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
  }

  .htf-scorecard-bundle__score-line input,
  .htf-scorecard-bundle__narrative-list input {
    width: 46px;
  }

  .htf-scorecard-bundle__primary-plan {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    margin: 12mm;
  }

  body,
  .site,
  .content-area,
  .site-content,
  .htf-scorecard-bundle {
    color: #000 !important;
    background: #fff !important;
  }

  .site-header,
  .site-footer,
  .entry-header,
  .htf-scorecard-bundle__hero,
  .htf-scorecard-bundle__intro,
  .htf-scorecard-bundle__return,
  .htf-scorecard-bundle__print {
    display: none !important;
  }

  .htf-scorecard-bundle__wrap {
    width: 100% !important;
  }

  .htf-scorecard-bundle__section,
  .htf-scorecard-bundle__primary,
  .htf-scorecard-bundle__forms,
  .htf-scorecard-bundle__patterns {
    padding: 0 0 11mm !important;
    color: #000 !important;
    background: #fff !important;
  }

  .htf-scorecard-bundle__section-heading,
  .htf-scorecard-bundle__primary-card,
  .htf-scorecard-bundle__model,
  .htf-scorecard-bundle__form,
  .htf-scorecard-bundle__pattern-grid article,
  .htf-scorecard-bundle__audit-dimension,
  .htf-scorecard-bundle__ai-grid section,
  .htf-scorecard-bundle__criteria,
  .htf-scorecard-bundle__quadrants,
  .htf-scorecard-bundle__narrative-list,
  .htf-scorecard-bundle__table-wrap {
    break-inside: avoid;
    color: #000 !important;
    background: #fff !important;
  }

  .htf-scorecard-bundle__section-heading,
  .htf-scorecard-bundle__form-header {
    margin-bottom: 5mm !important;
  }

  .htf-scorecard-bundle__model {
    margin-bottom: 6mm;
  }

  .htf-scorecard-bundle__model h3,
  .htf-scorecard-bundle__primary-card,
  .htf-scorecard-bundle__inventory-head,
  .htf-scorecard-bundle__criteria p,
  .htf-scorecard-bundle__quadrants li,
  .htf-scorecard-bundle__total-line,
  .htf-scorecard-bundle__ai-grid section {
    color: #000 !important;
    background: #fff !important;
  }

  .htf-scorecard-bundle__inventory-row,
  .htf-scorecard-bundle__form,
  .htf-scorecard-bundle__audit-dimension,
  .htf-scorecard-bundle__matrix-table th,
  .htf-scorecard-bundle__matrix-table td,
  .htf-scorecard-bundle__narrative-list li {
    border-color: #777 !important;
  }

  .htf-scorecard-bundle__inventory-row p,
  .htf-scorecard-bundle__section-heading > p,
  .htf-scorecard-bundle__form-header > p:not(:first-child),
  .htf-scorecard-bundle__pattern-grid p,
  .htf-scorecard-bundle__quarterly {
    color: #000 !important;
  }

  .htf-scorecard-bundle__chapter a,
  .htf-scorecard-bundle__inventory-row a,
  .htf-scorecard-bundle__form-header a {
    color: #000 !important;
    text-decoration: none !important;
  }

  .htf-scorecard-bundle__form {
    margin-top: 8mm !important;
    padding: 6mm !important;
  }

  .htf-scorecard-bundle__forms .htf-scorecard-bundle__form {
    break-before: page;
  }

  .htf-scorecard-bundle__forms .htf-scorecard-bundle__section-heading + .htf-scorecard-bundle__form {
    break-before: auto;
  }

  .htf-scorecard-bundle__pattern-grid {
    grid-template-columns: 1fr !important;
  }
}
