:root {
  --life-navy: #102a43;
  --life-ink: #172334;
  --life-muted: #55687c;
  --life-line: #cedae5;
  --life-surface: #f5f8fa;
  --life-teal: #167b78;
  --life-teal-soft: #dff2ef;
  --life-gold: #c88a19;
  --life-gold-soft: #fff2d4;
  --life-rose: #a94762;
  --life-rose-soft: #f8e6eb;
  --life-green-dark: #163f3b;
}

.lifespan-guide-page {
  color: var(--life-ink);
  background: #fff;
}

.lifespan-guide-page h1,
.lifespan-guide-page h2,
.lifespan-guide-page h3,
.lifespan-guide-page h4 {
  letter-spacing: 0;
}

#average-dog-lifespan,
#lifespan-chart,
#reading-the-chart,
#breed-size-findings,
#mixed-breed-lifespan,
#what-affects-lifespan,
#dog-life-cycle,
#lifespan-faq,
#methodology-and-sources {
  scroll-margin-top: 120px;
}

.lifespan-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background: var(--life-navy);
}

.lifespan-hero-media,
.lifespan-hero-overlay {
  position: absolute;
  inset: 0;
}

.lifespan-hero-media {
  background-image: url("/assets/img/guides/dog-lifespan-by-breed-1600x900.webp");
  background-size: cover;
  background-position: center 42%;
}

.lifespan-hero-overlay {
  background: rgba(8, 28, 44, 0.67);
}

.lifespan-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: 2rem;
}

.lifespan-hero-copy {
  max-width: 760px;
}

.lifespan-hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 4px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lifespan-hero h1 {
  max-width: 760px;
  margin: 0.8rem 0 0.9rem;
  color: #fff;
  font-size: 4.35rem;
  line-height: 1.02;
}

.lifespan-hero-deck {
  max-width: 720px;
  margin: 0;
  color: #edf7f6;
  font-size: 1.35rem;
  line-height: 1.6;
}

.lifespan-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.5rem;
}

.lifespan-hero-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.lifespan-source-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.lifespan-source-link:hover,
.lifespan-source-link:focus-visible {
  color: #d8f5f1;
}

.lifespan-review-line {
  margin: 1rem 0 0;
  color: #dbe7ee;
  font-size: 0.9rem;
}

.lifespan-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.lifespan-hero-metric {
  min-width: 0;
  padding: 1rem 1.25rem 0 0;
}

.lifespan-hero-metric + .lifespan-hero-metric {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.lifespan-hero-metric strong,
.lifespan-hero-metric span {
  display: block;
}

.lifespan-hero-metric strong {
  color: #fff;
  font-size: 2rem;
}

.lifespan-hero-metric span {
  margin-top: 0.2rem;
  color: #dbe7ee;
  font-size: 0.85rem;
}

.lifespan-reading-width {
  max-width: 900px;
}

.lifespan-answer-band,
.lifespan-content-section,
.lifespan-findings-band,
.lifespan-life-stage-band,
.lifespan-related-band {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.lifespan-answer-band {
  background: var(--life-surface);
  border-bottom: 1px solid var(--life-line);
}

.lifespan-answer-band h2,
.lifespan-content-section h2,
.lifespan-findings-band h2,
.lifespan-life-stage-band h2,
.lifespan-related-band h2,
.lifespan-chart-section h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.lifespan-lead-answer {
  font-size: 1.3rem;
  line-height: 1.75;
}

.lifespan-answer-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border-left: 4px solid var(--life-gold);
  background: #fff;
}

.lifespan-answer-note i {
  margin-top: 0.2rem;
  color: var(--life-gold);
}

.lifespan-answer-note p {
  margin: 0;
}

.lifespan-chart-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #fff;
}

.lifespan-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.lifespan-section-heading > div {
  max-width: 820px;
}

.lifespan-section-heading p:last-child {
  margin-bottom: 0;
  color: var(--life-muted);
}

.lifespan-section-heading .btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
}

.lifespan-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) minmax(180px, 0.8fr) minmax(210px, 0.9fr) auto;
  align-items: end;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid var(--life-line);
  border-radius: 8px;
  background: var(--life-surface);
}

.lifespan-toolbar label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--life-navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.lifespan-input-wrap {
  position: relative;
}

.lifespan-input-wrap > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.9rem;
  color: var(--life-muted);
  transform: translateY(-50%);
  pointer-events: none;
}

.lifespan-input-wrap .form-control {
  padding-left: 2.55rem;
}

.lifespan-toolbar .form-control,
.lifespan-toolbar .form-select,
.lifespan-toolbar .btn {
  min-height: 48px;
}

.lifespan-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 104px;
}

.lifespan-chart-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1rem;
  padding: 0.85rem 0.2rem;
  color: var(--life-muted);
  font-size: 0.9rem;
}

.lifespan-chart-status p:last-child {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.lifespan-compare-panel {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #94c9c3;
  border-radius: 8px;
  background: #eef8f6;
}

.lifespan-compare-panel[hidden] {
  display: none;
}

.lifespan-compare-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.lifespan-compare-heading h3 {
  margin: 0;
  font-size: 1.25rem;
}

.lifespan-compare-heading .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lifespan-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.lifespan-compare-card {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid #b8d7d3;
  border-radius: 8px;
  background: #fff;
}

.lifespan-compare-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.lifespan-compare-card h4 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.lifespan-compare-remove {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  color: var(--life-navy);
  background: #edf2f6;
}

.lifespan-compare-remove:hover,
.lifespan-compare-remove:focus-visible {
  color: #fff;
  background: var(--life-navy);
}

.lifespan-symbol {
  display: inline-block;
  font-size: 1.35rem;
  line-height: 1;
}

.lifespan-compare-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0.85rem 0;
}

.lifespan-compare-stats div {
  min-width: 0;
}

.lifespan-compare-stats dt {
  color: var(--life-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.lifespan-compare-stats dd {
  margin: 0.15rem 0 0;
  color: var(--life-navy);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.lifespan-compare-guide a {
  font-weight: 700;
}

.lifespan-compare-message {
  min-height: 1.3em;
  margin-top: 0.65rem;
  color: var(--life-muted);
  font-size: 0.85rem;
}

.lifespan-table-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--life-line);
  border-radius: 8px;
  background: #fff;
}

.lifespan-table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.lifespan-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.lifespan-table .lifespan-col-select {
  width: 50px;
}

.lifespan-table .lifespan-col-breed {
  width: 25%;
}

.lifespan-table .lifespan-col-size {
  width: 12%;
}

.lifespan-table .lifespan-col-median {
  width: 18%;
}

.lifespan-table .lifespan-col-ci-width {
  width: 16%;
}

.lifespan-table .lifespan-col-sample-width {
  width: 13%;
}

.lifespan-table .lifespan-col-guide-width {
  width: 12%;
}

.lifespan-table th,
.lifespan-table td {
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid #dce5ec;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.lifespan-table thead th {
  color: #fff;
  background: var(--life-navy);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.lifespan-table tbody tr:last-child th,
.lifespan-table tbody tr:last-child td {
  border-bottom: 0;
}

.lifespan-table tbody tr:hover {
  background: #f8fbfc;
}

.lifespan-table tbody tr[hidden] {
  display: none;
}

.lifespan-compare-cell {
  text-align: center;
}

.lifespan-compare-cell .form-check-input {
  float: none;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0;
  cursor: pointer;
}

.lifespan-compare-cell .form-check-input:checked {
  border-color: var(--life-teal);
  background-color: var(--life-teal);
}

.lifespan-breed-name,
.lifespan-source-name {
  display: block;
}

.lifespan-breed-name {
  color: var(--life-navy);
  font-weight: 750;
}

.lifespan-source-name {
  margin-top: 0.2rem;
  color: var(--life-muted);
  font-size: 0.72rem;
  font-weight: 400;
}

.lifespan-size-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
}

.lifespan-size-small {
  color: #185d58;
  background: var(--life-teal-soft);
}

.lifespan-size-medium {
  color: #78500d;
  background: var(--life-gold-soft);
}

.lifespan-size-large {
  color: #84354c;
  background: var(--life-rose-soft);
}

.lifespan-size-unclassified {
  color: #4a5968;
  background: #e7edf2;
}

.lifespan-median-value {
  display: block;
  color: var(--life-navy);
  font-weight: 750;
}

.lifespan-bar {
  display: block;
  height: 5px;
  margin-top: 0.45rem;
  overflow: hidden;
  border-radius: 3px;
  background: #e0e8ee;
}

.lifespan-bar > span {
  display: block;
  width: var(--lifespan-bar);
  height: 100%;
  background: var(--life-teal);
}

.lifespan-col-ci,
.lifespan-col-sample,
.lifespan-col-guide {
  color: var(--life-muted);
  font-size: 0.9rem;
}

.lifespan-col-guide a {
  font-weight: 700;
}

.lifespan-no-guide {
  color: #6c7986;
  font-size: 0.82rem;
}

.lifespan-mobile-details {
  display: none;
}

.lifespan-empty {
  padding: 3rem 1rem;
  text-align: center;
}

.lifespan-empty[hidden] {
  display: none;
}

.lifespan-empty > i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--life-teal);
  background: var(--life-teal-soft);
  font-size: 1.25rem;
}

.lifespan-empty h3 {
  margin: 0.8rem 0 0.35rem;
  font-size: 1.2rem;
}

.lifespan-chart-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.lifespan-chart-notes p {
  margin: 0;
  padding: 0.85rem;
  border-left: 3px solid var(--life-teal);
  background: var(--life-surface);
  color: var(--life-muted);
  font-size: 0.85rem;
}

.lifespan-content-section {
  border-top: 1px solid #e1e8ee;
}

.lifespan-content-section p,
.lifespan-life-stage-band p {
  color: #3e5062;
  font-size: 1.03rem;
  line-height: 1.75;
}

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

.lifespan-definition-grid article {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid var(--life-line);
  border-radius: 8px;
  background: #fff;
}

.lifespan-definition-grid i {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--life-teal);
  background: var(--life-teal-soft);
}

.lifespan-definition-grid h3 {
  margin: 0.75rem 0 0.35rem;
  font-size: 1.05rem;
}

.lifespan-definition-grid p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}

.lifespan-findings-band {
  color: #fff;
  background: var(--life-green-dark);
}

.lifespan-findings-band h2,
.lifespan-findings-band .section-label {
  color: #fff;
}

.lifespan-findings-band .lifespan-section-heading p:last-child {
  color: #d7e9e6;
}

.lifespan-size-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.lifespan-size-result {
  min-width: 0;
  padding: 1.5rem;
}

.lifespan-size-result + .lifespan-size-result {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.lifespan-size-result span,
.lifespan-size-result strong,
.lifespan-size-result small {
  display: block;
}

.lifespan-size-result span {
  color: #d7e9e6;
  font-weight: 700;
}

.lifespan-size-result strong {
  margin: 0.35rem 0;
  color: #fff;
  font-size: 3rem;
}

.lifespan-size-result small {
  color: #bcd5d1;
}

.lifespan-finding-caution {
  display: flex;
  gap: 0.55rem;
  margin: 1rem 0 0;
  color: #d7e9e6;
  font-size: 0.9rem;
}

.lifespan-split-section {
  background: var(--life-surface);
}

.lifespan-check-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.lifespan-check-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.lifespan-check-list i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--life-teal);
  background: var(--life-teal-soft);
}

.lifespan-practical-panel {
  padding: 1.4rem;
  border: 1px solid #92bbb5;
  border-radius: 8px;
  background: #fff;
}

.lifespan-practical-panel h3 {
  font-size: 1.45rem;
}

.lifespan-practical-panel p {
  font-size: 0.98rem;
}

.lifespan-practical-links {
  display: grid;
  gap: 0.45rem;
}

.lifespan-practical-links a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem;
  border: 1px solid var(--life-line);
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.lifespan-practical-links a:hover,
.lifespan-practical-links a:focus-visible {
  border-color: var(--life-teal);
  background: var(--life-teal-soft);
}

.lifespan-practical-links i {
  color: var(--life-teal);
  text-align: center;
}

.lifespan-life-stage-band {
  border-top: 1px solid #efd69e;
  border-bottom: 1px solid #efd69e;
  background: #fff8e8;
}

.lifespan-life-stage-band .btn {
  margin-top: 0.7rem;
}

.lifespan-content-section .accordion {
  margin-top: 1.5rem;
}

.lifespan-license-note {
  margin-top: 1.25rem;
  padding: 0.9rem;
  border-left: 3px solid var(--life-gold);
  background: #fff8e8;
  font-size: 0.9rem !important;
}

.lifespan-related-band {
  background: var(--life-surface);
}

.lifespan-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.lifespan-related-grid > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--life-line);
  border-radius: 8px;
  color: var(--life-navy);
  background: #fff;
  text-decoration: none;
}

.lifespan-related-grid > a:hover,
.lifespan-related-grid > a:focus-visible {
  border-color: var(--life-teal);
  box-shadow: 0 6px 18px rgba(16, 42, 67, 0.08);
}

.lifespan-related-grid > a > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--life-teal);
  background: var(--life-teal-soft);
}

.lifespan-related-grid span,
.lifespan-related-grid strong,
.lifespan-related-grid small {
  display: block;
  min-width: 0;
}

.lifespan-related-grid small {
  margin-top: 0.2rem;
  color: var(--life-muted);
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .lifespan-hero h1 {
    font-size: 3.4rem;
  }

  .lifespan-hero-deck {
    font-size: 1.2rem;
  }

  .lifespan-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lifespan-reset {
    width: 100%;
  }

  .lifespan-chart-notes,
  .lifespan-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .lifespan-hero,
  .lifespan-hero-inner {
    min-height: 570px;
  }

  .lifespan-hero-media {
    background-position: 61% center;
  }

  .lifespan-hero-overlay {
    background: rgba(8, 28, 44, 0.76);
  }

  .lifespan-hero-inner {
    padding-top: 2.75rem;
  }

  .lifespan-hero h1 {
    font-size: 2.75rem;
  }

  .lifespan-hero-deck {
    font-size: 1.1rem;
  }

  .lifespan-answer-band h2,
  .lifespan-content-section h2,
  .lifespan-findings-band h2,
  .lifespan-life-stage-band h2,
  .lifespan-related-band h2,
  .lifespan-chart-section h2 {
    font-size: 2rem;
  }

  .lifespan-lead-answer {
    font-size: 1.1rem;
  }

  .lifespan-size-result strong {
    font-size: 2.25rem;
  }

  .lifespan-hero-metrics {
    grid-template-columns: 1fr;
  }

  .lifespan-hero-metric {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem;
    align-items: baseline;
    padding: 0.55rem 0;
  }

  .lifespan-hero-metric + .lifespan-hero-metric {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    border-left: 0;
  }

  .lifespan-hero-metric strong {
    font-size: 1.15rem;
  }

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

  .lifespan-toolbar {
    grid-template-columns: 1fr;
  }

  .lifespan-compare-grid,
  .lifespan-definition-grid,
  .lifespan-size-comparison {
    grid-template-columns: 1fr;
  }

  .lifespan-size-result + .lifespan-size-result {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .lifespan-table .lifespan-col-breed {
    width: 35%;
  }

  .lifespan-table .lifespan-col-size {
    width: 22%;
  }

  .lifespan-table .lifespan-col-median {
    width: 31%;
  }

  .lifespan-table .lifespan-col-ci-width,
  .lifespan-table .lifespan-col-sample-width,
  .lifespan-table .lifespan-col-guide-width,
  .lifespan-col-ci,
  .lifespan-col-sample,
  .lifespan-col-guide {
    display: none;
  }

  .lifespan-table th,
  .lifespan-table td {
    padding: 0.75rem 0.45rem;
    font-size: 0.84rem;
  }

  .lifespan-mobile-details {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.78rem;
    font-weight: 400;
  }

  .lifespan-mobile-details summary {
    color: #0a62ad;
    cursor: pointer;
    font-weight: 700;
  }

  .lifespan-mobile-details dl {
    display: grid;
    gap: 0.35rem;
    margin: 0.55rem 0 0;
  }

  .lifespan-mobile-details dl div {
    min-width: 0;
  }

  .lifespan-mobile-details dt {
    color: var(--life-muted);
    font-size: 0.68rem;
    text-transform: uppercase;
  }

  .lifespan-mobile-details dd {
    margin: 0.05rem 0 0;
    overflow-wrap: anywhere;
  }

  .lifespan-chart-notes,
  .lifespan-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479.98px) {
  .lifespan-hero h1 {
    font-size: 2.25rem;
  }

  .lifespan-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lifespan-hero-actions .btn,
  .lifespan-source-link {
    justify-content: center;
    width: 100%;
  }

  .lifespan-table .lifespan-col-select {
    width: 42px;
  }

  .lifespan-table .lifespan-col-breed {
    width: 42%;
  }

  .lifespan-table .lifespan-col-size {
    width: 23%;
  }

  .lifespan-table .lifespan-col-median {
    width: 27%;
  }

  .lifespan-size-badge {
    padding: 0.2rem 0.35rem;
    font-size: 0.68rem;
  }

  .lifespan-median-value {
    font-size: 0.78rem;
  }
}

@media print {
  .site-navbar,
  .site-footer,
  .lifespan-toolbar,
  .lifespan-chart-status,
  .lifespan-compare-panel,
  .lifespan-hero-actions,
  .lifespan-related-band {
    display: none !important;
  }

  .lifespan-hero {
    min-height: auto;
    color: #000;
    background: #fff;
  }

  .lifespan-hero-media,
  .lifespan-hero-overlay {
    display: none;
  }

  .lifespan-hero-inner {
    min-height: auto;
    padding: 1rem 0;
  }

  .lifespan-hero h1,
  .lifespan-hero-deck,
  .lifespan-review-line,
  .lifespan-hero-metric strong,
  .lifespan-hero-metric span {
    color: #000;
  }

  .lifespan-table tbody tr[hidden] {
    display: table-row;
  }
}
