.full-history-page {
  overflow: visible;
}

.full-history-page [id] {
  scroll-margin-top: 6rem;
}

.full-history-page .home-why,
.full-history-page .home-faq-panel,
.full-history-page .accordion-item,
.full-history-page .accordion-button,
.full-history-page .faq-support-cta,
.full-history-page a {
  box-shadow: none !important;
}

.full-history-page a:focus-visible,
.full-history-page button:focus-visible {
  outline: 2px solid #48a62c;
  outline-offset: 4px;
}

.full-history-overview-note {
  color: rgba(255, 255, 255, .76);
}

.full-history-page .inspection-hero__package-list {
  display: block;
}

.full-history-page .inspection-hero__package-list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 22px;
  min-height: 78px;
  align-items: center;
  padding: .85rem 0;
}

.full-history-page .inspection-hero__package-list > a + a {
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 0;
}

.full-history-page .inspection-hero__package-list strong {
  margin-top: 0;
  padding-right: 0;
}

.full-history-page .inspection-hero__package-list i {
  position: static;
}

.full-history-page .home-why__copy a,
.full-history-source-note a,
.full-history-guidance a,
.full-history-editorial__metadata a {
  color: #22577a;
  text-decoration: underline;
  text-underline-offset: .15em;
}

.full-history-source-note,
.full-history-editorial {
  color: rgba(44, 51, 62, .78);
  font-size: var(--public-section-copy-size);
}

.full-history-comparison .home-service-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(34, 87, 122, .18);
  border-radius: 20px;
}

.full-history-comparison .home-service-card > div {
  min-height: 0;
  padding: 1.5rem;
}

.full-history-comparison .full-history-comparison__card--current {
  border-color: rgba(72, 166, 44, .4);
  background: #f4f8f2;
}

.full-history-comparison header {
  width: 100%;
}

.full-history-comparison h3 {
  margin: 0;
  color: #2c333e;
}

.full-history-comparison .home-service-card p {
  color: rgba(44, 51, 62, .78);
  font-size: var(--public-section-copy-size);
  line-height: 1.55;
}

.full-history-comparison .home-service-card .full-history-comparison__question {
  margin-bottom: .5rem;
  color: #2c333e;
  font-weight: 900;
}

.full-history-comparison .home-service-card > div > a {
  min-height: 44px;
}

.full-history-comparison__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem;
  color: #0f4610;
  font-size: var(--public-section-copy-size);
  font-weight: 900;
  line-height: 1.2;
}

.full-history-comparison__price small {
  font-size: .78rem;
  font-weight: 400;
}

.full-history-guidance h3 {
  margin: 0 0 .75rem;
  color: #22577a;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.full-history-guidance p {
  margin-bottom: 0;
}

.full-history-editorial {
  margin-top: 2rem;
  border: 1px solid rgba(34, 87, 122, .18);
  border-radius: 20px;
  background: #fff;
}

.full-history-editorial__guide,
.full-history-editorial__help {
  padding: 1.5rem;
}

.full-history-editorial h3 {
  margin: 0 0 1rem;
  color: #2c333e;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.full-history-editorial__metadata {
  color: #22577a;
  font-size: .82rem;
  line-height: 1.5;
}

.full-history-editorial__metadata a {
  font-weight: 900;
}

.full-history-editorial__date {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem;
}

.full-history-editorial__date i {
  color: #48a62c;
}

.full-history-editorial__scope {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(34, 87, 122, .14);
}

.full-history-editorial__scope h4 {
  margin: 0 0 .5rem;
  color: #22577a;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.3;
}

.full-history-editorial__help {
  border-radius: 0 0 19px 19px;
  background: #2c333e;
}

.full-history-editorial__help h3 {
  color: #fff;
}

.full-history-editorial__help .inspection-locations__link {
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  line-height: 1.5;
}

.full-history-editorial__help li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.full-history-editorial__help .inspection-locations__link:hover,
.full-history-editorial__help .inspection-locations__link:focus-visible {
  background: rgba(72, 166, 44, .12);
  color: #91d37c;
}

@media (min-width: 768px) {
  .full-history-comparison .home-service-card > div {
    padding: 2rem;
  }

  .full-history-editorial__guide,
  .full-history-editorial__help {
    padding: 2rem;
  }

  .full-history-editorial h3 {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .full-history-editorial__help {
    border-radius: 0 19px 19px 0;
  }
}
