.skip-link {
  position: absolute !important;
  top: -40px !important; /* Move it off-screen initially */
  left: 10px !important;
  background: #000 !important; /* Black background */
  color: #fff !important; /* White text */
  padding: 10px 15px !important;
  z-index: 1000 !important; /* Ensure it's above other content */
  text-decoration: none !important;
  border-radius: 5px !important;
  font-size: 16px !important;
}

.skip-link:focus {
  top: 10px !important; /* Bring it into view */
  outline: 2px solid #fff !important; /* Add focus outline */
}
