:root {
  --pico-primary: #58cc02;
  --pico-primary-background: #58cc02;
  --pico-primary-underline: rgba(88, 204, 2, 0.5);
  --pico-primary-hover: #46a302;
  --pico-primary-hover-background: #46a302;
}

.site-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--pico-muted-border-color, #e2e6df);
}

.brand {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.brand span {
  color: var(--pico-primary);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.meta p {
  margin: 0.25rem 0;
}

.list-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.list-links li {
  margin: 0.75rem 0;
}

.list-links a {
  font-weight: 600;
  text-decoration: none;
}

.list-links a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 2rem;
  color: var(--pico-muted-color, #5c6658);
  font-size: 0.875rem;
}
