.adp-public-table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:1.4rem 0;
}
.adp-public-summary{
  width:100%;
  border-collapse:collapse;
  table-layout:auto;
}
.adp-public-summary th,
.adp-public-summary td{
  border:1px solid #d8dde3;
  padding:.8rem .9rem;
  vertical-align:top;
  text-align:left;
}
.adp-public-summary thead th{
  background:#f4f6f8;
}
.adp-public-summary tbody th{
  width:22%;
  min-width:7.5em;
  background:#f7f8fa;
}
.adp-source-ref-group{
  display:inline;
  white-space:nowrap;
  margin-left:.15em;
  font-size:.86em;
  vertical-align:baseline;
}
.adp-source-ref-group a{
  text-decoration:none;
}
.adp-source-list{
  padding-left:1.6em;
}
.adp-source-list li{
  margin:.65rem 0;
  overflow-wrap:anywhere;
}
@media(max-width:600px){
  .adp-public-summary{
    font-size:.94em;
  }
  .adp-public-summary th,
  .adp-public-summary td{
    padding:.65rem .55rem;
  }
  .adp-public-summary tbody th{
    width:30%;
    min-width:6.5em;
  }
}


/* Homepage discovery components */
.adp-home-section{
  margin:2.2rem 0;
}
.adp-home-heading{
  margin:0 0 1.2rem;
}
.adp-aloe-search{
  display:flex;
  gap:.65rem;
  align-items:stretch;
}
.adp-aloe-search input[type="search"]{
  flex:1 1 auto;
  min-width:0;
  border:1px solid #c9d1da;
  border-radius:.45rem;
  padding:.85rem 1rem;
  font:inherit;
}
.adp-aloe-search button{
  flex:0 0 3.25rem;
  width:3.25rem;
  min-width:3.25rem;
  border:0;
  border-radius:.45rem;
  padding:0;
  background:#174f9b;
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.adp-aloe-search button:hover,
.adp-aloe-search button:focus-visible{
  background:#123f7c;
}
.adp-search-icon{
  width:1.45rem;
  height:1.45rem;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.adp-search-note,
.adp-result-count{
  margin:.7rem 0 0;
  font-size:.92em;
}
.adp-search-results ul{
  list-style:none;
  margin:1rem 0 0;
  padding:0;
}
.adp-search-results li{
  padding:.85rem 0;
  border-bottom:1px solid #e1e5ea;
}
.adp-search-results li a{
  display:block;
  font-weight:700;
}
.adp-search-results li span{
  display:block;
  margin-top:.25rem;
  font-size:.92em;
}
.adp-today-card{
  display:grid;
  grid-template-columns:minmax(0, 36%) minmax(0, 1fr);
  gap:1.35rem;
  padding:1.2rem;
  border:1px solid #dbe1e8;
  border-radius:1rem;
  background:#f7f9fb;
}
.adp-today-image img{
  display:block;
  width:100%;
  height:100%;
  max-height:260px;
  object-fit:cover;
  border-radius:.75rem;
}
.adp-today-body h3{
  margin:.15rem 0 .65rem;
}
.adp-today-date,
.adp-recent-date{
  margin:0;
  font-size:.85em;
  color:#5f6975;
}
.adp-more-link{
  display:inline-block;
  padding:.55rem .9rem;
  border-radius:.4rem;
  background:#174f9b;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
}
.adp-recent-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.adp-recent-card{
  padding:1rem;
  border:1px solid #dbe1e8;
  border-radius:.8rem;
  background:#fff;
}
.adp-recent-card h3{
  margin:.25rem 0 .6rem;
}
.adp-alpha-nav{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
  margin-bottom:1.5rem;
}
.adp-alpha-nav a,
.adp-alpha-nav span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:2.1rem;
  height:2.1rem;
  border:1px solid #ccd4dd;
  border-radius:.35rem;
  text-decoration:none;
}
.adp-alpha-nav span{
  color:#a0a7af;
  background:#f3f5f7;
}
.adp-alpha-group{
  margin:1.4rem 0;
}
.adp-alpha-group ul{
  columns:2;
  column-gap:2rem;
  margin:.6rem 0 0;
  padding-left:1.2rem;
}
.adp-alpha-group li{
  break-inside:avoid;
  margin:.35rem 0;
}
@media(max-width:600px){
  .adp-aloe-search{
    display:block;
  }
  .adp-aloe-search{
    display:flex;
  }
  .adp-aloe-search button{
    width:3.25rem;
    min-width:3.25rem;
    margin-top:0;
  }
  .adp-today-card{
    display:block;
  }
  .adp-today-image{
    display:block;
    margin-bottom:1rem;
  }
  .adp-recent-grid{
    grid-template-columns:1fr;
  }
  .adp-alpha-group ul{
    columns:1;
  }
}


/* v1.3.0 bilingual headings and taxonomic directory */
.adp-home-heading .adp-heading-main{
  display:block;
  font-weight:700;
}
.adp-home-heading .adp-heading-sub{
  display:block;
  margin-top:.18rem;
  font-size:.58em;
  line-height:1.45;
  font-weight:600;
  opacity:.78;
}
.adp-taxonomic-index{
  scroll-margin-top:6rem;
}
.adp-genus-details{
  margin:1rem 0;
  border:1px solid #d7dee6;
  border-radius:.75rem;
  background:#fff;
  overflow:hidden;
}
.adp-genus-details > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  cursor:pointer;
  padding:1rem 1.1rem;
  font-size:1.08em;
  font-weight:700;
  background:#f7f9fb;
  list-style-position:inside;
}
.adp-genus-details[open] > summary{
  border-bottom:1px solid #d7dee6;
}
.adp-genus-count{
  display:inline-flex;
  min-width:2.2rem;
  height:1.7rem;
  padding:0 .5rem;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#174f9b;
  color:#fff;
  font-size:.76em;
  font-style:normal;
}
.adp-genus-body{
  padding:1rem 1.1rem 1.25rem;
}
.adp-genus-alpha-nav{
  margin-bottom:1rem;
}
.adp-genus-letter{
  scroll-margin-top:6rem;
  margin:1.3rem 0 1.6rem;
}
.adp-genus-letter h3{
  margin:0 0 .65rem;
  padding-bottom:.35rem;
  border-bottom:2px solid #174f9b;
}
.adp-genus-letter ul{
  columns:3;
  column-gap:1.6rem;
  list-style:none;
  margin:0;
  padding:0;
}
.adp-genus-letter li{
  break-inside:avoid;
  margin:0 0 .48rem;
  line-height:1.45;
}
.adp-genus-letter a{
  text-decoration:none;
}
.adp-genus-letter a:hover,
.adp-genus-letter a:focus-visible{
  text-decoration:underline;
}
@media(max-width:900px){
  .adp-genus-letter ul{
    columns:2;
  }
}
@media(max-width:600px){
  .adp-home-heading .adp-heading-sub{
    font-size:.54em;
  }
  .adp-genus-details > summary{
    padding:.9rem;
  }
  .adp-genus-body{
    padding:.85rem;
  }
  .adp-genus-letter ul{
    columns:1;
  }
}

/* v1.4.0 variable taxon image gallery */
.adp-taxonomy-gallery{margin:1.6rem 0 2rem}.adp-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.adp-gallery-item{margin:0;min-width:0}.adp-gallery-item.is-primary:not(:only-child){grid-column:1/-1}.adp-gallery-open{display:block;position:relative;border-radius:.8rem;overflow:hidden;background:#f2f4f6;text-decoration:none}.adp-gallery-open img{display:block;width:100%;height:260px;object-fit:contain;background:#f2f4f6}.adp-gallery-item.is-primary .adp-gallery-open img{height:min(62vw,520px)}.adp-gallery-item figcaption{display:flex;flex-wrap:wrap;gap:.35rem .6rem;padding:.55rem .1rem 0;font-size:.88em;line-height:1.45}.adp-image-role{display:inline-flex;align-items:center;padding:.14rem .45rem;border-radius:999px;background:#eaf1f8;color:#174f9b;font-weight:700}.adp-image-caption{font-weight:600}.adp-image-credit{display:block;flex-basis:100%;color:#5f6975;font-size:.92em}.adp-gallery-more{margin-top:.9rem}.adp-gallery-more>summary{cursor:pointer;font-weight:700;color:#174f9b}.adp-gallery-extra-grid{margin-top:.9rem}.adp-gallery-dialog{width:min(96vw,1100px);max-width:none;height:min(92vh,900px);padding:0;border:0;border-radius:.8rem;background:rgba(10,14,19,.96);color:#fff}.adp-gallery-dialog::backdrop{background:rgba(0,0,0,.78)}.adp-gallery-dialog-body{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:3.25rem 4.25rem 2.8rem;box-sizing:border-box}.adp-gallery-dialog-body img{display:block;max-width:100%;max-height:calc(100% - 4rem);object-fit:contain}.adp-gallery-dialog-caption{margin:1rem 0 0;text-align:center;line-height:1.5;max-width:900px}.adp-gallery-close,.adp-gallery-prev,.adp-gallery-next{position:absolute;z-index:2;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.adp-gallery-close{top:.7rem;right:.7rem;width:2.5rem;height:2.5rem;border-radius:999px;font-size:1.7rem}.adp-gallery-prev,.adp-gallery-next{top:50%;transform:translateY(-50%);width:3rem;height:4.5rem;font-size:2.5rem}.adp-gallery-prev{left:.6rem}.adp-gallery-next{right:.6rem}.adp-gallery-close:hover,.adp-gallery-close:focus-visible,.adp-gallery-prev:hover,.adp-gallery-prev:focus-visible,.adp-gallery-next:hover,.adp-gallery-next:focus-visible{background:rgba(255,255,255,.25)}.adp-gallery-count-1 .adp-gallery-grid{grid-template-columns:1fr}.adp-gallery-count-1 .adp-gallery-open img{height:auto;max-height:650px}.adp-gallery-count-2 .adp-gallery-item.is-primary{grid-column:auto}.adp-gallery-count-2 .adp-gallery-open img{height:320px}@media(max-width:700px){.adp-gallery-grid{gap:.55rem}.adp-gallery-open img{height:180px}.adp-gallery-item.is-primary .adp-gallery-open img{height:min(88vw,430px)}.adp-gallery-count-2 .adp-gallery-open img{height:190px}.adp-gallery-dialog{width:100vw;height:100vh;border-radius:0}.adp-gallery-dialog-body{padding:3.4rem 3.1rem 2rem}.adp-gallery-prev,.adp-gallery-next{width:2.5rem;height:4rem}.adp-gallery-prev{left:.2rem}.adp-gallery-next{right:.2rem}.adp-gallery-dialog-caption{font-size:.9rem}.adp-gallery-item figcaption{font-size:.82em}}
