/* Shared WCAG-oriented styles for Belt Link legal HTML pages */
:root {
  color-scheme: light;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 64px;
  background: #ffffff;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
  padding: 12px 16px;
  background: #1a1a1a;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
}

.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}

main {
  display: block;
}

h1 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
  color: #1a1a1a;
}

h2 {
  font-size: 1.125rem;
  margin-top: 2rem;
  color: #1a1a1a;
}

p,
li {
  color: #374151;
}

.updated {
  color: #4b5563;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

a {
  color: #b91c1c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
  border-radius: 2px;
}

ul {
  padding-left: 1.25rem;
}

strong {
  color: #1a1a1a;
}
