/* Tree encyclopedia — standalone styles (no map/tooltip rules) */

.tree-entry {
  margin: 0 0 2.5rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 2px solid #CAE8FA;
  scroll-margin-top: 1rem;
}

.tree-entry:last-of-type {
  border-bottom: none;
}

.tree-entry h3 .rootstock {
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}

.tree-type {
  margin-top: -0.5rem;
}

.tree-facts {
  margin: 1rem 0 0 0;
}

.tree-facts dt {
  color: #273D44;
  font-weight: 500;
  margin-top: 0.75rem;
}

.tree-facts dt:first-child {
  margin-top: 0;
}

.tree-facts dd {
  margin: 0.25rem 0 0 0;
  color: rgba(0, 0, 0, 0.45);
}

.tree-learn-more {
  margin-bottom: 0;
  font-size: 0.95em;
}

.encyclopedia-page nav a:after {
  display: none;
}

.encyclopedia-page .encyclopedia-nav a.selected {
  background: #2581B7;
  color: white;
  font-weight: 500;
}