/**
 * @file
 * Styles for the skip link.
 */

.skip-link {
  z-index: 503;
  inset-inline-start: 0;
  padding: 1px 10px 2px;
  border: 1px solid #444;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
  outline: 0;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
}
.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
}
