@import url('./scrollbars.css');

/* Single-line ultra-compact footer — policies, tagline, ©, icon socials */
.site-footer-root {
  border-top: 1px solid #eceff2;
  background: #fafafa;
  padding: 1px 5px 2px;
  font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.2;
  font-size: 7px;
}

.site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 3px 5px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  white-space: nowrap;
  font-size: 7px;
}

.site-footer-lede {
  margin: 0;
  flex-shrink: 0;
  color: #7c8494;
  font-size: 7px;
  font-weight: 400;
}

.site-footer-entity {
  font-weight: 600;
  color: #6b7280;
}

.site-footer-nav {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.site-footer-nav a {
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  font-size: 7px;
  font-weight: 500;
}

.site-footer-nav a:hover {
  color: #111827;
  text-decoration: underline;
}

.site-footer-sep {
  color: #d8dce3;
  user-select: none;
  font-size: 7px;
  padding: 0 1px;
}

.site-footer-copy {
  margin: 0;
  flex-shrink: 0;
  font-size: 7px;
  color: #9ca3af;
  letter-spacing: 0.02em;
}

.site-footer-social {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0 0 0 2px;
  list-style: none;
  flex-shrink: 0;
}

.site-footer-social li {
  margin: 0;
  padding: 0;
  display: flex;
}

.site-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  color: #94a3b8;
  background: transparent;
  border: 1px solid #e8eaed;
  text-decoration: none;
  transition: color 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}

.site-footer-social-link:hover {
  color: #111827;
  background: #fff;
  border-color: #d1d5db;
}

.site-footer-social-link svg {
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
}

.site-footer-blog-note {
  display: none;
}
