/* Visually hide skip link until focused */
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-content:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #111;
  color: #fff;
  border-radius: 4px;
  z-index: 10000;
  text-decoration: none;
  outline: 2px solid #0A66C2;
  outline-offset: 2px;
}

/* Ensure header logo displays consistently */
.site-logo {
  display: block;
  height: auto;
  max-height: 40px;
}
