/**
 * @file
 * Skip link.
 *
 * Extends the corresponding Olivero stylesheet.
 *
 * @see core/themes/olivero/css/components/skip-link.css
 */

.skip-link {
  max-width: 100%;
  margin-inline-start: var(--drupal-displace-offset-left, 0);
}

.skip-link.visually-hidden.focusable:focus {
  position: fixed !important;
}
