.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  font-size: 1rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

:focus-visible {
  outline: 3px solid #1a73e8;
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #1a73e8;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Hamburger button reset */
button.hamburger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Cookie headings visual size preserved */
h2.cookie-heading,
h3.cookie-heading {
  font-size: 1.125rem;
  font-weight: 600;
}

/* Content title h2 matches previous h1 size */
.content-title h2 {
  font-size: 2rem;
  font-weight: 700;
}
