#arbres-arbustes .aa-meta {
  color: #666;
  font-size: 0.85rem;
  margin: 0 0 1.2rem;
}

#arbres-arbustes .aa-toc {
  display: flex;
  gap: 1.2rem;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

#arbres-arbustes .aa-toc a {
  color: #d35400;
  text-decoration: none;
}

#arbres-arbustes .aa-toc a:hover {
  text-decoration: underline;
}

#arbres-arbustes h3 {
  margin: 2rem 0 0.4rem;
  scroll-margin-top: 1rem;
}

#arbres-arbustes .aa-note {
  color: #666;
  font-size: 0.8rem;
  margin: 0 0 0.75rem;
}

#arbres-arbustes .aa-scroll {
  overflow-x: auto;
  margin-bottom: 1rem;
}

#arbres-arbustes table.aa-table {
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #444;
}

#arbres-arbustes table.aa-legend {
  width: auto;
  min-width: 22rem;
}

#arbres-arbustes table.aa-table th,
#arbres-arbustes table.aa-table td {
  padding: 0.3rem 0.55rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

#arbres-arbustes table.aa-table:not(.aa-legend) td {
  white-space: normal;
}

#arbres-arbustes table.aa-table th {
  background: #f2f2f0;
  font-weight: 600;
  position: sticky;
  top: 0;
  cursor: pointer;
  user-select: none;
  padding-right: 1.1rem;
}

#arbres-arbustes table.aa-table th:hover {
  background: #ebebe8;
}

#arbres-arbustes table.aa-table th.sorting-asc::after,
#arbres-arbustes table.aa-table th.sorting-desc::after {
  position: absolute;
  right: 0.4rem;
  color: #d35400;
}

#arbres-arbustes table.aa-table th.sorting-asc::after {
  content: "▲";
}

#arbres-arbustes table.aa-table th.sorting-desc::after {
  content: "▼";
}

#arbres-arbustes table.aa-table tbody tr:nth-child(even) {
  background: #fafaf9;
}

#arbres-arbustes table.aa-table td:first-child,
#arbres-arbustes table.aa-table th:first-child {
  color: #999;
}

#arbres-arbustes table.aa-table td[title] {
  cursor: help;
  text-decoration: underline dotted #ccc;
  text-underline-offset: 2px;
}

#arbres-arbustes table.aa-table td.aa-notes {
  max-width: 22rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
