.top a:hover {
  color: unset;
}

.top--overlay {
  display: block;
  position: fixed;
  inset: var(--drupal-displace-offset-top, 0) 0 100%;
  overflow: hidden;
  z-index: 1;
}

.top--overlay:target,
.top--target {
  inset: var(--drupal-displace-offset-top, 0) 0 0;
}
