/* Keep desktop dropdowns anchored to the navigation item that owns them.
 * Page-specific CSS bundles do not all provide the same positioning context. */
@media (min-width: 64em) {
  .treas-topics-nav {
    position: relative;
  }
}
