.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  justify-content: center;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}
.site-nav a {
  color: var(--accent, #58a6ff);
  text-decoration: none;
}
.site-nav a:hover {
  text-decoration: underline;
}
.site-nav a[aria-current="page"] {
  color: #e6edf3;
  font-weight: 600;
  text-decoration: none;
}
.site-footer {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border, #30363d);
  font-size: 0.82rem;
  color: var(--dim, #8b949e);
  line-height: 1.65;
}
.site-footer .company-name {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #e6edf3;
}
.site-footer .footer-links {
  margin: 0.65rem 0 0;
}
.site-footer .footer-links a {
  color: var(--accent, #58a6ff);
  text-decoration: none;
  margin: 0 0.35rem;
}
.site-footer .footer-links a:hover {
  text-decoration: underline;
}
.site-footer .contact-row {
  margin: 0.2rem 0;
}
.site-footer .contact-row a {
  color: var(--accent, #58a6ff);
  text-decoration: none;
}
.site-footer .contact-row a:hover {
  text-decoration: underline;
}
.site-footer .icp-line {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #6e7681;
}
.site-footer .icp-line a {
  color: #6e7681;
  text-decoration: none;
}
.site-footer .icp-line a:hover {
  text-decoration: underline;
}
.site-footer .psb-line {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: #6e7681;
}
.site-footer .psb-line a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #6e7681;
  text-decoration: none;
}
.site-footer .psb-line a:hover {
  text-decoration: underline;
}
.site-footer .psb-line .psb-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
