.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #001f3f; /* Quasar navy */
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  z-index: 10000;
  border-radius: 0 0 4px 0;
  transition: top 0.3s ease;
}
.skip-to-content:focus {
  top: 0;
}