.tree-highlights-host {
  border-top: 1px solid #d6dfd8;
  border-bottom: 1px solid #d6dfd8;
  background: #f5f7f4;
  color: #18231d;
}

.tree-highlights-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 42px clamp(18px, 4vw, 52px) 36px;
}

.tree-highlights-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.tree-highlights-kicker {
  margin: 0 0 6px;
  color: #8a5b12;
  font-size: .82rem;
  font-weight: 800;
}

.tree-highlights-heading h2 {
  margin: 0;
  color: #153f24;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.tree-highlights-heading > p {
  margin: 0;
  color: #526158;
  line-height: 1.7;
}

.highlight-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.daily-highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
  padding: 17px 18px;
  border: 1px solid #d5c17e;
  border-radius: 7px;
  background: #fffaf0;
}

.daily-highlight-label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-right: 18px;
  border-right: 1px solid #e3d7b1;
}

.daily-highlight-label > span {
  font-size: 1.65rem;
}

.daily-highlight-label small,
.daily-highlight-label strong,
.daily-highlight-tree small,
.daily-highlight-measurement strong,
.daily-highlight-measurement span {
  display: block;
  letter-spacing: 0;
}

.daily-highlight-label small,
.daily-highlight-tree small,
.daily-highlight-measurement span {
  color: #6d6b5c;
  font-size: .72rem;
}

.daily-highlight-label strong {
  color: #7b5412;
}

.daily-highlight-tree h3,
.daily-highlight-tree p {
  margin: 0;
  letter-spacing: 0;
}

.daily-highlight-tree h3 {
  font-size: 1.08rem;
}

.daily-highlight-tree p {
  margin-top: 3px;
  color: #56645b;
  font-size: .82rem;
}

.daily-highlight-measurement {
  min-width: 90px;
  text-align: right;
}

.daily-highlight-measurement strong {
  color: #1c6035;
  font-size: 1.2rem;
}

.daily-highlight > a {
  min-height: 44px;
  padding: 0 15px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  background: #245f36;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.daily-highlight > a:hover,
.daily-highlight > a:focus-visible {
  background: #174826;
  outline: 2px solid #2a6572;
  outline-offset: 2px;
}

.highlight-tabs button {
  min-width: 0;
  min-height: 62px;
  padding: 10px 14px;
  border: 1px solid #c8d3cb;
  border-radius: 7px;
  background: #fff;
  color: #29372f;
  text-align: left;
  cursor: pointer;
}

.highlight-tabs button[aria-selected="true"] {
  border-color: #245c36;
  box-shadow: inset 0 0 0 1px #245c36;
  background: #edf5ef;
}

.highlight-tabs button > span {
  float: left;
  margin-right: 9px;
  font-size: 1.28rem;
}

.highlight-tabs strong,
.highlight-tabs small {
  display: block;
  letter-spacing: 0;
}

.highlight-tabs small {
  margin-top: 2px;
  color: #65736a;
  font-size: .75rem;
}

.highlight-panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  margin-bottom: 12px;
}

.highlight-panel-heading p,
.highlight-panel-heading span {
  margin: 0;
  color: #56645b;
  font-size: .86rem;
}

.highlight-panel-heading strong {
  color: #193f27;
}

.highlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight-candidate,
.highlight-candidate > a {
  min-width: 0;
  height: 100%;
}

.highlight-candidate[hidden] {
  display: none;
}

.highlight-candidate {
  list-style: none;
  border: 1px solid #d3dcd5;
  border-radius: 7px;
  background: #fff;
}

.highlight-candidate > a,
.highlight-candidate.no-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  color: inherit;
  text-decoration: none;
}

.highlight-candidate > a:hover,
.highlight-candidate > a:focus-visible {
  background: #f8fbf8;
  outline: 2px solid #287144;
  outline-offset: 1px;
}

.highlight-rank {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff2c9;
  color: #77500f;
  font-weight: 900;
}

.highlight-tree-copy,
.highlight-metric {
  min-width: 0;
}

.highlight-tree-copy strong,
.highlight-tree-copy span,
.highlight-tree-copy small,
.highlight-metric strong,
.highlight-metric span {
  display: block;
  letter-spacing: 0;
}

.highlight-tree-copy span,
.highlight-tree-copy small {
  overflow: hidden;
  color: #607067;
  font-size: .77rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.highlight-metric {
  min-width: 76px;
  text-align: right;
}

.highlight-metric strong {
  color: #1e5b33;
  font-size: 1.05rem;
}

.highlight-metric span {
  color: #68766e;
  font-size: .72rem;
}

.highlight-open-label {
  color: #2a6572;
  font-size: .78rem;
  font-weight: 800;
}

.highlight-more {
  min-height: 44px;
  margin-top: 14px;
  padding: 0 18px;
  border: 1px solid #2d6440;
  border-radius: 6px;
  background: transparent;
  color: #214d31;
  font-weight: 800;
  cursor: pointer;
}

.highlight-unavailable {
  padding: 22px;
  border-left: 4px solid #9aa9a0;
  background: #fff;
}

.highlight-unavailable p {
  margin: 6px 0 0;
  color: #5a675f;
  line-height: 1.65;
}

.tree-highlights-footnote {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  color: #647169;
  font-size: .78rem;
}

.tree-highlights-footnote a {
  color: #245f36;
  font-weight: 800;
}

.tree-highlights-links {
  display: flex;
  gap: 18px;
}

@media (max-width: 760px) {
  .tree-highlights-inner {
    padding: 30px 14px 28px;
  }

  .tree-highlights-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .highlight-tabs button {
    min-height: 70px;
    padding: 9px;
    text-align: center;
  }

  .daily-highlight {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px;
  }

  .daily-highlight-label {
    grid-column: 1 / -1;
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid #e3d7b1;
  }

  .daily-highlight-measurement {
    min-width: 76px;
  }

  .daily-highlight > a {
    grid-column: 1 / -1;
  }

  .highlight-tabs button > span {
    float: none;
    display: block;
    margin: 0 0 3px;
  }

  .highlight-tabs small {
    font-size: .67rem;
  }

  .highlight-panel-heading,
  .tree-highlights-footnote {
    display: grid;
    gap: 5px;
  }

  .highlight-list {
    grid-template-columns: 1fr;
  }

  .tree-highlights-links {
    display: grid;
    gap: 6px;
  }

  .highlight-candidate > a,
  .highlight-candidate.no-link {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 12px 10px;
  }

  .highlight-open-label {
    display: none;
  }

  .highlight-tree-copy span,
  .highlight-tree-copy small {
    white-space: normal;
  }
}
