.fmp-skip-link {
  position: fixed;
  top: -64px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  background: #a7ff71;
  color: #061019;
  font-weight: 800;
  text-decoration: none;
}

.fmp-skip-link:focus {
  top: 16px;
}

body.fmp-home :where(a, button, input, select, summary):focus-visible {
  outline: 3px solid #a7ff71;
  outline-offset: 4px;
}
