/* Skip link: restore visibility on focus (Tailwind provides sr-only) */

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: inherit;
  margin: inherit;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.prose-custom p + h2 {
  margin-top: 2rem;
}
