/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 02 2026 | 13:59:32 */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
  background: #000;
  color: #fff;
  padding: 10px;
}